[jQuery] Re: jQuery toggle question

2009-08-06 Thread Peter Edwards
I've reworked your code a little with a working example at: http://jsbin.com/ecumi I have changed classes and ids in the document a little to make it easier to do the selectors, but I know it could probably be done more efficiently. Peter on 06/08/2009 01:13 ripcurlksm said:: For once, I

[jQuery] jQuery toggle question

2009-08-05 Thread ripcurlksm
ctive"); return false; }); $(".btn-slide4").click(function(){ // first close any other open panels $("#panel1").hide(); $("#panel2").hide(); $("#panel3").hide();

[jQuery] Toggle question..

2009-06-25 Thread Dave Maharaj :: WidePixels.com
I load form into a div replaceing the content thats there with a form that will be updating the content . So click here to edit your profile -> profile info fades out -> form loads inplace...all good and simple Now "cancel" how can if a user clicks "cancel " remove the form and replace it

[jQuery] toggle question

2009-02-12 Thread Alain Roger
Hi, I would like to simulate the maximize/minimize window effect. So i created an image Maxi and an image Mini. maxi is displayed by default. When user click on this image, a div should be displayed (no problem for that point) and the Mini image should be displayed instead of Maxi. for sure, if us