click / mousedown event is not triggered
hi,
I cannot trigger events... The following lines do not work...
- $('#dhtml_menu-1113').mousedown();
- $('#dhtml_menu-1113').click();
This the element I'm disparately trying to click:
- <a id="dhtml_menu-1113" title="Places" href="/george/content/places">PLACES</a>
thanks