[jQuery] How to suck web content from an iframe to a div

2007-10-15 Thread juliandormon
Hoping anyone can help. I use a custom scroll bar jquery plug-in which requires the content to be within a DIV. Some of the content I want to load is from other web sites. I am pretty sure it is possible to load the content into a hidden iframe and then, once it has finished loading, suck the

[jQuery] Re: How to suck web content from an iframe to a div

2007-10-15 Thread juliandormon
of the browser's cross-domain security model. Mike On 10/15/07, juliandormon [EMAIL PROTECTED] wrote: Hoping anyone can help. I use a custom scroll bar jquery plug-in which requires the content to be within a DIV. Some of the content I want to load is from other web sites. I am pretty

[jQuery] Form plugin not binding properly

2007-09-04 Thread juliandormon
Hi Mike, (I'm pretty sure you'll answer this) I am using your the form plugin to bind a form for ajax. It contains one or more upload fields. The form gets called into my page from an ajax call. The plug-in is then binded to form. At his point, the form is used for uploading image files. If

[jQuery] Get File Count?

2007-08-28 Thread juliandormon
Hi there. Great plug-in. Thanks! Is there away to get the actual number of files inputted afterFileAppend and afterFileRemove ? That would be really useful for managing other scripts that may react based on the number of files being uploaded. For example, I display a warning if 2 or more files

[jQuery] What's wrong with my syntax?

