dcparker / jquery_plugins

Just a collection of my jquery plugins.
75 stars 51 forks source link

Errors in the readme #5

Closed darkdragon-001 closed 14 years ago

darkdragon-001 commented 14 years ago

The quotes $(‘input#city_name_field’) --> ’ has to be replaced with normal quotes '.

Error in the Syntax (url has to be replaced with ajax): Wrong: $(‘input#city_name_field’).quickselect({url:‘/ajax/cities.json’}); Right: $(‘input#city_name_field’).quickselect({ajax:‘/ajax/cities.json’});

dcparker commented 14 years ago

Fixed, I hope.