[jQuery] how to save page that contains ajax data

2008-10-22 Thread Xasima Xirohata
ke /js, /img, /css under ) with the data when do "SAVE AS" page action. Do you know such a plugin or solution on the matter? - Best regards, ~ Xasima Xirohata ~

[jQuery] Re: how to load and change the external HTML fragment with AJAX

2008-07-05 Thread xasima
$("expression", data)) }); On Jul 4, 5:26 am, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > Inside the load callback, change > > $(this).filter(".price").addClass("bold"); > > to > > $(this).find(".price").addClass(&qu

[jQuery] how to load and change the external HTML fragment with AJAX

2008-07-03 Thread xasima
Hi, I want to load a fragment of external html document (external.html#embeddedContent) with the help of AJAX call, embed (inject) this into my HTML document (main.html#placeToInject), and change this embedded fragment a little. I think that I need load this external fragment and either 1) ch