[jQuery] Re: history plugin

2009-02-03 Thread bkwdesign
well.. I guess the huge problem with my aforementioned solution is that it'll likely cause a page refresh / server request. Not too ajax-ish. ;-{ On Feb 3, 3:58 pm, bkwdesign wrote: > @relphie, I'm a newb to jQuery and Klaus' UI Tabs script, but I'm > learning very quickly. > > I'm very interest

[jQuery] Re: history plugin

2009-02-03 Thread bkwdesign
@relphie, I'm a newb to jQuery and Klaus' UI Tabs script, but I'm learning very quickly. I'm very interested in exploring this Really Simple History script that you referred to in your post. I think what would trigger the browser to actually "go there" would be if the RSH script went one step fur

[jQuery] Re: history plugin

2008-12-18 Thread rahman...@gmail.com
I have written a code ( => just for myself usage) that makes links bookmarks like this example: you are on : "http://www.mysite.com/index.php"; you click a link like "sitemap.php" it will be load and you will see "http://www.mysite.com/ index.php#sitemap" or if you click "myfile.php?id=3&p=test"

[jQuery] Re: history plugin

2008-12-18 Thread Namotco
I need to implement this myself. I noticed today that there is a jQuery UI history planned: http://docs.jquery.com/UI/Roadmap Does anyone know if work has started on this?

[jQuery] Re: History Plugin

2008-12-18 Thread rahman...@gmail.com
I have written a code ( => just for myself usage) that makes links bookmarks like this example: you are on : "http://www.mysite.com/index.php"; you click a link like "sitemap.php" it will be load and you will see "http://www.mysite.com/ index.php#sitemap" or if you click "myfile.php?id=3&p=test"

[jQuery] Re: History Plugin

2008-10-26 Thread Pedram
Dear Folks, consider we have page A which has 4 links we filter these Links with javascipt History Plugin which we have, as you can see in below now Our History Plugin Works and it is Bookmarkable and everything is Ok right now, now consider each of these Links Do some Ajax Calls and Load Page B,

[jQuery] Re: History Plugin

2008-10-21 Thread Klaus Hartl
I don't understand what the problem is. Could you put up a demo? --Klaus On 21 Okt., 22:35, Pedram <[EMAIL PROTECTED]> wrote: > Does any one has an Idea!!!? > > On Oct 21, 5:46 pm, Pedram <[EMAIL PROTECTED]> wrote: > > > I've Problem with it, when I do Ajax Call and and I filter the links > > i

[jQuery] Re: History Plugin

2008-10-21 Thread Pedram
Does any one has an Idea!!!? On Oct 21, 5:46 pm, Pedram <[EMAIL PROTECTED]> wrote: > I've Problem with it, when I do Ajax Call and and I filter the links > in the New Page the History will not Include the Previous  Links . > consider this is the Page : > > >   >   >   >   >   Ajax Contenc

[jQuery] Re: History Plugin

2008-10-21 Thread Pedram
I've Problem with it, when I do Ajax Call and and I filter the links in the New Page the History will not Include the Previous Links . consider this is the Page : Ajax Contenct Comes here // Don't worry for Live Event it is supported by LiveQuery $("#1,#2,#3,#4

[jQuery] Re: History Plugin

2008-10-17 Thread Rey Bango
You have a couple of options available: http://stilbuero.de/jquery/history/ http://plugins.jquery.com/project/jHistory One suggestion to help you out in the future is to be sure to check out the plugin repo. It has a ton of extensions for many different use cases. http://plugins.jquery.com/

[jQuery] Re: History plugin not getting back to the home page - Link Inside

2008-08-23 Thread bradleyg
Thanks, all working fine now. Didn't even notice those docs. On Aug 23, 1:41 am, Dave Methvin <[EMAIL PROTECTED]> wrote: > > I can't get back to the home page. I have tried to solve it for a while > > but can't seem to come up with a solution. > > The answer is in the jquery.history_remote.js doc

[jQuery] Re: History plugin not getting back to the home page - Link Inside

2008-08-22 Thread Dave Methvin
> I can't get back to the home page. I have tried to solve it for a while > but can't seem to come up with a solution. The answer is in the jquery.history_remote.js documentation. Pass a function to $.ajaxHistory.initialize() and that function will be called when there is no bookmark. In your ca

[jQuery] Re: History Plugin initial state

2007-11-17 Thread dandanthesushiman
Hi Klaus Thank you very much for your help. Sorted! Klaus Hartl wrote: > On Nov 14, 9:13 pm, dandanthesushiman <[EMAIL PROTECTED]> wrote: > > Thanks for the quick reply, but my lack of knowledge means I stil > > don't get it I am trying > > > > $(function() { > > $('a.remote').re

[jQuery] Re: History Plugin initial state

2007-11-15 Thread Klaus Hartl
On Nov 14, 9:13 pm, dandanthesushiman <[EMAIL PROTECTED]> wrote: > Thanks for the quick reply, but my lack of knowledge means I stil > don't get it I am trying > > $(function() { > $('a.remote').remote('#chapter', function() { > if (window.console && window.cons

[jQuery] Re: History Plugin initial state

2007-11-14 Thread dandanthesushiman
Thanks for the quick reply, but my lack of knowledge means I stil don't get it I am trying $(function() { $('a.remote').remote('#chapter', function() { if (window.console && window.console.info) { console.info('content loaded');

[jQuery] Re: History Plugin initial state

2007-11-14 Thread Klaus Hartl
On Nov 14, 12:15 pm, dandanthesushiman <[EMAIL PROTECTED]> wrote: > Hi > > I hope someone can help, I am just getting stated with jQuery so I may > be asking a question that is obvious to most of you but I'm stuck. > > I have implemented the History/Remote plugin in on my site. I found > the files

[jQuery] Re: history plugin examples

2007-05-18 Thread Sam Collett
I have a test page on using it in a way other than for AJAX: http://www.texotela.co.uk/sandbox/historytest/ However, it does not seem to go back properly in IE (you may have to go back twice instead of once to get to the previous page). On May 17, 7:20 pm, "Benjamin Sterling" <[EMAIL PROTECTED]>