It looks like you’re new here. If you want to get involved, click one of these buttons!
Hi, I use the ajax jkit effect on my page. Everything works fine but I would like to know how could I add the fade option to ajax? I don’t know how I should write the option for fade (instead of the default slide).
Thank you
…The ajax command has a new option that makes it possible to only load content (with ajax) if the element is being shown. This makes lazy loading for responsive websites possible.
Here’s an example: https://jquery-jkit.com/jkit.responsive/
Have a look at the source and play around with the window width to get an idea how it works. it’s actually pretty simple.
Another small new addition
…The data returned in ajaxcontent2.html is a big long ordered list containing another ajax call to ajaxcontent3.html at the end of the list. I guess the new call won’t fire when it comes into viewport because it wasn’t previously present in the dom
…Hello
I’m trying to load royalslider “http://codecanyon.net/item/royalslider-touchenabled-jquery-image-gallery/461126” with jkit ajax but i cant find a way to fire the script the div load well. Is there a way to callback the script again after page load ?
Thank you
…Using the latest release 1.2.16 the ajax command executed on viewport from within content content returned by a previous ajax requested on viewport will only execute 3 times, is this a nesting issue? By the third execution we have ordered lists embedded in ordered lists 3 levels deep.
I have 40 pages of content and was attempting to “infinate scroll” the content as one long list… is this not
…