[jQuery] Toggle Help

2009-11-05 Thread Dave Maharaj :: WidePixels.com
I am loading a page using $Ajax and upon success i run a toggle function. Now how can i set it up so that once its been loaded it will not make a second Ajax request? Basically a user clicks edit and i get the form via Ajax request and place it into a div. Once completed the original content t

[jQuery] Toggle Help

2009-10-20 Thread Dave Maharaj :: WidePixels.com
I am trying to toggle two different views on the page. I have the users personal info in content So when the user clicks edit the content gets replaced with a form url: "/manage/personal/edit", What would be the best way to do this/ So if they click edit the content gets replaced with the form,

[jQuery] Toggle Help

2009-08-12 Thread Dave Maharaj :: WidePixels.com
I want to build add a "favourites" type widget into my site. Just so a user can bookmark a post they like. So I have my standard paginated view with various posts and a star beside each post. Solid star = bookmarked, empty star = not bookmarked I have the save/delete bookmark working the star on

[jQuery] Toggle Help

2009-03-17 Thread Ben Shelock
Im just starting out with jQuery. Im getting stuck though. Im trying to get jQuery to manipulate my form. Changing the drop down menus to a given value. It does the first toggle fine, but won't do the second. Could someone explain why and provide a solution. Ive been trying for hours. Heres what