-
2
Answers
-
Last Activity:
long time ago,
Lance Long
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
i'm very new to xsl and jquery but i need to call a jqury effect on xsl item. to be clear i'm working with DDR menu and create a new template by xsl. i want to call Shake effect of jqury whenever user hover on a node but i don't know where and how to do it.
Any help would be appreciated.
here is my jquery function:
$(document).ready(function () {
$("node").mouseover(function () {
$("node").effect("shake",
{ times: 1, distance:10 }, 200);
});
});
and here is my xsl tags:
lime
normal