This works:
nextTag = $("<img src='image.gif' alt='value' />");
nextTag.bind('click', clickMe);
This Fails:
nextTag = $("<img src='image.gif' title='value' />");
nextTag.bind('click', clickMe);
with a no such method error. Should I submit this to the Bug Tracker?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---