Jquery ajax – passing a query string through ajax as a string
I am trying to pass a string through ajax, however the string is a query string taken from a search and looks something like this: search=&site=0&salesperson=0&referral=0&product=0&estimate=0&sort=date&open=on&filter_sbmt=Filter+Prospect&limit=30 So when I pass it through ajax as the variable url=search=&site=0... it sets the…