Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

jquery add disabled to button

$("#button").attr("disabled", true);
Comment

how to make button disabled in jquery before send


$('#btnSubmit').attr("disabled", false);	
or
$('#btnSubmit').removeAttr("disabled");
Comment

PREVIOUS NEXT
Code Example
Javascript :: showing bootstrap modal after a delay 
Javascript :: Count of positives / sum of negatives 
Javascript :: append child at the top 
Javascript :: javascript hashmap 
Javascript :: converting a string into a number in javascript 
Javascript :: correct json type 
Javascript :: jshint esversion: 6 
Javascript :: firebase order by key descending 
Javascript :: jquery open page in new tab 
Javascript :: react native floating button 
Javascript :: angular x social login 
Javascript :: Too long with no output (exceeded 10m0s): context deadline exceeded 
Javascript :: javascript blob to file 
Javascript :: javascript scroll to top 
Javascript :: foreach in javascript 
Javascript :: add attribute in select option 
Javascript :: open bootstrap modal with javascript 
Javascript :: how to reverse a string in javascript without using reverse method 
Javascript :: add an array to another array javascript 
Javascript :: start date and end date validation antd 
Javascript :: round js 
Javascript :: mongoose reset database 
Javascript :: redirect all request http to https express js 
Javascript :: object fromentries example 
Javascript :: for in loop javascript 
Javascript :: useparams example 
Javascript :: react inject component into another component 
Javascript :: write json file c# 
Javascript :: jquery insert after next element 
Javascript :: random number in javascript between two numbers 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =