I'm trying to use javascript/jQuery to wrap any abbreviations in a paragraph in a <abbr title=""> tag.
For example, in a sentence like, The WHO eLENA clarifies guidance on life-saving nutrition ...
So im using this framework called CodeIgniter anyways it allows querystrings but by default I have turned them off.Instead a url would look like this:www.your_site.com/controller/method/key/value/key/value...However jQuery or the plugin datatables that I am using is generatingit like this:www.your_site.com/controller/method?key=value&key=valueJust trying to figure out where all this magic happens so I can changeit to my magic!