Out of curiosity, how can I jQueryfy below event code
var newevent = document.createEvent("Event");
newevent.initEvent("fly", true, true);
this.dispatchEvent(newevent);
where thisindicates the selected item.
Note: something is wrong with my SO editor now, because I donโt see any formatting or preview tools. It will be formatted as soon as it works.
source
share