[jQuery] jQuery include plugin

2007-04-26 Thread pdp
I thought that you may find this plugin interesting: http://www.gnucitizen.org/projects/jquery-include/ all this plugin does, is to provide with mechanism for including external js files.. so you can do stuff like this: $.include('http://path/to/script1.js');

[jQuery] jQuery JSON

2007-07-20 Thread pdp
I am not sure if this helps, but here you go... a simple JSON plugin for jQuery. http://www.gnucitizen.org/projects/jquery-json/ I will add also the JSON serializing and deserializing features from AttackAPI (http://www.gnucitizen.org/projects/attackapi) soon. cheers