Close

Themehits

Download domAjax Nulled

 


domAjax is a small HTML5 javascript library that allows any DOM element to make ajax requests. It also has a simple templating engine that can easily bind returned json data to template attributes written in curly brackets. By default, any returned json object is passed through this micro templating engine which gives you a really seamless ajax experience.

domAjax removes the need for you to code jQuery ajax requests which can easily get messy especially when it comes to processing the returned JSON and manipulating the DOM to add any fetched data.

DOM nodes are configured using data-ajax-* attributes and the domAjax library takes care of the rest.
documentation accessible at https://googledrive.com/host/0B_GNvWPY1Rs1Z1RTbFFGWFBVRzg/index.html
// domAjax Template

<div id="posts" data-ajax-url="/posts/">
    <div class="single-post" data-ajax-repeat="posts">
        <span>{{author.image}}</span>
        <div>
            <span>Written by {{author.name}}</span>
            <span>Submitted {{dateCreated}}</span>
        </div>
        <div class="writeup">
            {{content}}
        </div>
        <div class="comments">
            {{comments}}
        </div>
    </div>
</div>

Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy domAjax from the The Developer ( sam_21 ) website. Thank you.
Download = domAjax-[Updated].zip



Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.