Posts

Showing posts from November, 2015

Passing the parameter via Ajax

How to pass the parameter via Ajax Calling URL.... Here you can get the value from term Its realyy fantastic to have this thing in ajax.... **************************************************** $ ( document ). ready ( function () {         $ ( function () {                 $ ( "#search" ). autocomplete ({                     source : function ( request , response ) {                 $ . ajax ({                         url : "SearchController" ,                         type : "GET" ,                         data : {                                 term : reques...