[jQuery] Re: GM_xmlhttpRequest sort data

2009-07-01 Thread Charlie
would loading it into a hidden div, pulling what you need from it then empty the div help? Dman wrote: Is there really no way? Anyone, please reply. On Jun 26, 2:20 am, Dman wrote: bump help please On Jun 25, 1:16 am, Dman wrote: Hello, I am trying to get a h

[jQuery] Re: GM_xmlhttpRequest sort data

2009-07-01 Thread Dman
Is there really no way? Anyone, please reply. On Jun 26, 2:20 am, Dman wrote: > bump help please > > On Jun 25, 1:16 am, Dman wrote: > > > Hello, > > I am trying to get a html page using GM_xmlhttpRequest, store the html > > page code, in a var, and sort some data from it. > > GM_xmlhttpRequest

[jQuery] Re: GM_xmlhttpRequest sort data

2009-06-25 Thread Dman
bump help please On Jun 25, 1:16 am, Dman wrote: > Hello, > I am trying to get a html page using GM_xmlhttpRequest, store the html > page code, in a var, and sort some data from it. > GM_xmlhttpRequest({ > method: 'GET', > url: 'http://www.myurl.com/test.html', > onload: function(html) > { >