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"
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
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
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]>
17 matches
Mail list logo