Matt and Paul,

Thanks to both of you! I'll give your suggestions a shot this  
weekend. And if I'm feeling really adventurous, maybe I'll try to add  
a parameter for this in the jTip plugin.

Karl
___________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com

On Nov 17, 2006, at 4:54 PM, Paul McLanahan wrote:

> Indeed :) Didn't see your message before I hit send. They should  
> both work.
>
> On 11/17/06, Matt Stith <[EMAIL PROTECTED]> wrote:
>> Or my way, its a little easier to read.
>>
>>
>> On 11/17/06, Paul McLanahan <[EMAIL PROTECTED]> wrote:
>>>
>>> You would have to use $.ajax so that you can process the returned  
>>> data
>>> yourself.  Once you got the returned document you could use that
>>> document as the context for a jQuery statement.
>>>
>>> $.ajax({url:'myfile.html',success:function(data){
>>>     $('#loadme',data).appendTo(document.body);
>>> }});
>>>
>>> That is very not tested, but that's where I'd start were I  
>>> attempting
>>> what you proposed.
>>>>


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to