--
You received this message because you are subscribed to the Google Groups "paramquery" group.
To unsubscribe from this group and stop receiving emails from it, send an email to paramquery+...@googlegroups.com.
To post to this group, send email to param...@googlegroups.com.
Visit this group at http://groups.google.com/group/paramquery.
For more options, visit https://groups.google.com/groups/opt_out.
modify _setUrl method as below so that you can also change the urls.
fn._setUrl = function (queryStr, newurl) {
this.options.dataModel.getUrl = function () {
//debugger;
return { url: ( newurl? newurl: this.url )+ (queryStr? queryStr : "") };
}
}I'm sorry to bother you so long.