K
Size: a a a
K
DD
DD
$( ".toggle-nav" ).click(function() {
$( "#header).toggle( "slow" );
});K

T
A
T
A
A
$( "body" ).on( "click", "p", function() {
alert( $( this ).text() );
});T
A
jQuery('body').on('click', '.exceptionword', function() {T
$( "body" ).on( "click", "p", function() {
alert( $( this ).text() );
});T
A
A
T
A
T