cv-frontend-vue
cv-frontend-vue copied to clipboard
Drop JQuery dependency
Though we removed jquery ui, we still have jquery in our codebase. which need to be removed and use native DOM methods
Hi @tachyons, I would like to work on this.
@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. Please take a look.
@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.