Posts by Victor Ribeiro • 43 points
2 posts
-
1
votes2
answers566
viewsA: Jquery or pure JS + CSS3?
I consider using them all. For example, in a single file .js i mix pure Javascript and jQuery in another .css I benefit from the control I can have over the style of each element in a more organized…
-
3
votes1
answer2070
viewsQ: How to delete text in parentheses with regexp?
I am developing an HTML5 application that uses the Wikipedia API to give the definition of what we ask for. I used the code that they made available in a forum of another language of Stack and, in…