[jQuery] Re: History/Remote - problem with jquery 1.3.1

2009-03-12 Thread Olaf Bosch
Jim Davis schrieb: The script contains a number is instances of the syntax you mention. What is the correct syntax for use with jquery 1.3.x? I have uploaded the script here: this: $('a...@href$="' + iframeHash + '"]').click(); to: $('a[href$="' + iframeHash + '"]').click(); -- Viele Grüße

[jQuery] Re: History/Remote - problem with jquery 1.3.1

2009-03-02 Thread Jim Davis
The script contains a number is instances of the syntax you mention. What is the correct syntax for use with jquery 1.3.x? I have uploaded the script here: http://www.btruekennel.com/scripts/jquery.history_remote.js Thanks for the help, Jim On Sun, Mar 1, 2009 at 9:17 PM, Karl Swedberg wrote: >

[jQuery] Re: History/Remote - problem with jquery 1.3.1

2009-03-01 Thread Karl Swedberg
The first thing I would do is check for any instances of the old xpath syntax for attribute selectors: [...@attribute]. For example: a...@href $ ... ] --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Mar 1, 2009, at 9:00 PM, kingofthelowend wrote: I have

[jQuery] Re: History/Remote - problem with jquery 1.3.1

2009-03-01 Thread kingofthelowend
I have the same problem! On Mar 1, 10:25 am, Jim wrote: > The History/Remote plugin (http://stilbuero.de/jquery/history/index.html > ) works great with jquery 1.2.6 but not 1.3.1. The load part of the > plugin works, but the history part is not working. Is there a fix or a > more current plugin

[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 Plug-In

2008-12-16 Thread russellneufeld
Hi Olivier, Thanks for the response. So it looks like I include the jquery.history_remote.js file, call this in my $(document).ready() function: $.ajaxHistory.initialize(); but then what do I do next? I get a callback every time I update the table in my page with new content, so I tried add

[jQuery] Re: History Plug-In

2008-12-16 Thread Olivier Percebois-Garve
http://stilbuero.de/jquery/history/ What you want to do is ok, you'll just need to change the window.location.* hash* in the callback of your ajax request. On Tue, Dec 16, 2008 at 5:12 PM, russellneufeld wrote: > > Hi all, > > This question has been asked before but there weren't too many good

[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

2008-07-15 Thread spherop
I was going to use RealSimpleHistory as it seemed the most complete, but apparently Mac Safari is not working from what i read on site comments. A new version is in the works though. I am also trying to understand the capabilities and limitations of the various options, and anyone who has had su

[jQuery] Re: History Remote Post

2007-12-02 Thread Klaus Hartl
On 1 Dez., 15:35, ogurec <[EMAIL PROTECTED]> wrote: > Hi, > if i have ajax search form and submit different search query 3 times > can i go back and see results for every search separately? You would have to have 3 different links that work the way I described above... --Klaus

[jQuery] Re: History Remote Post

2007-12-01 Thread ogurec
Hi, if i have ajax search form and submit different search query 3 times can i go back and see results for every search separately? > > Unless you're submitting forms via Ajax form submits can't be > "historized" with thehistoryplugin or any otherhistorymanager. All > these solutions need the fr

[jQuery] Re: History Remote Post

2007-11-21 Thread Klaus Hartl
On Nov 21, 2:06 am, Talv <[EMAIL PROTECTED]> wrote: > Hi all, > > Im vey new to Jquery started today infact moving over from mootools > and so far whilst things are differnet im developing at a very fast > rate, the main reason i moved was because i couldnt get history > managers to work correctly

[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 anchors with variable and value (#var=value)

2007-07-30 Thread Sean Catchpole
The following code will set index.html#num=2#foo=bar to num=2; foo="bar"; (function(){ var l=window.location.hash.split('#').slice(1) for(var i=0; i

[jQuery] Re: History anchors with variable and value (#var=value)

2007-07-29 Thread Chango
I need this too! On Jul 11, 4:22 pm, boomertsfx <[EMAIL PROTECTED]> wrote: > Does anyone have any comments on this? I know there is a "history/ > remote" > plugin by Klaus, but that is more for static sites... I want to pass/ > update variables via the anchor. I can't seem to find much info on

[jQuery] Re: History anchors with variable and value (#var=value)

2007-07-11 Thread boomertsfx
Does anyone have any comments on this? I know there is a "history/ remote" plugin by Klaus, but that is more for static sites... I want to pass/ update variables via the anchor. I can't seem to find much info on this, other than it seems YUI is doing it in the below URL. Regards, Graeme On

[jQuery] Re: History / Remote Plugin Instructions

2007-06-30 Thread Benjamin Sterling
Klaus, I knew it was incorrect xhtml, just trying to point 'em in some direction. On 6/30/07, Klaus Hartl <[EMAIL PROTECTED]> wrote: Benjamin Sterling wrote: > > class="ProductColor#currentrow#"> > > > > Be aware, that the above is not correct XHTML. you can probably get >

[jQuery] Re: History / Remote Plugin Instructions

2007-06-30 Thread Klaus Hartl
Benjamin Sterling wrote: Be aware, that the above is not correct XHTML. you can probably get away with: That isn't correct (X)HTML either. And won't work. The remote/history plugin relies on links pointing to a fragment identifier, like "#whatever", otherwise there is

[jQuery] Re: History / Remote Plugin Instructions

2007-06-29 Thread Benjamin Sterling
> > > class="ProductColor#currentrow#"> > > Be aware, that the above is not correct XHTML. you can probably get away with: But, if that does not work, you can go in an make changes to the plugin that will allow you to check for a different attribute. -- Benjamin Sterling http://www.Kenzo

[jQuery] Re: History / Remote Plugin Instructions

2007-06-29 Thread cfdvlpr
I think we're refering to the same plugin. I was just confused. I see now that it's looking for an href attribute. So, what I've done is something like this: And this: $(function() { $('a.remote').remote('##output', { hashPrefix: 'color' }); $.ajaxHistory.initialize(); });

[jQuery] Re: History / Remote Plugin Instructions

2007-06-29 Thread Benjamin Sterling
Nathon, Which history plugin are you referring to? Also, I am pretty sure that the plugin is looking for a "href" attribute, I could be wrong, but the history plugin I am using does. On 6/29/07, cfdvlpr <[EMAIL PROTECTED]> wrote: Here's one thing that I've tried that doesn't seem to work: $

[jQuery] Re: History / Remote Plugin Instructions

2007-06-29 Thread cfdvlpr
Here's one thing that I've tried that doesn't seem to work: $(function() { $('[EMAIL PROTECTED]').remote('##test'); $.ajaxHistory.initialize(); }); I get this error in Firebug when I click on the elements: uncaught exception: [Exception... "Component returned failure code: 0x80070057 (NS_E

[jQuery] Re: History / Remote Plugin Instructions

2007-06-29 Thread cfdvlpr
I'd like to use this plugin on many buttons that are not normal links. They are actually elements that have a .click function associated with them. And, there are many different li elements on the page with many different ids and classnames. How can I use this plugin with these elements / bu

[jQuery] Re: History/Remote - jQuery Plugin

2007-05-28 Thread Klaus Hartl
Mandy Singh wrote: Thank you Klaus. All my major issues have been solved including writing a pagination model on top of it and handling the highlighting of the active link (refresh wasn't being taken care of by your library). So, only one thing remains - the double request that sometimes happ

[jQuery] Re: History/Remote - jQuery Plugin

2007-05-25 Thread Mandy Singh
Thank you Klaus. All my major issues have been solved including writing a pagination model on top of it and handling the highlighting of the active link (refresh wasn't being taken care of by your library). So, only one thing remains - the double request that sometimes happens and once it happens

[jQuery] Re: History/Remote - jQuery Plugin

2007-05-25 Thread Klaus Hartl
Mandy Singh wrote: Hi Klaus, Thanks for sending that link across. I will take a look into it. However, do you have any pointers to my other question? {If you land on the page with your remote div populated with the first result directly from the backend, then click on 2nd link and populate

[jQuery] Re: History/Remote - jQuery Plugin

2007-05-24 Thread Mandy Singh
Hi Klaus, Thanks for sending that link across. I will take a look into it. However, do you have any pointers to my other question? {If you land on the page with your remote div populated with the first result directly from the backend, then click on 2nd link and populate results in the remote di

[jQuery] Re: History/Remote - jQuery Plugin

2007-05-24 Thread Klaus Hartl
Mandy Singh wrote: Anyone on how I can handle this? This is really necessary for this plugin to be useful to me. I am sure people have faced this before, can someone not help? I'm sorry, I'm super busy and I cannot give support right now. The double loading is a timing issue and a fix was a

[jQuery] Re: History/Remote - jQuery Plugin

2007-05-24 Thread Mandy Singh
Anyone on how I can handle this? This is really necessary for this plugin to be useful to me. I am sure people have faced this before, can someone not help? On 5/24/07, Mandy Singh <[EMAIL PROTECTED]> wrote: Ben, The this.id is just referring to the id of the element (anchor tag with class

[jQuery] Re: History/Remote - jQuery Plugin

2007-05-24 Thread Mandy Singh
Ben, The this.id is just referring to the id of the element (anchor tag with class remote) that I am clicking on. I just wanted the hash to be customized based on the id. That works fine. Biggest worry is how to get back to default state work fine - it shows an empty box because of _defaultStat

[jQuery] Re: History/Remote - jQuery Plugin

2007-05-24 Thread Benjamin Sterling
Do you have a url we can look at? I am not sure what this.id is refering to, I think is should be $(this).attr('id'); On 5/24/07, Mandy Singh <[EMAIL PROTECTED]> wrote: anyone? On 5/24/07, Mandy Singh <[EMAIL PROTECTED]> wrote: > > Hello Klaus, > > Thank you for a wonderful plugin. > > Apart

[jQuery] Re: History/Remote - jQuery Plugin

2007-05-24 Thread Mandy Singh
anyone? On 5/24/07, Mandy Singh <[EMAIL PROTECTED]> wrote: Hello Klaus, Thank you for a wonderful plugin. Apart from the lack of documentation (for beginners who cant figure everything out reading your code :), I am facing the following issues: I am using the plugin from here: http://www.sti

[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]>

[jQuery] Re: history/remote plugin, initialization callback doesn't work?

2007-05-03 Thread Canglan
Anyone got any ideas? :/

[jQuery] Re: history in ajax and setting the ajax url

2007-04-29 Thread Klaus Hartl
xavier schrieb: Hi, Sorry, I'm completely lost. I tried to dig into your tabs plugin, I don't understand where you call it. I found: if (settings.bookmarkable && trueClick) { // add to history only if true click occured, not a triggered click $.ajaxH

[jQuery] Re: history in ajax and setting the ajax url

2007-04-28 Thread xavier
Hi, Sorry, I'm completely lost. I tried to dig into your tabs plugin, I don't understand where you call it. I found: if (settings.bookmarkable && trueClick) { // add to history only if true click occured, not a triggered click $.ajaxHistory.update(clic

[jQuery] Re: history in ajax and setting the ajax url

2007-04-28 Thread Klaus Hartl
xavier schrieb: Hello, I want to have an application that works both with and without ajax. Eg: without ajax, I get /contentWithMenu and with ajax I .load / contentonly into #content jQuery("[EMAIL PROTECTED]/]").bind("click",function(){ jQuery("#main").load ("/xajax/"+this.pathname,{},f