SyntaxFix
Write A Post
Hire A Developer
Questions
Is correct?
<script> $( "#box" ).one( "click", function() { $( this ).css( "width", "+=200" ); }); </script>