jQuery 1.4 vs $.fn.livequery()
I'm noticing very flaky behavior from livequery after updating to jQuery 1.4. It's a problem across browsers (IE,FF,Safari) and platforms (PC/Mac). Sometimes it simply doesn't work. Others it seems to work, but only after another event fires. For example I have a small plugin that alternates table row classes. It works on page load, but after an ajax load of a table it doesn't...until i click a button etc on the page...then the row coloring magically appears. Anyone else seeing this? Any workarounds?