jquery-address icon indicating copy to clipboard operation
jquery-address copied to clipboard

event.queryString is appended twice in url

Open pandikamal opened this issue 13 years ago • 0 comments

hi, this is my code:

show click to play

$.address.change(function(event){

        var qstring = '';
      if( event.queryString != '')
        qstring =  event.queryString;
   var url = $.address.state() + event.path + qstring;
 load_page(url,'div#inside');

});

first i click show, the url is http://localhost/rw2011/?show_types=show, then next i click to play, the url is http://localhost/rw2011/player-list?id=57?show_types=todays_show

please help me.

pandikamal avatar Feb 09 '12 13:02 pandikamal