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.
Uncaught TypeError: Cannot read property ‘msie’ of undefined
  • I’m tried using jquery 1.8.2 and 1.9.0 and I keep getting the same error anytime I try to do anything w/ jkit in javascript

    $(document).ready(function(){ $(‘body’).jKit(); });
  • jKit will be compatible with jQuery 1.9.0 in one of the next versions. Till than you can either use jQuery 1.8.2 or the latest jQuery together with the compatibility plugin.

    Creator of jKit – www.fredibach.ch
  • This is now fixed in jKit 1.1.20 … the migrate plugin isn’t needed anymore.

    Creator of jKit – www.fredibach.ch