Skip to main content
added 11 characters in body
Source Link
Vishal
  • 2.2k
  • 14
  • 25

Make following modifications as:

  • Replace var PIN = $("this").val(); with var PIN = $(this).val();

  • Replace var dataString = "PIN=" + PIN; with var dataString = PIN;Replace var dataString = "PIN=" + PIN; with var dataString = PIN;

  • Replace dataType: "json", with dataType: "html",

Make following modifications as:

  • Replace var PIN = $("this").val(); with var PIN = $(this).val();

  • Replace var dataString = "PIN=" + PIN; with var dataString = PIN;

  • Replace dataType: "json", with dataType: "html",

Make following modifications as:

  • Replace var PIN = $("this").val(); with var PIN = $(this).val();

  • Replace var dataString = "PIN=" + PIN; with var dataString = PIN;

  • Replace dataType: "json", with dataType: "html",

Source Link
Vishal
  • 2.2k
  • 14
  • 25

Make following modifications as:

  • Replace var PIN = $("this").val(); with var PIN = $(this).val();

  • Replace var dataString = "PIN=" + PIN; with var dataString = PIN;

  • Replace dataType: "json", with dataType: "html",