Top "Jquery-1.8" questions

For issues relating to using jQuery, version 1.8

How to replace "live" from jQuery 1.8.3 to jQuery 1.9?

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.9
jQuery 1.8 outer Height/Width not working

I 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.8
Why does Firefox return 0 as the value of $(window).height()

It seems to me that Firefox ought to be better equipped to return the proper value when using $(window).height(). …

jquery firefox jquery-1.8
jQuery 1.8: unsupported pseudo: hover

The 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.8
jQuery 1.8 find event handlers

How 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.8
jQuery .toggle event deprecated, What to use?

Since the jQuery .toggle event method is deprecated. What are we suppose to use to simulate this event (alternate clicks)?

jquery jquery-1.8