any body knows the solution?!
On Aug 17, 8:17 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm using liveQuery to load my pages and save them into history > the whole code that i have written is available > inhttp://ajax.rahnemaco.com/2/includes/javascript/rm.js > > but a plank of code is : > > $("a").livequery('click',function(){ > var hash = this.href; > hash = hash.replace(/^.*#/, ''); > $.historyLoad(hash); > return false; > }); > > it work correctly in ff and opera but in ie it have some big problems! > When the url that is clicked have some parameters, for example when > the url is : > http://ajax.rahnemaco.com/2/index.php?cPath=2 > the parameters will disappear and it cause do sth wrong! > > for example, you can go to: http://ajax.rahnemaco.com/2/index.php?language=en > > ( just with ie to see the problem ) and when it load's complately, > click on a category or a product's detail > > this is a URGENT situation!! and i need your help immediately! > Thnaks before