var urlSearch = "http://192.168.10.113/collective-intellegence/UserClickPersonClassifier?userid=1&query=asp.net"; alert(index); $.ajax({ url: urlSearch, type: 'POST', dataType: 'json', success: function (data) { alert(index); } });
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)