Posts by Christian Lincoln • 31 points
2 posts
-
1
votes2
answers1926
viewsA: Jquery - How to pass a variable to a jquery selector?
I was able to find the solution! Thanks to those interested! To pass a variable to the jquery selector just use simple concatenation. In case the selector needs to reference a class it can be done…
-
2
votes2
answers1926
viewsQ: Jquery - How to pass a variable to a jquery selector?
Hello, I’m new here (as well as very new in js and jquery knowledge). I’m trying to pass the result of a variable to a jquery selector. More specifically I want to pass (through the click event) the…