changes syntax highlighting code to javascript

jquery is not detected in syntax highlighting
This commit is contained in:
Allen Bargi 2012-09-13 21:23:26 +03:00
parent 9e26fd7eb3
commit cdc888022b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ To use animate.css in your website, simply drop the stylesheet into your documen
You can do a whole bunch of other stuff with animate.css when you combine it with jQuery or add your own CSS rules. Dynamically add animations using jQuery with ease:
```jquery
```javascript
$('#yourElement').addClass('animated bounceOutLeft');
```