| |
| |
| |
|
Page: 1 2 3
Comments:
<0> *hammertime <1> Twyce_Dailey: That line makes no sense. <0> it does if you listen to 80's rap <1> I'm talking about the syntax, not your variable names. <0> what's wrong with it? <2> STOP
<2> stop is wrong <1> There is no "stop" for starters. <0> meh... yes there is, ***uming that hammertime is defined <0> otherwise MC Hammer would have been a failure <0> oh <0> wait <3> someone here ? <3> what mean crc = c%10; ? <3> c = a variable <3> %10 = ?? <1> Carriage return if memory serves. <1> Unless it's a math operation. <1> Modulus. <3> its a math operation <3> i want to translate that in delphi <3> so i dont know what it is <4> doesn't delphi support % ? <1> Modulus gives you the leftovers when you divide x by y (x%y) <4> http://www.scalabium.com/faq/dct0129.htm sounds like it might help <3> ok thanks <5> anyone give me any pointers to why self.setTimeout('moveTemplate()', 2000) would give me an error self.setTimeout is not a function <3> c = ((crc * 2) ^ 3) + crc; <3> what mean the ^ ? <1> pow() probably <1> Just call setTimeout() without 'self.' <5> oh
<5> cause it was working fine and then after making changes elsewhere Im getting that error, I'll try without the self. <6> setTimeout(moveTemplate,2000); <5> great :) <5> thought I had to use self <6> no need to quite it if you don't p*** param <7> http://www.slash7.com/pages/vampires <6> nice find <7> lol <8> Could you make me a summary plz ? <8> </irony> <9> is there a way to p*** an object as a parameter to a function in setTimeout in WinIE? <9> setTimeout( fadeUp, delay, object) doesn't work <9> in WinIE <6> p*** a function object <9> how? <6> function () {} <9> the object itself has the function as its method, but object.fadeUp() isn't working either <6> function() {object.fadeUp;} <6> function() {object.fadeUp();} <9> hmm.... <9> inside the setTimeout? <6> yes <7> http://www.slash7.com/pages/vampires <9> ht311: well wow, you just solved a MAJOR problem I've been dealing w/ all day! Thanks <6> window,onload=function() {blah();} is another common use. <6> NeoFuture: at least he type the code in and try it out first :D <5> what standard functions are available in javascript? <1> http://devedge-temp.mozilla.org/library/manuals/2000/javascript/1.5/reference/ <5> yea i was being facetious
Return to
#javascript or Go to some related
logs:
what does works toilet cleaner contain vmware hdparm benchmark #AllNiteCafe #networking #linux tatoasa zez stay at home dad #MissKitten #chatzone No authority found IAX2
|
|