Jump to content

datapicker in input cannot work with firefox!

Featured Replies

Posted

Hi!

i've test with fiddle and work: http://jsfiddle.net/2AaFk/464/

with pure html (and jquery) and work!

in ip.pages, instead, not work!!!

error: $(”#datepicker“).datepicker is not a function

then, i'll try with strict mode by ipb.guides and also with compress (just to change dollar in other letter), but continue to not work:

!function(e){e("#bday").datepicker()}(jQuery,_);
<input type='date' id='bday' name='mybirthday' value=''>

 

is there something i can do for fix? :|

  • Author

ok, fixed with:

<script type='text/javascript' src='//code.jquery.com/ui/1.9.2/jquery-ui.js'></script>

in template.

maybe exist a best way with ipb, but atm can be ok: https://laltroweb.it/tools/myhash/ (see MyBirthDay input).

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.