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
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
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
$(document).ready(function() {
$.ajax({url: '/page/test.html',
type: 'GET',
dataType: 'html',
timeout: 5000,
error: function(){
alert('error');
},
success: function(data){
$(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
}
--
thank you in advance,
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; }
7 matches
Mail list logo