[jQuery] Re: How to configure Fade in fade out properly

2009-05-13 Thread Albert Y
i click on the link againthe loading pics won't show. PLs help Thanks weidc wrote: > > > setTimeout("blub()",7000); > > function blub() > { > $("#mylink").show(); > $("#myloadingbar").hide(); > } > > On 13 Mai, 1

[jQuery] How to configure Fade in fade out properly

2009-05-13 Thread Albert Y
Hi all, I'm Albert, 1st time posting a problem here for you experts out there to assist me on. Plsthanks in advance. OK let me describe you the problem.. 1) I have a html link (struts) with ID="mylink" and with value="Click on me" to download some files. 2) I

[jQuery] Form Validation - upload file width

2009-05-12 Thread Albert Kidd
Hi, I would like to use jquery to validate on the server side to make sure the uploaded image is 400px by 300px. Is this possible. AK

[jQuery] how to parse data obtained from jquery ajax call

2009-04-04 Thread Albert
$(document).ready(function() { $.ajax({url: '/page/test.html', type: 'GET', dataType: 'html', timeout: 5000, error: function(){ alert('error'); }, success: function(data){

[jQuery] jquery html parse

2009-04-04 Thread Albert
$(document).ready(function() { $.ajax({url: '/page/test.html', type: 'GET', dataType: 'html', timeout: 5000, error: function(){ alert('error'); }, success: function(data){ var dom = $("div/p",data); //can I

[jQuery] Adding namespace to every css class

2008-06-30 Thread albert
} -- thank you in advance, Albert

[jQuery] signal & wait

2008-05-15 Thread rosenfield . albert
Hi experts A bit more on the topic of decoupling/timing load & execution of javascript on various browsers.. It just occurred to me that the example might be easier to read if we split it up: Code to set and wait for signals: function signal(flag) { document['flag_' + flag] = true; }