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 : > <!-------------------------------Page A ------------------------------- > > <div> > <a href='#1' id='1'></a> > <a href='#2' id='2'></a> > <a href='#3' id='3'></a> > <a href='#4' id='4'></a> > <div id=''load> Ajax Contenct Comes here</div> > </div> > > <!-------------------------------Page B ------------------------------- > > <div> > <a href='#5' id='5' ></a> > <a href='#6' id='6' ></a> > <a href='#7' id='7' ></a> > <a href='#8' id='8' ></a> > </div> > > <!-----------------Script -----------------------------------------> > // Don't worry for Live Event it is supported by LiveQuery > $("#1,#2,#3,#4,#5,#6,#7,#8").history(function() { alert($ > (this).attr(''id)); }); > $.ajaxHistory.initialize(); > > the problem is when you are in the A page links 1 ,2 ,3 ,4 works But > when you Click on Link number 5 which is loaded by Ajax it doesn't > support 1 ,2 ,3 ,4 LInks , It only works with 6 ,7 ,8 so .. how could > I import the BookMarkable system to the AJAX system ... > > and even I could not Book mark #5 page because it is not indexed in > the first Page ... so does any one has an answere for me thanks > > Regards Pedram > > On Oct 18, 6:04 am, Rey Bango <[EMAIL PROTECTED]> wrote: > > > You have a couple of options available: > > >http://stilbuero.de/jquery/history/http://plugins.jquery.com/project/... > > > 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/ > > > Rey > > > Pedram wrote: > > > Dear Folks , > > > I need to make my webpages bookMarkable and do remember some history . > > > does any one has a link for us .. > > > thanks .