Buttons in FF

by beej

HTML

<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/themes/pepper-grinder/jquery-ui.css">
<button>Hello, World!</button>

JavaScript

$('button').button();