Click here to Skip to main content
15,922,696 members

Comments by athira Paramesh (Top 8 by date)

athira Paramesh 23-Oct-13 2:34am View    
<script type="text/javascript">
function addRow(str) {
var aa=$("[id*=gvstockOut]input[type=text][id*=txtParticulars]").val();

$("[id*=gvstockOut]input[type=text][id*=txtParticulars]").autocomplete({


source: function (request, response) {

$.ajax({

type: "POST",

contentType: "application/json;charset=utf-8",

url: "Service.asmx /GetParticular",

data: "{'prefix':'" + aa + "'}",

dataType: "json",

success: function (data) {

response(data.d);
},

error: function (result) {

alert("Error");
}
});

}
});
}
</script>

error the same uncaught type error:object#<object>has no method autocomplete
athira Paramesh 21-Oct-13 6:22am View    
hai ranjith,
thanks for your code bt its not working in ma form
athira Paramesh 21-Oct-13 3:38am View    
Uncaught TypeError: Object [object Object] has no method 'autocomplete'
athira Paramesh 21-Oct-13 2:58am View    
has no method auto complete this error shows in asp page
athira Paramesh 28-Aug-13 1:36am View    
i didnt get any error