I have the following HTML:
<body>
<div id="contentPane">
...
...
<div guidedhelpid="friendsuggestions">
...
</div>
</body>
I need to do some changes in guidedhelpid. For example, $(#theElem).remove()
Note: I can use jQuery upon request.
What is the best way to do it?