/on in jquery
$( "#dataTable tbody tr" ).on( "click", function() {
console.log( $( this ).text() );
});
/on in jquery
$( "#dataTable tbody tr" ).on( "click", function() {
console.log( $( this ).text() );
});
on() jquery
$('button').on('click', function() {
alert('button was clicked!');
});
on() jquery
function notify () {
alert("clicked" );
}
$("button").on("click", notify );
qjuery
jQuery is a JavaScript library designed to simplify HTML DOM tree
traversal and manipulation, as well as event handling, CSS animation,
and Ajax.
It is free, open-source software using the permissive MIT License.
As of May 2019, jQuery is used by 73% of the 10 million most popular
websites
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us