2007-08-28 Thread juliandormon
I'm trying to use both afterFileAppend and afterFileRemove. I get an syntax error in javascript: Missing } after property list afterFileAppend:function(element,value,master){ Here's my code: $.MultiFile({ afterFileRemove:function(){

[jQuery] Re: What's wrong with my syntax?

2007-08-28 Thread juliandormon
before afterFileAppend: --Erik On 8/28/07, juliandormon [EMAIL PROTECTED] wrote: I'm trying to use both afterFileAppend and afterFileRemove. I get an syntax error in javascript: Missing } after property list afterFileAppend:function(element,value,master){ Here's my code: $.MultiFile

[jQuery] Re: innerFade or jQuery Cycle Plugin feature addition will pay $$$

2007-07-25 Thread juliandormon
, juliandormon [EMAIL PROTECTED] wrote: Hi Mike, Awesome. I would like to pay you for this. You turned me down once before for some form plug-in help. Please let me know your paypal email if you've got one. malsup wrote: I'll add this to the cycle plugin. Mike Anybody interested in re

[jQuery] Re: Callback after append?

2007-07-25 Thread juliandormon
I did not know that. That worked great! Klaus Hartl wrote: juliandormon wrote: I'm adding html into a div using append. I want to update my custom scrollbar plugin which is in a parent div after the append has completed loading to accommodate the new height of the content

[jQuery] Callback after append?

2007-07-25 Thread juliandormon
I'm adding html into a div using append. I want to update my custom scrollbar plugin which is in a parent div after the append has completed loading to accommodate the new height of the content in the child div. What's the proper way of doing a callback after append for a different div? I

[jQuery] innerFade or jQuery Cycle Plugin feature addition will pay $$$

2007-07-24 Thread juliandormon
The innerFade plug-in and the Cycle plug-in both take a group of divs or images in a class and cross fade them to a set speed and time. Both of these play a sequence and the repeat. Anybody interested in re-programming either Plugin above so the fading can stop once the all the slides have been

[jQuery] Re: innerFade or jQuery Cycle Plugin feature addition will pay $$$

2007-07-24 Thread juliandormon
Hi Mike, Awesome. I would like to pay you for this. You turned me down once before for some form plug-in help. Please let me know your paypal email if you've got one. malsup wrote: I'll add this to the cycle plugin. Mike Anybody interested in re-programming either Plugin above so

[jQuery] Re: Dynamically set function settings?

2007-07-23 Thread juliandormon
', containerheight: 'auto'}); /sc*ipt Firefox will behave properly, but safari and IE 6 don't do anything. What am I missing? Thanks a lot. Michael Geary wrote: From: juliandormon Is it possible to write javascript dynamically so new functions are created with the new parameters once

[jQuery] Re: Dynamically set function settings?

2007-07-21 Thread juliandormon
to rewrite the functions that reside there. Cheers! Michael Geary wrote: From: juliandormon Is it possible to write javascript dynamically so new functions are created with the new parameters once the user makes a change? These functions need to be added to the head of my page because

[jQuery] Dynamically set function settings?

2007-07-20 Thread juliandormon
Hey all, I am using the innerFade plug-in, though my question could apply to any function. Inner fade takes a bunch of divs or images or paragraphs, and animates them if they fall within a class. There are certain parameters that you specify when you call innerFade into action, such as speed,

[jQuery] Does not seem to work if the form was called in from ajax

2007-07-19 Thread juliandormon
The plug-in does not work if the form with the file field was created after the dom is ready ie, the form was called in from an ajax call after the page has loaded. We bind our forms using the jquery forms plug-in. Can we hook in the multi plug-in once the form as been wired up from the form

[jQuery] Re: Does not seem to work if the form was called in from ajax

2007-07-19 Thread juliandormon
this is the form plugin call. }) On 7/19/07, juliandormon [EMAIL PROTECTED] wrote: The plug-in does not work if the form with the file field was created after the dom is ready ie, the form was called in from an ajax call after the page has loaded. We bind our forms using the jquery forms plug

[jQuery] Flash movie not playing when loaded from AJAX in FF MAC

2007-07-06 Thread juliandormon
When I load content into a div from an ajax call, the flash movie contained in updated code doesn't display in FF 2.0.0.4 on the MAC. However it does look as though the movie is there because if I right mouse click on the space it is supposed to be, the flash dialog appears. Works fine on MAC

[jQuery] Re: CSS styles being lost in IE after Ajax Form Submission

2007-06-08 Thread juliandormon
Hi Mike, After much aggravation, it looks like some kind of IE bug. I cannot find the cause. I even had the ajax on success call another form that works in the Page Settings tab - and it was screwed up - so it couldn't have been anything in the form. Anyway by simply calling the exact same ASP

[jQuery] CSS styles being lost in IE after Ajax Form Submission

2007-06-06 Thread juliandormon
Hi there, I am getting a strange behavior in IE 6 and 7 where not only do I lose my CSS styling in the replaced DIV but some of the jQuery swap classes code no longer works after an ajax form is submitted. I am using jQuery Forms to post the data and use the exact same approach on the same page

[jQuery] Re: CSS styles being lost in IE after Ajax Form Submission

2007-06-06 Thread juliandormon
Thanks Mike, That third tab is not 'hooked up' yet. I get no javascript errors in any browser. But the problem appears on 2 different machines is IE 6 and 7. Were you able to see the problem in IE? malsup wrote: I finally got IE going this morning and I see the same results there;

[jQuery] Re: jquery Form enctype=multipart/form-data problem

2007-06-05 Thread juliandormon
You rock yet again Mike! Where can I donate some money to ya? :respect: malsup wrote: Sure. Add an iframe option to your form options and it will force the iframe-mode of submitting the form (which uses multipar/form-data). var options = { iframe: true, // other options...

[jQuery] jquery Form enctype=multipart/form-data problem

2007-06-04 Thread juliandormon
Hi All, I have added enctype=multipart/form-data and a file field to a form. The form successful submits via jQuery Form's ajax method and the file ends up on the server. The problem is, the form won't submit if no file has been added. What am I missing?

[jQuery] Re: jquery Form enctype=multipart/form-data problem

2007-06-04 Thread juliandormon
I should specify. I think the form is submitted, but returns nothing - no success anyway? I usually can test this using a the GET method to see if the server is producing an error, but alas not with this multipart method. On Jun 4, 9:20 pm, juliandormon [EMAIL PROTECTED] wrote: Hi All, I

[jQuery] Re: jquery Form enctype=multipart/form-data problem

2007-06-04 Thread juliandormon
Name: /client_admin/scripts_ASP/upload_script.asp? PID=40EED84D40925D0A Line Number: 9 Brief Description: Wrong Content-Type. Make sure you have included the attribute ENCTYPE=multipart/form-data in your form. On Jun 4, 9:20 pm, juliandormon [EMAIL PROTECTED] wrote: Hi All, I have added enctype

[jQuery] Re: ajaxSubmit target append possible

2007-05-09 Thread juliandormon
Awesome that works. Perhaps you can help with this now :-) My ajax is returning a div with an id but I do not know what it is as it is generated by our DB. I do know it's class and I do know that it is the first div with that class because I prepend it to the existing data. I need to find this

[jQuery] Re: ajaxSubmit target append possible

2007-05-09 Thread juliandormon
Thanks Mike, You Rock! malsup wrote: $('#level1).prepend(data).SortableAddItem($('div.groupItem:eq(0)')); this is returning an object but not the ID. Just tack on attr to your selection. Something like this would probably work:

[jQuery] ajaxSubmit target append possible

2007-05-07 Thread juliandormon
I understand that it is possible to set a target which receives any updates from an ajax post. My question is, is it possible to have the data that is returned be appended to existing data in the target div? If so how is this accomplished. If not, would the strategy be to create a target div

[jQuery] ajaxSubmit multiple targets problem

2007-05-04 Thread juliandormon
Hi all, I am using Mike's ajaxSubmit method but I am running into a weird problem. Basically I have a page which allows you to rename folders using a form which is bound by the ajaxForm. The ajax returns perfectly and updates the new folder name with out a problem. It gets weird though if I

[jQuery] Re: ajaxSubmit multiple targets problem

2007-05-04 Thread juliandormon
Thanks MIke! That works. Keep up the awesome work! malsup wrote: Julian, It looks like you're probably just rebinding the form over and over. Try changing that bind line to this: $('#' + theForm).unbind('submit').submit(function() { Mike On 5/4/07, juliandormon [EMAIL