------Suppress "$(element-selector).click":--------
  $('div').click() would be suppressed with "return false",
 only  the events with attribute-selector will be triggered.
---------------------------------------------------
div element class:myclassdiv : no bubble
div ID-Selector :return false no bubble
-------Suppress events from Attributes-----

First Paragraph : class attribute

Second Paragraph: no attribute