Skip to content

Commit

Permalink
Updated to version-less jQuery referencing
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Nov 28, 2013
1 parent c6fc8b6 commit 456f0ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Zebra_Accordion is a tiny (3KB minified) accordion jQuery plugin. It transforms
First, load the latest version of jQuery from a CDN and provide a fallback to a local source, like:

```html
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="public/javascript/jquery-1.9.1.js"><\/script>')</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="public/javascript/jquery.min.js"><\/script>')</script>
```

Load the Zebra_Accordion plugin
Expand Down

0 comments on commit 456f0ce

Please sign in to comment.