Skip to content

Instantly share code, notes, and snippets.

@zirosas
Created July 9, 2013 09:26
Show Gist options
  • Select an option

  • Save zirosas/5955965 to your computer and use it in GitHub Desktop.

Select an option

Save zirosas/5955965 to your computer and use it in GitHub Desktop.
To add a CSS class to specific input
jQuery(document).ready(function($) { //noconflict wrapper
$('input#submit').addClass('btn btn-info');
});//end noconflict
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment