I am simply trying to set the height and width of a div.
I have included the dimensions.js file as well a jQuery
I can get the height and width - just cannot set it.
Please help.
//Swaps current div with ajax loader div
function showAjaxLoader(divToReplace){
var dtr = document.getElementById(di
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 try
).submit(function() {
>
> Mike
>
>
> On 5/4/07, juliandormon <[EMAIL PROTECTED]> wrote:
>>
>>
>> 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 t
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 pri
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
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 a
gt; Mike
>
>
> On 7/24/07, 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'
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 t
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 cannot
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 a
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(){
$("#galleryEdits
ction() {...},
> key2: '...'
> }
>
> Your problem is you need a comma before afterFileAppend:
>
> --Erik
>
>
> On 8/28/07, juliandormon <[EMAIL PROTECTED]> wrote:
>>
>>
>> I'm trying to use both afterFileAppend and afterFileRemo
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 the
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 d
ain. This is part 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
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
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:
>
> $('#level1').prepend(data).SortableAdd
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?
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
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
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 o
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 wi
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;
> Pa
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
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 s
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 plu
jaxForm();// I think 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 calle
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, fa
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
type: 'sequence', containerheight: 'auto'});
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
30 matches
Mail list logo