Questions tagged «styling»

30
පරිශීලකයා පිටත ක්ලික් කළ විට DIV සැඟවීමට jQuery භාවිතා කරන්න
මම මෙම කේතය භාවිතා කරමි: $('body').click(function() { $('.form_wrapper').hide(); }); $('.form_wrapper').click(function(event){ event.stopPropagation(); }); මේ HTML : <div class="form_wrapper"> <a class="agree" href="javascript:;">I Agree</a> <a class="disagree" href="javascript:;">Disagree</a> </div> ගැටළුව වන්නේ මා තුළ සබැඳි ඇති අතර divඒවා ක්ලික් කළ විට ඒවා තවදුරටත් ක්‍රියාත්මක නොවේ.
979 jquery  html  hide  styling 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.