calling jsonresult in simple html site through jquery -
can call mvc jsonresult in simple html project through jquery. mean can use mvc projects api , consume jsonresult method in html project.
i want call above jsonresult in html page know have ti use jquery serialize data. not come.
yes, possible load json result in simple html project through jquery or javascript using ajax inside js functions.
- use
jquery.getjson()
inside$(document).ready(function(){ })
loading json object while html page gets loaded intially. - also refer http://api.jquery.com/jquery.getjson/
Comments
Post a Comment