-4

I would like to avoid some HTML element from a JS function with HTML data, or tag element. Is it possible or not?

Thanks! :D

1 Answers1

0

Use jQuery to select and exclude things from the result.

$( ".some_class" ).not( "some_element" );
wot
  • 845
  • 4
  • 10