Latest commit to the selectmenu branch
| name | age | message | |
|---|---|---|---|
| build | |||
| demos | |||
| external | |||
| tests | |||
| themes | |||
| ui | |||
| .gitignore | |||
| AUTHORS.txt | |||
| GPL-LICENSE.txt | |||
| MIT-LICENSE.txt | |||
| grunt.js | |||
| jquery-1.7.2.js | |||
| package.json | |||
| readme |
A fork of jQuery UI to push development of some plug-ins. Please check branch selectmenu and tabs-accessibility. :::SELECTMENU::: You are currently in the selectmenu branch. INFO This is an improved version of the jQuery UI selectmenu widget originally developed by Scott (filament group): http://filamentgroup.com/lab/jquery_ui_selectmenu_an_aria_accessible_plugin_for_styling_a_html_select/ There is a new UI 1.9.x compatible, built from scratch version, please see issue #140. DOWNLOAD Latest: https://github.com/fnagel/jquery-ui/zipball/selectmenu (jQuery 1.7.2 / UI 1.8.20) Stable: https://github.com/fnagel/jquery-ui/zipball/selectmenu_v1.2.1 (jQuery 1.6.4 / UI 1.8.17) SUPPORT Please use GitHub issues for bug tracking and take a look at the Wiki at: http://github.com/fnagel/jquery-ui/issues/labels/_selectmenu http://github.com/fnagel/jquery-ui/wiki/Selectmenu
Headers
# This is an <h1> tag ## This is an <h2> tag ###### This is an <h6> tag
Text styles
*This text will be italic* _This will also be italic_ **This text will be bold** __This will also be bold__ *You **can** combine them*
Unordered
* Item 1 * Item 2 * Item 2a * Item 2b
Ordered
1. Item 1 2. Item 2 3. Item 3 * Item 3a * Item 3b
Images
 Format: 
Links
http://github.com - automatic! [GitHub](http://github.com)
Blockquotes
As Kanye West said: > We're living the future so > the present is our past.
Syntax highlighting with GFM
```javascript
function fancyAlert(arg) {
if(arg) {
$.facebox({div:'#foo'})
}
}
```
Or, indent your code 4 spaces
Here is a Python code example
without syntax highlighting:
def foo:
if not bar:
return true
Inline code for comments
I think you should use an `<addr>` element here instead.