[jQuery] Re-create ajax element

2009-12-20 Thread Wendi Turner
$(document).ready(function() {... }) $.ajax() Inside the $document.ready function... I create an anonymous ajax element. I can trigger this document ready to create a new ajax object (which is a slideshow that loads an xml file with locations to directory images.) I can tell the ajax object is

[jQuery] Call from Javascript to jQuery javascript function

2009-12-15 Thread Wendi Turner
I am trying to call a jQuery loaded javascript function by a static javascript function on the html page... and I cannot get it to trigger. If I tie the jQuery function to $('a').click( loadSomething ); Then it works. But I want to be able to call the function from a resident script???

Re: [jQuery] delete / remove $.ajax() object ???

2009-12-14 Thread Wendi Turner
; > > On Mon, Dec 14, 2009 at 5:21 PM, brian wrote: > >> Put your $.ajax() call inside a function and call that on load and >> whatever other event. >> >> On Mon, Dec 14, 2009 at 8:18 PM, Wendi Turner >> wrote: >> > Thank you Mike ! >&

[jQuery] delete / remove $.ajax() object ???

2009-12-14 Thread Wendi Turner
Thank you Mike ! Repost Question: "*How can you remove/delete the active $(document).ready() script, re-write and re-register then re-trigger the ready script?? Without reloading the page?*" I have an anonymous $.ajax( function ( blah blah) ) created in the $document.ready() object. I want to

Re: [jQuery] Can't get a block of HTML added to the DOM

2009-12-14 Thread Wendi Turner
*How can you remove/delete the active $(document).ready() script, re-write and re-register then re-trigger the ready script?? Without reloading the page?*

[jQuery] alter document ready

2009-12-14 Thread Wendi Turner
I have a asp.net #c SlideShowControl in a default.aspx page. The SlideShowControl uses jQuery to set the xml file of image urls that the control displays with a $(document).ready( ...) function. How can I re-wrte this on client callback so that the xml image file referenced can change on the clie