-
Notifications
You must be signed in to change notification settings - Fork 1k
Option getter always returns the source jquery object (1.0.2, 1.0.3, ..., 1.4.4) #434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
(issue also confirmed for 1.0.3) applied a fix to the suggested fix: |
finally applied a working getter for 'options' (assuming the are no other getters apart from 'getDate') |
Still applies to latest (1.4.4). Should I use a pull request? (note: added code is just copy/paste from similar lines in jQuery UI Datepicker widget, which does have a getter for options)
|
@rbeurskens thanks for this, sorry it has taken so long, I managed to get buried in requests and issues.. It is in dev now and I want to get a new stable version within the week. |
When requesting an option that is not 'getDate' , the query object itself is returned instead of the value(s) of the requested option.
suggested fix ( don't know if it is bulletproof ):
The text was updated successfully, but these errors were encountered: