[jQuery] Re: force page to load content from another page

2007-10-06 Thread Josh Nathanson
Try using the $.ajax function instead of load (load just does an ajax get), with cache param set to false. -- Josh - Original Message - From: [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Saturday, October 06, 2007 10:11 AM Subject: [jQuery] force page to

[jQuery] Re: force page to load content from another page

2007-10-06 Thread [EMAIL PROTECTED]
Thanks for the idea. I tired it by switching my load code out with the code below but still no luck. When I watch firebug I can see create.cfm be called when I first hit the page, but when I use the forward and back button to hit the page it never calls create.cfm again (until I manually

[jQuery] Re: force page to load content from another page

2007-10-06 Thread Josh Nathanson
Forward and back button is a different story...I think there may be a plugin for that? -- Josh - Original Message - From: [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Saturday, October 06, 2007 10:40 AM Subject: [jQuery] Re: force page to load content

[jQuery] Re: force page to load content from another page

2007-10-06 Thread Brian Cherne
is a different story...I think there may be a plugin for that? -- Josh - Original Message - From: [EMAIL PROTECTED] To: jQuery (English) jquery-en@googlegroups.com Sent: Saturday, October 06, 2007 10:40 AM Subject: [jQuery] Re: force page to load content from another page Thanks