show-notice
hide-notice

Thursday, 15 August 2013

Turn off autocomplete for textbox in ASP.Net using jQuery


Introduction:

jQuery code to turn off autocomplete for ASP.NET textbox.

HTML:


JS:
$(document).ready(function(){
  $("#<%=Textbox.ClientID %>").attr("autocomplete", "off");
});

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com