contains
get
YUI().use('gallery-querystring', function(Y) {
var qs = new Y.querystring();
var key = 'foo';
var mes = '';
if(qs.contains(key)){
mes = 'value is ' + qs.get(key);
}
else{
mes = 'not exist';
}
alert(mes);
});| Subject | Author | Date |
|---|---|---|
| YUI provides this | John Lindal | 06/11/12 |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info