Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 541 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 541 Bytes

jDrupal

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