jquery-load-json
jquery-load-json copied to clipboard
Successor of loadJSON - jquery view engine
Hi,
This is not actually an issue - just a notification.
I decided to resurrect my original loadJSON code and I'm maintaining it here: https://github.com/JocaPC/jquery-view-engine
I have created a new project because I have removed some features such as selecting elements by rel attribute, I'm binding elements by classes that have bind- prefix, not supporting Url as an argument because I want to separate loading via Ajax from template code, etc. Due to backward compatibility I'm not claiming that the new code is just a new version of loadJSON.
You are free to use this version as your own and maintain it if you want or you can switch to new code. If you continue to use your fork, could you just for test reasons try to put my new version of library into some of your projects and let me know does it works.
Thanks, Jovan Popovic