Server geändert
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
#wan-spinner, a jQuery Spinner
|
||||
----------
|
||||
|
||||
> 
|
||||
> 
|
||||
|
||||
### [demo](http://blog.0xfc.cn/2015/08/09/spinner/) ###
|
||||
### [demo](https://blog.0xfc.cn/2015/08/09/spinner/) ###
|
||||
|
||||
> demo/test.html
|
||||
|
||||
|
@ -7,8 +7,8 @@
|
||||
<title>jQuery Wan Spinner Plugin Demos</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="../build/wan-spinner.css">
|
||||
<link href="http://www.jqueryscript.net/css/jquerysctipttop.css" rel="stylesheet" type="text/css">
|
||||
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
|
||||
<link href="https://www.jqueryscript.net/css/jquerysctipttop.css" rel="stylesheet" type="text/css">
|
||||
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
|
||||
<style>
|
||||
body { background-color:#ECF0F1; font-family:'Roboto Condensed';}
|
||||
.container { margin:150px auto; text-align:center; max-width:640px;}
|
||||
@ -20,8 +20,8 @@
|
||||
<div id="jquery-script-menu">
|
||||
<div class="jquery-script-center">
|
||||
<ul>
|
||||
<li><a href="http://www.jqueryscript.net/form/Minimal-Number-Picker-Plugin-For-jQuery-Wan-Spinner.html">Download This Plugin</a></li>
|
||||
<li><a href="http://www.jqueryscript.net/">Back To jQueryScript.Net</a></li>
|
||||
<li><a href="https://www.jqueryscript.net/form/Minimal-Number-Picker-Plugin-For-jQuery-Wan-Spinner.html">Download This Plugin</a></li>
|
||||
<li><a href="https://www.jqueryscript.net/">Back To jQueryScript.Net</a></li>
|
||||
</ul>
|
||||
<div class="jquery-script-ads"><script type="text/javascript"><!--
|
||||
google_ad_client = "ca-pub-2783044520727903";
|
||||
@ -31,7 +31,7 @@ google_ad_width = 728;
|
||||
google_ad_height = 90;
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
||||
<script type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
|
||||
</script></div>
|
||||
<div class="jquery-script-clear"></div>
|
||||
</div>
|
||||
|
@ -1,7 +1,7 @@
|
||||
Numbertor
|
||||
=======
|
||||
Numbertor is a jQuery-based addon for input boxes, giving them a number sanitizer.
|
||||
[You can see a demo here](http://opensource.qodio.com/numbertor).
|
||||
[You can see a demo here](https://opensource.qodio.com/numbertor).
|
||||
|
||||
|
||||
Usage
|
||||
|
@ -102,7 +102,7 @@ src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
|
Reference in New Issue
Block a user