Skip to content

Commit 0a9755a

Browse files
authored
Update README.md
1 parent 62f6e46 commit 0a9755a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![codecov.io](https://codecov.io/github/lcdsantos/jQuery-Selectric/coverage.svg?branch=master)](https://codecov.io/github/lcdsantos/jQuery-Selectric?branch=master)
44
[![npm](https://img.shields.io/npm/v/selectric.svg)](https://www.npmjs.com/package/selectric)
55

6-
#jQuery Selectric ![icon](http://i.imgur.com/D2hcnUN.png)
6+
# jQuery Selectric ![icon](http://i.imgur.com/D2hcnUN.png)
77

88
jQuery Selectric is a jQuery plugin designed to help at stylizing and manipulating HTML selects.
99

@@ -14,9 +14,9 @@ jQuery Selectric is a jQuery plugin designed to help at stylizing and manipulati
1414
* Doesn't rely on external libraries (besides jQuery)
1515
* Word search works with western latin characters set (for example: á, ñ, ç...)
1616

17-
###[Demo](http://lcdsantos.github.io/jQuery-Selectric/)
17+
### [Demo](http://lcdsantos.github.io/jQuery-Selectric/)
1818

19-
##How to use:
19+
## How to use:
2020

2121
Make sure to include jQuery in your page:
2222

@@ -46,7 +46,7 @@ $(function() {
4646
</script>
4747
```
4848

49-
##Options:
49+
## Options:
5050

5151
You can pass an options object as the first parameter when you call the plugin. For example:
5252
```js
@@ -260,7 +260,7 @@ $('select').selectric({
260260
}
261261
```
262262

263-
##Events:
263+
## Events:
264264

265265
All events are called on original element, first argument is the original element too. And can be bound like this:
266266

@@ -331,7 +331,7 @@ $('select').on('eventname', function(element) {
331331
</tr>
332332
</table>
333333

334-
##Public methods:
334+
## Public methods:
335335

336336
```js
337337
var Selectric = $('select').data('selectric');
@@ -350,7 +350,7 @@ $('select').selectric('refresh'); // Reconstruct the plugin options box
350350
$('select').selectric('init'); // Reinitialize the plugin
351351
```
352352

353-
##Browser support:
353+
## Browser support:
354354

355355
* Firefox
356356
* Chrome

0 commit comments

Comments
 (0)