For issues relating to using jQuery, version 1.8
My web framework automatically updated my jQuery script to the current last version, the 1.9. Now all my: $(".myclass").live("click", …
javascript jquery jquery-1.8 jquery-1.9I have used outerHeight and outerWidth on many places. Now, after jQuery 1.8 was released I have met a lot of …
jquery height jquery-1.8It seems to me that Firefox ought to be better equipped to return the proper value when using $(window).height(). …
jquery firefox jquery-1.8The following code raises the error unsupported pseudo: hover on jQuery 1.8, while it works perfect on jQuery 1.7.2: if(!$(this).parent().…
javascript jquery jquery-1.8How to find event handlers on an object in jQuery 1.8+? var func = function(){ alert(1); }; var obj = $('#obj'); obj.on("…
jquery event-handling jquery-1.8Since the jQuery .toggle event method is deprecated. What are we suppose to use to simulate this event (alternate clicks)?
jquery jquery-1.8