I have a div, and I want to remove all the HTML inside of that div.
How can I do this?
|
|
|
I don't think empty() or html() is what you are looking for. I guess you're looking for something like strip_tags in PHP. If you want to do this, than you need to add this function:
Suppose this is your HTML:
And then you do:
Which will result in:
|
|||||||||||||||||
|
|
|||
|
|
|||
|