question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Uncaught TypeError: $(...).pickatime is not a function

See original GitHub issue

Hi, I use react and materialize and I can’t make the timepicker work. I looked on your site https://react-materialize.github.io/#/forms and you seem to have the same error in console. Can you confirm that you have the same console error.

I use vanilla materialize by importing it from my index.html.

<script type="text/javascript" src="https://code.jquery.com/jquery-3.2.1.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script>

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
alextrasterocommented, Mar 14, 2018

required version is “materialize-css”: “^0.100.2”,

0reactions
alextrasterocommented, Aug 13, 2018

Are you using create-react-app? Check out this repo example: https://github.com/alextrastero/react-materialize-cra-example

Read more comments on GitHub >

github_iconTop Results From Across the Web

pickatime is not a function - Material Design for Bootstrap
I am trying to implement a MDB time picker but I am getting. Uncaught TypeError: $(...).pickatime is not a function at HTMLDocument.
Read more >
$(...).pickatime is not a function in angularjs - Stack Overflow
i have a timepicker add but this TypeError: ...
Read more >
Uncaught TypeError: $(...).pickatime is not a function
It seems there is something broken with a few components. I've got this error using <script type="text/javascript" ...
Read more >
Uncaught TypeError: $(...).datepicker is not a function
Uncaught TypeError : $(...).datepicker is not a function. Hi All,. Getting the following errors for trying get a datetime picker. Create:247 ...
Read more >
Jquery pickatime Drop down window not closing after on ...
Uncaught TypeError: Cannot read property 'msie' of undefined - jQuery tools. Hello, Use the following script tag in your ...READ MORE.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found