| Issue 443: | Code for event target property for anchors | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi,
I added some code to your pluggin as we needed it for our site. If you
could add it into your next release I'd appreciate it.
Added:
e.target = event.target;
To the updateEvent method & added:
(event.target ? " target='" + htmlEscape(event.target) + "'" : '') +
">" +
Where it's putting together the HTML for the events together.
Thanks so much for building / maintaining this code.
Kind regards,
Ash
Apr 26, 2010
Project Member
#1
adamrs...@gmail.com
Status:
Done
|
|
| ► Sign in to add a comment |