I want to search first div after delete class inside a table. if exist than delete that div.I have sample in
jsfiddle what I am try.Suggest a correct way to do this.Thanks
I want to search first div after delete class inside a table. if exist
Share
If you want to remove the sibling
divelement you can usesiblingsmethod:DEMO: http://jsfiddle.net/6YpBd/2/
Consider using
onmethod instead oflivewhich is deprecated: