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
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:
>
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
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
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
@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
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"
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?
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"
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
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
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,
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
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
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
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/
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
> 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
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
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
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
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
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
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
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');
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
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
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
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
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
>
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
>
>
> 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
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();
});
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:
$
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
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
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
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
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
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
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
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
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
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
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
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]>
Anyone got any ideas? :/
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
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
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
50 matches
Mail list logo