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
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
Use jQuery to select and exclude things from the result.
$( ".some_class" ).not( "some_element" );