Skip to content
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

Plugin breaks and throws undef error when it can't find a.ui-input-clear #374

Closed
wardtwits opened this issue Mar 26, 2015 · 1 comment
Closed

Comments

@wardtwits
Copy link

Uncaught TypeError: Cannot read property 'tooltip' of undefined - caused by line # 1028 of jqm-datebox.core.js

The plugin seems to be appending a tooltip to an anchor tag, but blows up if its not there. It should probably check first to see if the element is available.

@jtsage
Copy link
Owner

jtsage commented Aug 13, 2015

Version? This does not appear at that place in the current version - however,

property "tooltip" is usually indicative of a problem with loading a language file - either it's incomplete or corrupt.

The other thing that frequently causes this sort of thing to happen is a bad list of options - improper quoting usually.

If you have a sample somewhere, I'd be happy to look it over.

@jtsage jtsage added the NeedFeedback Items where the maintainer is asking for discussion, or needs feedback from the original poster label Aug 13, 2015
@jtsage jtsage closed this as completed Sep 24, 2015
@jtsage jtsage removed NeedFeedback Items where the maintainer is asking for discussion, or needs feedback from the original poster labels Apr 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants