On Jan 29, 10:12 pm, amau96 <[email protected]> wrote:
> I forget the question
>
> I don't want to load the full page, but only the main table, can I
> parse the responseText or only selc a div or something?
>

In the jQuery callback you can use again jQuery:

jQuery.get("http://thepiratebay.org/search/"+ input.text+"/0/9/0",
null,
  function (responseText, textStatus, request) {
    myText = jQuery(".mytable", responseText). ...
    pblock.innerHTML = myText;
  }, "html");

Regards,
Alberto
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ubiquity-firefox" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/ubiquity-firefox?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to