I’ve been trying to come up with some cool applications for the jQuery Templates Plugin. So Twitter hosts this cool jsonp interface that enables you to pull down all kinds of twitterdata to your client application – jsonp enables us to get around XSS, so the application doesn’t need a server-side component at all!!!
Simple Twitter App
Simple Twitter App with jQuery Templates and JSONP
I’ve been trying to come up with some cool applications for the jQuery Templates Plugin. So Twitter hosts this cool jsonp interface that enables you to pull down all kinds of twitter data to your client application – jsonp enables us to get around XSS, so the application doesn’t need a server-side component at all!!!
Demo
Demo and Documentation
Download
View Code