As J L said, the easiest way by far is to use jQuery .click() with an appropriate locator. Check out: http://api.jquery.com/class-selector/
You might also want to use contains or contents features
I have a script that i used in my php page this is the script : <script> $(document).ready(function() { $.ajax({ url:"http://www.exemple.com/jsonp?j=123", ...
I have a script that i used in my php page this is the script : <script> $(document).ready(function() { $.ajax({ url:"http://www.exemple.com/jsonp?j=123", ...
I have a date input <input type="date" id="a" name="a" required /> Now i want its value to be set by user but it has to be set only after two days of current day, how do i do that using ...
I have a date input <input type="date" id="a" name="a" required /> Now i want its value to be set by user but it has to be set only after two days of current day, how do i do that using ...
I'm using jQuery validator and jQuery 1.8.3. For some reason my form is submitted twice which causes errors. This is the code: someNameSpace.myValidateFunction = function(){ $('#myForm').validate(...
I'm using jQuery validator and jQuery 1.8.3. For some reason my form is submitted twice which causes errors. This is the code: someNameSpace.myValidateFunction = function(){ $('#myForm').validate(...
Our applications loading process is lengthy, so to provide the user with indication the app is functioning and merely loading, we want to provide a loading/initializing indicator. I tried using WL's ...
Our applications loading process is lengthy, so to provide the user with indication the app is functioning and merely loading, we want to provide a loading/initializing indicator. I tried using WL's ...