Posts disable all contents of div
Post
Cancel

disable all contents of div

1
2
3
4
5
6
7
8
//https://stackoverflow.com/a/15555422
$('#age-group-column *').children().off('click');

--

//http://stackoverflow.com/questions/15555295/how-to-disable-div-element-and-everything-inside

$("#oCOMP_picUploadDIV *").prop("disabled", true).off('click');

origin - https://www.pipiscrew.com/?p=16564 disable-all-contents-of-div

This post is licensed under CC BY 4.0 by the author.
Contents

Trending Tags