A pure JavaScript library for a RESTful Drupal website.
node_load(123, {
success: function(node) {
alert('Loaded node: ' + node.title);
},
error: function(xhr, status, message) {
alert(message)
}
});
Above is an example of how easy it is to load a Drupal node with jDrupal in JavaScript. Use jDrupal to easily build JavaScript based mobile applications and web applications for your Drupal site.
For more information and "Hello World", please visit: http://www.easystreet3.com/jDrupal