| |
| |
| |
|
Page: 1 2 3
Comments:
<0> yeah that's because you have 1 : {... 2 : { ... <0> it's the 1 and 2 that it displays <0> I'm not convinced you've thought through how this is working :p <1> lol <1> it's not displaying just those, cause it's showing numbers greater than 3 <0> it's no coincidence that myLibrary.location shows 8 sub-items, and "my house" has 8 characters :) <1> oh, nm, thats the char num when it gets to strings <1> lol <1> wow, well I got it working now all the way to a string, but then it still displays the charnums and not the actual string <0> you should only add the onclick if typeof prop == 'object' <2> hey! why its not working? should be easy :/ --> http://pastebin.com/550878 <0> document.getElementById('ynet').style.backgroundColor='#3366FF'; <2> amm ok <2> sec <0> or alternatively <0> this.parentNode.style.backgroundColor='#3366FF';
<2> ok <0> oh <0> I just noticed you used single quotes for the HTML attribues <0> *attributes <0> so you should use " " to quote the colour <1> I think I'll just quickfix by making it objListText = document.createTextNode(prop + " = " + ref[prop]); <2> well its still not working <2> <td id='qnet'><a href='#' onclick='document.getElementById('qnet').style.backgroundColor='#3366FF';>sdasdasd</td> <2> </tr></table> <0> yeah see what I said about the quotes <2> like "#cffcff" ? <0> yeha <2> ok cool tnx :P <1> kk, it's working great now, thanks <3> Hey Pilum <4> Hi. <2> hey, there is a way that i can do script that if i click on LINK 1 the bg of LINK2 and LINK 3 will be red? and if i click on 2, 1&3 will be red? etc? <5> who knows more js than me <6> hehe <6> an op that's away? <5> i need to do pesistant sockets with JS <5> hahaha <5> kinda like ajax on heat <6> heh. bonne chance <5> http://xulplanet.com/tutorials/mozsdk/sockets.php <7> anyone knows script for dynamic ajax drag n drop tables <6> you don't need ajax for drag and drop <7> no i want to save it to db <5> GolaS do you know what you are doing <5> i need an active x, a simple one <7> i need somthing similar to this, that use ajax and php and save the positions on db ... (draggable tables ) http://kiwi-interactive.com/experiments/inlineEdits/drag.html <7> anyone knows somthing similar? <6> nope, did you check if prototype has that functionality? <5> ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 ht311 <8> haha <6> http://ajaxian.com/archives/google-web-editor-rumour <9> 'morning <8> lo ht311 <8> furtive & NeoFuture. <6> hi <9> NeoFuture seem very high ;) <8> trogdor <6> yeah, hehe <9> those google new products are less interesting, video site is a mess, search didn't work well. google pack is a joke, desktop 3 got negative buzz, I am still waiting for someone write a very evil wiget for that. <6> not everything google touches is gold. online html editor is not a complicated task, i'm sure they did it with finesse. <6> i'm more interested in the gmail for domains beta that poped up this week <6> although i'm guessing they'd bill for that. <9> still happy with my yahoo mail. the beta work ok. like the multi tab seach result <9> want to see the yahoo photo beta <6> i just like yahoo widgets <9> i saw their demo in CES, they will have some useful thing done with widgets. <9> hmm no CSI and Numb3r this week <6> what about Lost? <9> yes there will be <9> 24 is non-stop till the end too <6> good enough for me. last weeks was very satisfying. <6> for once ending wasn't cliffhanger <9> I wish someone there is smart enough not fall for the con. I predict Mr. Eko will beat the crap out of Sawyer :) <6> hehe <9> there is new Greys tonight too. good
<6> i'm sorry, i never get sick of this clip: http://video.google.com/videoplay?docid=-6238953685626218421 <10> anyone know where i can find a script. when i press a thumb (one of like 5 or so) it displays the orginal full pic. <6> this is the cl***iest one out there: http://www.huddletogether.com/projects/lightbox/ <9> furtive: make sure you have the cover sheet for the TPS report, else Terry go after you :) <10> that was the moast helpfull person today <6> my new motto in life: I don't got time for pain, the only pain I got time for is the pain I put on fools who don't know what time it is. <11> time is money <12> nice <9> http://www.theglobeandmail.com/servlet/story/RTGAM.20060209.wxbrains09/BNStory/Science/home <9> but I don't need scientist to tell me the benifit of video games :D <13> does onclick='this.blur()' not work in firefox for some reason? <13> it works in IE for me <9> it shouldn't work in ie too <9> think the even sequence <13> think the even sequence? <9> err/event , before onclick is done, you ask it to blur, and onclick is done, it gain focus <13> well is there a way to get rid of the small dotted line around an image that is a link when it's clicked on? <13> how about onfocus='this.blur()'; <9> try, but what you want to not really need. some people may want to see the dotted line, it is actually the a:active or a:focus drive that, i think. <13> ht311: are you saying css can control whether or not that appears? <9> may be , i never try. but those css cl*** is there <13> ht311 cool thanks <9> http://sonspring.com/journal/active-vs-focus-links <13> thanks ht311 <13> is there any way to make onclick='this.blur()'; only apply to the <a> tags within a <ul> i've given the cl*** "menu" ? <14> what can i use instead of: function blah() { setTimeout(blah(), 100); } <14> i get out an of memory error in ie <14> perhaps its because im ***igning to div.scrollTop / scrollLeft inside the method <15> you are making that **** go recursive <15> recursive = danger <6> use setInterval() instead <15> yeah <15> :> <9> funny, i like to use settimeout a lot more, don't like to manage the tomer. and recursion rock <6> each one has it's place <9> i just feel that i have better control on the execution with on settimeout. and recursion , still alot noob don't get that part. you have to see the end game first, and everything fall into place. <9> Croc Vs Tiger http://video.google.com/videoplay?docid=325693135857859976 <6> i totally bet on the wrong one <6> no wonder the dinosaurs are all extinct <9> i bet on the right one, but the fight last a lot shorter than i think. <16> how can I submit a from from JavaScript? <9> fromref.submit(); <9> who has a cat? http://video.google.com/videoplay?docid=217005085837670890 <6> cl***ic <9> i have that tv show in full <6> best one of that show is porkchop on forehead <6> http://video.google.com/videoplay?docid=-123322263707848424&q=lizard <9> that one is featured on daily show and colbert report too <14> well its intended to be recursive <14> with setInterval it takes a lot more code to control the interval etc <14> because the interval should vary <11> ok so I have one of my pages in an <iframe>, how can I have that iframe tell the parent to execute code <11> like have it alert smething <11> like.. parent.alert('blah blah blah'); <6> top <11> cool <5> ht311 you ever done server push ? <9> nope <5> :( <5> learn how to so i can then :/ <9> http://ajaxpatterns.org/HTTP_Streaming <9> not hard <5> umm <5> aggagahh <5> ffs <6> http://youtube.com/w/Ask-A-Ninja%3A-Question-9-%22Ninja-Love%22?v=bnM0NRnoWgs&search=ask%20a%20ninja%20love <11> speaking of ajax, whats the function to make a request for a remote page? <9> two|face: learn to walk first, it isnot just one function to do what you just asked <12> server push is easy <12> dunno how on IE, but i can on mozilla-based <11> heh ok, well I looked it up anyway <11> if I set cookies in php they should be visible in javascript right? <6> yes
Return to
#javascript or Go to some related
logs:
salut tu pizda #linuxhelp #MissKitten #MissKitten #skype #c++ inocent #AllNiteCafe #linux #apache
|
|