In my application I need to use canvas and its events. Does jQuery and/or jQuery UI support canvas and canvas events?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not sure what you’re asking. Because
<canvas>is a DOM element, jQuery can interact with it to a certain extent. You might want to check out this article, which, although terribly written and formatted, does demonstrate interaction between jQuery and the<canvas>tag.