#14154 closed feature (plugin)
$.urlParam().appendTo(jqueryapi.utilities)
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Why no?
code: $.urlParam = function(name){
return decodeURI((RegExp(name + '=' + '(.+?) (&|$)').exec(location.search) [,null])[1]);
}
Change History (4)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Resolution: | → plugin |
---|---|
Status: | new → closed |
Sure, write a plugin to do this if you want.
comment:4 Changed 10 years ago by
I already told you when you filed the original ticket. Utility methods that aren't needed by jQuery itself won't be added.
Note: See
TracTickets for help on using
tickets.
Why no?