[jQuery] Re: Back Button

2008-12-01 Thread OhNoMrBill
I found a way to work with Klaus's plugin. But, one problem has come up. My URLS work - and look like this: a href=/Alfredo title=Alfredo class=remote onclick=$.Content_SearchTag('Pasta','Alfredo');Alfredo/a However, the destination behind this link also has similar links on it. When it is

[jQuery] Re: Back Button

2008-11-30 Thread OhNoMrBill
OK, I think most iof this makes sense. The one bit where there is a gap for me is as follows: We have both: a id=linkToHome href=#homeHome/a and $('#linkToHome').history( showHome() ); Ho do I associate showHome() with the link linkToHome in the first place? On Nov 26, 10:11 pm, Brian

[jQuery] Re: Back Button

2008-11-26 Thread OhNoMrBill
I am bounding this follow-on question up...thread kind of went off course. The bit about links makes sense; but then how do I bind the javacsript onclick functions to the links? On Nov 24, 5:29 am, OhNoMrBill [EMAIL PROTECTED] wrote: That makes sense; but then how do I bind the functions to

[jQuery] Re: Back Button

2008-11-26 Thread Brian Cherne
Both history plug-ins apply the onclick logic for you. http://www.mikage.to/jquery/jquery_history.html With Mikage's history plug-in you'll need a pageload function (see the source code) and edit it according to the hash values of your anchor tags. I'd recommend replacing his if(hash) statement

[jQuery] Re: Back Button

2008-11-24 Thread Brian Cherne
Take a look at the history plug-in page code again: http://www.mikage.to/jquery/jquery_history.html A really important concept to understand is that the history plug-in (any history plug-in) is listening / watching for the URL to change. Any change you want it to make going Back you will need to

[jQuery] Re: Back Button

2008-11-24 Thread OhNoMrBill
That makes sense; but then how do I bind the functions to the links? The functions represent a large block of black-boxed code that is an AJAX handler that pushes content into destination divs. On Nov 24, 2:52 am, Brian Cherne [EMAIL PROTECTED] wrote: Take a look at the history plug-in page

[jQuery] Re: Back Button

2008-11-24 Thread aymen bentaleb
i've tried this plugin and i got a problem on running with IE7. i've posted this as a request beacause i'find the same problem as another user here is my post http://plugins.jquery.com/node/2472 Can anyone helps thanks 2008/11/24, OhNoMrBill [EMAIL PROTECTED]: That makes sense; but then how do

[jQuery] Re: Back Button

2008-11-24 Thread Brian Cherne
My previous Google search looks to have pulled the wrong history plug-in. Try this one from Klaus Hartl. He writes good code and it looks more recent. http://stilbuero.de/jquery/history/ Brian. On Mon, Nov 24, 2008 at 6:44 AM, aymen bentaleb [EMAIL PROTECTED]wrote: i've tried this plugin and

[jQuery] Re: Back Button

2008-11-23 Thread OhNoMrBill
Anyone have an ideal on this? On Nov 22, 8:15 pm, OhNoMrBill [EMAIL PROTECTED] wrote: I am in a real bind on this issue. Is anyone able to answer? Help would be greatly appreciated if you can!! On Nov 22, 10:50 am, OhNoMrBill [EMAIL PROTECTED] wrote: Here is the scenario I am trying to

[jQuery] Re: Back Button

2008-11-22 Thread OhNoMrBill
I am in a real bind on this issue. Is anyone able to answer? Help would be greatly appreciated if you can!! On Nov 22, 10:50 am, OhNoMrBill [EMAIL PROTECTED] wrote: Here is the scenario I am trying to deal with currently: I have a link that looks like: a href=# onClick=$.Content_Home();Some

[jQuery] Re: Back Button Clears Form

2008-01-27 Thread frizzle
Maybe slightly off-topic, but do you know a way to succesfully use History/Remote while firing the events with links that are actually inside the DIV which content's gets replaced? Haven't been able sofar to find the answer... Thanks, Frizzle. On 25 jan, 20:57, cfdvlpr [EMAIL PROTECTED]

[jQuery] Re: Back Button Clears Form

2008-01-25 Thread cfdvlpr
the history remote plugin might be what you need. On Jan 25, 5:42 am, Jamie [EMAIL PROTECTED] wrote: 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

[jQuery] Re: Back Button Control and History Plugin

2007-08-10 Thread cfdvlpr
Glad to see I'm ot the only one. I'd still love to see a more complex example!

[jQuery] Re: Back Button Control and History Plugin

2007-08-10 Thread Benjamin Sterling
I am using the history plug in on this site: http://airplume.informationexperts.com/, it pop open an new window when you enter the module, but the url is http://airplume.informationexperts.com/module.htm#m-1000 (it needs the log in tho, just your first and last name in a cookie) The structure is

[jQuery] Re: Back Button Control and History Plugin

2007-08-10 Thread cfdvlpr
I've got this working pretty good right now, but there's one thing I can't get right. I notice in Firebug that the url is loading correctly, but when I look at the url in the address bar of my browser, this url gets long and is not right. I'm not sure how to fix this. Here's my code if anyone

[jQuery] Re: Back Button Control and History Plugin

2007-08-07 Thread Joe
I am having the same issue. Does anyone have a more complex example? On Aug 1, 4:59 pm, cfdvlpr [EMAIL PROTECTED] wrote: 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