Ivan Torlakov

Results 1 comments of Ivan Torlakov

You can select it kinda rough with this ``` $("div.section div.title input").on('change', function(){ alert( 'clicked!' ); }); ```