Welcome to the jKit community. This is the place to discuss everything on and around jKit. Be friendly and I’m sure other members will be friendly with you, too.
  • Views
    67
    Comments
    4
    4 comments Most recent by 5tmiller52z July 1 Ajax
    • 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

    • Read more
  • Views
    40
    Comments
    3
    3 comments Most recent by 5tmiller52z July 1 Ajax
    • Hi, Excuse my poor english… I’m trying this: structure

      In firebug the Get is right but noting in the Div(mydiv)

      Thank you for your help

    • Read more
  • Views
    13
    Comments
    2
    2 comments Most recent by 5tmiller52z July 1 Ajax
    • 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

    • Read more
  • Views
    33
    Comments
    6
    6 comments Most recent by 5tmiller52z July 1 Ajax
    • 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

    • Read more
  • Views
    32
    Comments
    2
    2 comments Most recent by [Deleted User] June 20 Ajax
  • Views
    17
    Comments
    2
    2 comments Most recent by [Deleted User] June 20 Ajax
    • 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

    • Read more