so here it is how to do it.
in my dijit.menuItem tag add you own tag.
in you jquery ready function then use your own tag
//use own tag
$("satirimenu").click(function(){
alert($(this).attr("url"));
});
Then you can imagine whatever you wanto to achieve using this method.
happy Coding!
Tidak ada komentar:
Posting Komentar