Is it possible to extend jQuery 1.3 to include the parseJSON
function from 1.4.1+, and have it function the same way as it does in jQuery 1.4.1+? How would I go about that?
I have some sites where I have to use jQuery 1.3, but I have a tool that requires parseJSON
, which was only introduced in jQuery 1.4.1. I vaguely know that I should be taking parseJSON from 1.4.1+ and trying to make it a plugin, but I don't know how to do that.