Click here to Skip to main content
15,896,456 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: As simple as I can make it Pin
Richard Deeming30-May-13 8:51
mveRichard Deeming30-May-13 8:51 
GeneralRe: As simple as I can make it Pin
Manfred Rudolf Bihy30-May-13 8:53
professionalManfred Rudolf Bihy30-May-13 8:53 
GeneralRe: As simple as I can make it Pin
#realJSOP30-May-13 11:54
professional#realJSOP30-May-13 11:54 
GeneralRe: As simple as I can make it Pin
Manfred Rudolf Bihy31-May-13 1:35
professionalManfred Rudolf Bihy31-May-13 1:35 
GeneralRe: As simple as I can make it Pin
#realJSOP1-Jun-13 2:24
professional#realJSOP1-Jun-13 2:24 
GeneralRe: As simple as I can make it Pin
Richard Deeming3-Jun-13 2:00
mveRichard Deeming3-Jun-13 2:00 
GeneralRe: As simple as I can make it Pin
#realJSOP5-Jun-13 8:56
professional#realJSOP5-Jun-13 8:56 
GeneralRe: As simple as I can make it Pin
Richard Deeming5-Jun-13 9:12
mveRichard Deeming5-Jun-13 9:12 
Calling jQuery's load method[^] attaches an event handler to the load event; it doesn't cause the script to block until the image has loaded.

The this.complete === true line in the event handler works because it's called when the image has loaded. The code which follows the call to load(function(){...}) is executing before the image has loaded.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: As simple as I can make it Pin
#realJSOP5-Jun-13 10:54
professional#realJSOP5-Jun-13 10:54 
GeneralRe: As simple as I can make it Pin
Richard Deeming5-Jun-13 11:02
mveRichard Deeming5-Jun-13 11:02 
GeneralRe: As simple as I can make it Pin
#realJSOP6-Jun-13 2:54
professional#realJSOP6-Jun-13 2:54 
QuestionNeed help with ajax request Pin
marcusKam27-May-13 0:03
marcusKam27-May-13 0:03 
AnswerRe: Need help with ajax request Pin
Dennis E White28-May-13 4:29
professionalDennis E White28-May-13 4:29 
GeneralRe: Need help with ajax request Pin
marcusKam29-May-13 10:29
marcusKam29-May-13 10:29 
GeneralRe: Need help with ajax request Pin
Dennis E White29-May-13 10:38
professionalDennis E White29-May-13 10:38 
GeneralRe: Need help with ajax request Pin
marcusKam29-May-13 10:43
marcusKam29-May-13 10:43 
AnswerRe: Need help with ajax request Pin
Jasmine250128-May-13 12:34
Jasmine250128-May-13 12:34 
Questiona little help for DragandDrop data transfer Pin
nomarkst23-May-13 21:32
nomarkst23-May-13 21:32 
QuestionRe: a little help for DragandDrop data transfer Pin
ZurdoDev24-May-13 8:29
professionalZurdoDev24-May-13 8:29 
SuggestionRe: a little help for DragandDrop data transfer Pin
Dennis E White24-May-13 16:54
professionalDennis E White24-May-13 16:54 
QuestionHelp for below java script Pin
abmanish7123-May-13 17:22
abmanish7123-May-13 17:22 
QuestionRe: Help for below java script Pin
ZurdoDev24-May-13 4:27
professionalZurdoDev24-May-13 4:27 
QuestionJavascript/jquery problem Pin
#realJSOP22-May-13 9:46
professional#realJSOP22-May-13 9:46 
AnswerRe: Javascript/jquery problem Pin
Dennis E White22-May-13 10:31
professionalDennis E White22-May-13 10:31 
GeneralRe: Javascript/jquery problem Pin
#realJSOP23-May-13 0:54
professional#realJSOP23-May-13 0:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.