$().attr('id','') still leaves id = "" snippet,
$().attr('id',''
id = ""
how to completely remove it?
Use the removeAttr method.
removeAttr
$('selector').removeAttr('id')
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
3 years ago
viewed
5377 times
active