文件名称:JS-url插件
文件大小:143KB
文件格式:ZIP
更新时间:2016-01-26 10:24:19
jquery js url 插件 web
一个让你很简单处理url的jquery插件. A simple, lightweight url parser for JavaScript (~1.6 Kb minified, ~0.6Kb gzipped). url(); // http://rob:abcd1234@www.example.com/path/index.html?query1=test&silly=willy#test=hash&chucky=cheese url('domain'); // example.com url('hostname'); // www.example.com url('tld'); // com url('sub'); // www url('.0') // (an empty string) url('.1') // www url('.2') // example url('.-1') // com url('auth') // rob:abcd1234 url('user') // rob url('pass') // abcd1234 url('port'); // 80 url('protocol'); // http url('path'); // /path/index.html url('file'); // index.html url('filename'); // index url('fileext'); // html url('1'); // path url('2'); // index.html url('3'); // (an empty string) url('-1'); // index.html url(1); // path url(2); // index.html url(-1); // index.html url('?'); // query1=test&silly=willy url('?silly'); // willy url('?poo'); // (an empty string) url('#'); // test=hash&chucky=cheese url('#chucky'); // cheese url('#poo'); // (an empty string)
【文件预览】:
js-url
----index.html(3KB)
----.DS_Store(6KB)
----jquery()
--------index.html(348B)
--------inc()
--------jquery-url.js(2KB)
----test()
--------grunt.js(1KB)
--------index.html(516B)
--------lib()
--------tests.js(2KB)
--------.gitignore(14B)
--------package.json(375B)
----README.md(2KB)
----tes(0B)
----.git()
--------logs()
--------packed-refs(674B)
--------info()
--------index(1KB)
--------objects()
--------HEAD(21B)
--------config(281B)
--------FETCH_HEAD(108B)
--------ORIG_HEAD(41B)
--------refs()
--------branches()
--------hooks()
--------description(73B)
----js-url.min.js(2KB)
----js-url.js(3KB)