Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery disable button

function disable(i){
    $("#rbutton_"+i).prop("disabled",true);
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jquery #disable #button
ADD COMMENT
Topic
Name
8+7 =