User
Difference between revisions of "Nicolas NALLET/bluell.js"
< User:Nicolas NALLET
Line 1: | Line 1: | ||
$( "input[href^='https://en.wikipedia.org/wiki/']" ).on('click', function(){ | $( "input[href^='https://en.wikipedia.org/wiki/']" ).on('click', function(){ | ||
− | $(this). | + | $(this).on('click', function(){alert('ok')}); |
}); | }); |
Revision as of 10:19, 2 June 2021
$( "input[href^='https://en.wikipedia.org/wiki/']" ).on('click', function(){
$(this).on('click', function(){alert('ok')});
});