I use Symfony to generate a form in witch i use jquery stepy and bootstrap formvalidtion. i want to handle jquery click function for some field of my form but it seems that nothing is happening. this is the jquery call :
$( "#myFieldId" ).click(function() {
alert( "Handler for .click() called." );
});
I checked that the field id exists once in the form. Please some help.