-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop JQuery dependency #27
Comments
Hi @tachyons, |
@disha1202 You can start working on this, but since jquery is used in several files, PR will be very huge. So I suggest you create PRs with changes per file. Also multiple people can work on this if you cab mention which file/files you want to work on |
Sure @tachyons, I would like to start with Verilog2CV.js file. |
@tachyons I would like to contribute on this |
@disha1202 do you need any help in this project? |
@tachyons, I've removed JQuery dependency in Verilog2CV.js file. |
@tachyons and @devartstar as there are multiple js files in which there is still jquery present in them I would like to work and help remove jquery from some of the files. |
Hey @tachyons as i discussed in the slack i am currently working on circuit.js file. |
i am working on actions.js |
Hey @Arnabdaz @Prerna-0202 I have worked on PR #226. |
I am working on testbench.js file. |
I am working on testCreator.js file. |
I am working on canvasApi.js file. |
Note: when you move transitions like fade from JQuery, use Vue transitions instead of trying to implement it vanilla JS. |
Though we removed jquery ui, we still have jquery in our codebase. which need to be removed and use native DOM methods
The text was updated successfully, but these errors were encountered: