jdoodle-ai / jquery

jQuery JavaScript Library
https://jquery.com
MIT License
0 stars 0 forks source link

Remove deprecated methods #9

Open lucashakewill opened 1 week ago

lucashakewill commented 1 week ago

Modify the deprecated .hover() method in src/deprecated/event.js so that it does not rely on other deprecated methods: .mouseenter() & .mouseleave(). Use .on() instead.

jdoodle-ai commented 1 week ago

Pulled Repository content

jdoodle-ai commented 1 week ago

Identified the files that needs to be modified and solution plan is created