[jQuery] Livequery not reattaching handlers

2009-12-17 Thread Gremlyn1
I am trying to get this function work, and it does everything it should EXCEPT reattach the event handlers (which is the whole in using livequery!). Any ideas? $j(.versions).livequery('change', function() { var verid = $j(.versions option:selected); var prodid =

[jQuery] Re: Switch image source during toggle

2009-10-15 Thread Gremlyn1
Hoping for some help still... I see the jQueryUI site has drop downs that do what I want, there has to be a plugin or an easy way to do this somewhere! I don't mind if i have to implement a new, full toggle script to do it either. On Oct 7, 8:53 am, Gremlyn1 greml...@gmail.com wrote: Bump

[jQuery] Re: Switch image source during toggle

2009-10-07 Thread Gremlyn1
Bump? On Oct 5, 3:19 pm, Gremlyn1 greml...@gmail.com wrote: Sure, as I said I have the following function in place: $j(document).ready(function() {     $j('#answerbox').hide();     $j('a.faq').click(function() {         var faq_id = $j(this).attr('id');         $j('#faq' + faq_id

[jQuery] Re: Switch image source during toggle

2009-10-05 Thread Gremlyn1
toggled? On Oct 2, 6:26 am, Gremlyn1 greml...@gmail.com wrote: I have some divs I am toggling and there is a little + signimageI want tochangeto a - signimagewhen the toggle event occurs, but can't quite figure it out. Here is the toggle code I have (taken from a helpful post on here

[jQuery] Switch image source during toggle

2009-10-02 Thread Gremlyn1
I have some divs I am toggling and there is a little + sign image I want to change to a - sign image when the toggle event occurs, but can't quite figure it out. Here is the toggle code I have (taken from a helpful post on here): $j(document).ready(function() { $j('#answerbox').hide();