TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Datepair.js – intelligently select date and time ranges

8 点作者 heyjonboy将近 11 年前

2 条评论

nitrogen将近 11 年前
Just a heads up, I saw no datepickers in Firefox 26. Here are the JS errors from the console:<p><pre><code> Blocked loading mixed active content &quot;http:&#x2F;&#x2F;jonthornton.github.io&#x2F;jquery-timepicker&#x2F;jquery.timepicker.js&quot;[Learn More] Datepair.js Blocked loading mixed active content &quot;http:&#x2F;&#x2F;jonthornton.github.io&#x2F;jquery-timepicker&#x2F;jquery.timepicker.css&quot;[Learn More] Datepair.js Blocked loading mixed active content &quot;http:&#x2F;&#x2F;ajax.googleapis.com&#x2F;ajax&#x2F;libs&#x2F;jqueryui&#x2F;1.7.2&#x2F;themes&#x2F;ui-lightness&#x2F;jquery-ui.css&quot;[Learn More] Datepair.js TypeError: $(...).timepicker is not a function Datepair.js:95 TypeError: $(...).timepicker is not a function Datepair.js:153 TypeError: $(...).timepicker is not a function Datepair.js:205 TypeError: $(...).timepicker is not a function Datepair.js:248 TypeError: $(...).timepicker is not a function Datepair.js:403 </code></pre> It looks like HTTPS Everywhere is switching to <a href="https://" rel="nofollow">https:&#x2F;&#x2F;</a>, so you just need to change some <a href="http://" rel="nofollow">http:&#x2F;&#x2F;</a> URLs to protocol-relative URLs (starting with &quot;&#x2F;&#x2F;&quot;).<p>Hope this helps.
leeluolee将近 11 年前
make your site a little beautiful will help you get more suggestion on your datepair.js.