Skip to content

Commit af4ef57

Browse files
committed
docs, todo
1 parent d706183 commit af4ef57

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ if you want to get involved, these are things you could help out with…
129129
* AMD stuff
130130
* modifiers for domain, tld, directory, file, suffix are hardly the most performant solutions
131131
* accept all [IPv6 notations](http://tools.ietf.org/html/draft-ietf-6man-text-addr-representation-04#section-6)
132-
* include a hint for [jQuery.fn.serialize()](http://api.jquery.com/serialize/)
132+
* accept [URNs](http://tools.ietf.org/html/rfc3986#section-3) (so URI.js truly is URI, not only URL)
133+
133134

134135
## Authors ##
135136

docs.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ <h3 id="accessors-search">search(), query()</h3>
341341
uri.search("?foo=bar[]&amp;bar[]=baz");</pre>
342342
<p>Note that names and values passed in an object are encoded automatically.
343343
The object, resulting from parsing the query string, contains decoded values</p>
344+
<p>Hint: If you're using jQuery, have a look at their <a href="http://api.jquery.com/serialize/">.serialize()</a> function.</p>
344345

345346
<h3 id="accessors-hash">hash(), fragment()</h3>
346347
<pre class="prettyprint lang-js">var uri = new URI("http://example.org/foo/hello.html#world");

0 commit comments

Comments
 (0)