[jQuery] Back Button

2008-11-22 Thread OhNoMrBill
Here is the scenario I am trying to deal with currently: I have a link that looks like: Some Link All the url links in this site look like this...onclick overrides. What I need to do is ensure that when a user clicks back, the actual prior jQuery function is called, and not the entire page. I

[jQuery] jQuery back button support w/ forms

2008-11-03 Thread jennyv
Just wondering if there's a reason to prefer one of these history plugins over the other: http://www.mikage.to/jquery/jquery_history.html http://stilbuero.de/jquery/history/ and whether any work has been done on supporting forms for the back button? Thanks!

[jQuery] Back button functionality?

2008-06-18 Thread Evil Otto
I've been trying to solve the back button problem with jQuery. I've run into a couple of .history libraries, but nothing that seems to work with jQuery 1.2.x. Any suggestions or approaches to fixing this would be welcome.

[jQuery] Back Button Clears Form

2008-01-25 Thread Jamie
Hey, After starting to use jQuery, I've found the back button on my browser no longer remembers the values in my forms. The user has to re-enter everything if they accidentally move past a page and wish to go back. Is there any way I can get the page to keep it's state? Thanks! Jamie Goodfellow

[jQuery] Back Button Control and History Plugin

2007-08-01 Thread cfdvlpr
I'm struggling to implement back button control. I've got several buttons, variables, divs, and a large json array holding product data that I need store in the history every time a button is clicked. The demo for the history plugin is very simple and it doesn't show how to do anything as compli