Skip to content

Commit

Permalink
[FIX] invalid jquery ajax method description
Browse files Browse the repository at this point in the history
  • Loading branch information
ApmeM committed Sep 5, 2012
1 parent 123ebd7 commit f5d3745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ There are some additional ajax-chosen specific options you can pass into the fir

``` js
$("#example-input").ajaxChosen({
method: 'GET',
type: 'GET',
url: '/ajax-chosen/data.php',
dataType: 'json'
}, function (data) {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -16,7 +16,7 @@
<script type="text/javascript">
$(document).ready(function () {
$("#example1,#example2,#example3").ajaxChosen({
method: 'GET',
type: 'GET',
url: '/ajax-chosen/data.php',
dataType: 'json'
}, function (data) {
Expand Down

0 comments on commit f5d3745

Please sign in to comment.