Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript JQ:Click issue Reply To: JQ:Click issue

#148541
Kuzyo
Participant

click is allowed, it’s example from jQuery documentation http://api.jquery.com/click/ :

$( "p" ).click(function() {
  $( this ).slideUp();
});