Title: Full Example
Last modified: August 30, 2016

---

# Full Example

 *  [schmeidt](https://wordpress.org/support/users/schmeidt/)
 * (@schmeidt)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/full-example/)
 * Hi,
 * i’ve read the notes but I’ve found nothing about the Implementation with Jquery
   and this Plugin. Right now I’m able to show the content with this code:
 * <script type=”text/javascript” charset=”utf-8″>
    function readSinglePost (url,
   target_div) { var URL = url//+”&callback=?”; console.log(URL); jQuery.ajax({ 
   url: URL, dataType: ‘json’, success: function(data) { console.log(data);
 *  jQuery(target_div).append(data.page.content);jQuery(target_div).
    console.log(
   data.page.content); } }); } jQuery(document).ready(function() { var url = “[http://www.XXX.com/api/get_page/?id=2&apikey=XXX](http://www.XXX.com/api/get_page/?id=2&apikey=XXX)`”;
   var target_div = “#content_test”;
 *  readSinglePost(url, target_div);
    }); </script>
 * I’m searching for a full example for a registration process. I dont know where
   I can add the Nonce to register a person. A full example with Formular and Jquery
   would be great.
 * Thanks
 * [https://wordpress.org/plugins/json-api-user/](https://wordpress.org/plugins/json-api-user/)

The topic ‘Full Example’ is closed to new replies.

 * ![](https://ps.w.org/json-api-user/assets/icon-256x256.png?rev=1965790)
 * [JSON API User](https://wordpress.org/plugins/json-api-user/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/json-api-user/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/json-api-user/)
 * [Active Topics](https://wordpress.org/support/plugin/json-api-user/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/json-api-user/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/json-api-user/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [schmeidt](https://wordpress.org/support/users/schmeidt/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/full-example/)
 * Status: not resolved