hi nice ya , am not getting any error , that's main problem , even no
browser script error , working in FF browser ,
Little bit i moved to another code ,
$(document).ready(function(){
$("#username").keyup(function(){
var username = $("#username").val();
$.getJSON('getinfo.php', {'id' : username}
Is there any sort of error shown by Firebug or Fiddler? or are you
hoping for help on just "doesn't work"
On Jun 29, 7:18 am, bharani kumar
wrote:
> Hi alll
>
> $(document).ready(function(){
>
> $("#postcode").keyup(function(){
> var txtvalue = $("#postcode").val();
> alert(txtvalue)
> $.ajax(
2 matches
Mail list logo