html - Button get disappeared in IE 9 while using disabled prop -


<button type="button" id="update">submit</button> <button type="button" id="updated">update</button>   $("#updated").click(function(){      $("#update").prop('disabled',true);  }) 

hi,

i want disabled button,when using above works fine browser,except versions of ie ie 9,in ie 9 button disappeared when using above code.

can me why happen.

thanks, nandkishor


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -