#7631 closed bug (invalid)
Use jquery hot key and jquery 1.4.4 together, always get error.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.5 |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I use juery with 1.4.4 version in my application, and I also refer hotkeys.js to add hot keys. But there always has one bug when execute jquery.hotkeys.js. Actully, the error occur when jquery.hotkeys.js call 'attr' to get or set value.
For example: jqElem.attr('hkId'),jqElem.attr('hkId', selectorId). Execute those codes, I always get error.
Thanks,that's all.
Note: See
TracTickets for help on using
tickets.
This bug tracker is only for issues regarding jQuery core. This is clearly stated on the page where you filled out the form to file a report. It says
So bug reports for plugins should be filed on the plugin site or directly to the respective authors of those plugins. You can also try posting to the correct subforum in the jQuery Forum and maybe get support from other users of the plugin. Also note that the plugin you use may not be supporting the latest version of jQuery.