Howdy, Stranger!

It looks like you’re new here. If you want to get involved, click one of these buttons!

About

Username
FrediBach
Joined
January 5
Visits
80
Last Active
12:07PM
Roles
Administrator
Thanked
24
Powered by Vanilla. Made with Bootstrap.
Theme built by Kasper Kronborg Isager
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.

FrediBach

  • Views
    14
    Comments
    3
    Announcement 3 comments Most recent by FrediBach May 8 Respond
    • Media queries are cool, they let you create nice responsive layouts, but they have one problem, they only know the size of the window and not of the parent element. This is especially a problem with highly modular websites where you have widgets or templates that can be used inside different sized elements.

      Here’s a good article that describes the problem: http://ianstormtaylor.com/media-queri

    • Read more
  • Views
    8
    Comments
    2
    2 comments Most recent by FrediBach May 8 Bug Reports
    • Looks like Chrome 27 on OS X changed something that broke the jKit lightbox functionality. I’m currently looking into the problem. I’m actually not 100% sure, but frokm the looks of it, it could even be a jQuery feature that stopped working properly.

    • Read more
  • Views
    9
    Comments
    4
    Closed 4 comments Most recent by FrediBach May 7 General
    • Uglify, the minifier service I’m using was down while I did run my commit scripts. So the .min version got corrupted. I’ll try to fix it ASAP.

    • Read more
  • Views
    7
    Comments
    1
    1 comment Started by FrediBach May 3 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
    12
    Comments
    1
    1 comment Started by FrediBach April 25 General
    • I will be back in full force soon. A lot of interesting things happened around my life recently and my free time was razor thin because of it. I will try to get to all your questions on Saturday and there should be new releases next week.

    • Read more
  • Views
    122
    Comments
    13
    13 comments Most recent by toledoh March 29 General
    • jKit has currently over 40 commands, it’s time to work on the individual command details and the whole codebase. It’s planned to add an event and callback system that makes it possible to call your own JavaScript code on each action jKit performs. The first code to make this happen is already in the latest versions of jKit, but as long as that’s not final, you wont see me document that only to lat

    • Read more
  • Views
    92
    Comments
    6
    6 comments Most recent by chule143 March 18 News
    • I’m currently working on quite a few new things for jKit. Some are just small new features for existing commands, but there are two major developments coming in the next releases. One is hash/history management for things like tabs, accordion, ajax … and the second one is a fully documented source code. Here’s a very early preview: https://jquery-jkit.com/dev/jkit.docu.php

      It will be faster in

    • Read more
  • Views
    46
    Comments
    1
    1 comment Started by FrediBach February 18 General
    • The latest version (1.1.17) has introduced a new feature that I want to highlight a bit in here. It’s currently available for the following three commands: Tabs, accordion and ticker.

      So what is it? Basically it’s a way to write more agnostic markup. For example the tab command till now has needed the following HTML structure to work correctly:

      div (container)
          div (element)
      
    • Read more
  • Views
    14
    Comments
    1
    1 comment Started by FrediBach February 18 General
    • Just started reading the new book by jQuery inventor John Resig. It’s really good with a lot of advanced stuff you normally don’t find in JS books, but be aware, it’s nothing for JS beginners.

      Get it over here: http://jsninja.com/

    • Read more
  • Views
    33
    Comments
    2
    2 comments Most recent by FrediBach January 21 General
    • From the 26th January to the 10th February I will be away for an adventure trip. You can read about it over here: wingsofkilimanjaro.com

      If you have a few dollars, I’m still collecting donations for the people there, only about 300$ to go to reach my goal of $5000:

      http://wingsofkilimanjaro.kintera.org/faf/donorReg/donorPledge.asp?ievent=1041962&lis=1&kntae1041962=467CECF027B24B7D99D2A769021

    • Read more
  • Views
    134
    Comments
    1
    1 comment Started by FrediBach January 5 News
    • jKit had quite an impact over the past few days and I felt that it would already be a good idea to add a community forum to the site, to better channel all the various discussions going on right now (mainly on Google Groups, Reddit, Facebook and Twitter).

      All future announcements will be made on this forum, as well. I will still post to the big social communities, but the discussions will mainl

    • Read more