| |
| |
| |
|
Page: 1 2 3
Comments:
<0> furtive, how come you don't dance no more? <1> he lost his dancing license thought drink dancing <2> cool! c = s.match(/(something)/)[1]; makes c be whatever matched <3> Hello all. <3> Sukotto_: What's so cool about that!? <2> cool because I never saw it before and it will save me time in the future :-) <3> ok, but note, that if the match failes you'll get an error. <2> if I am iterating over doc.getElementsByTagName('*'); how can I test to grab, say... only the div elements? <2> so I can continue past all the non-divs (or non-spans or whatever) <4> Sukotto_: if (elms[i].nodeName == "DIV") <2> thank you <0> why not just grab only divs to start with? <0> way more efficient <2> can I do pattern matching inside getElementsByTagName? to get all divs, and say... <td> ? <2> that would be pretty cool <0> no
<0> can splice the two arrays together though <2> getElementsByTagName('DIV') and then getElementsByTagName('TD') and splice? <5> does anyone know how to find the height of an element that is set to display: none;? <0> move it offscreen and restore display <6> eh <3> Anyoen awake? <3> Where's impatient. <6> im awake only <3> yesh, too bad you were not the person I was looking for ;P <7> hi, i've got an iframe that i dynamicly created, and now i want to access elements in it. When i just do document.getElementById('...') it doesn't find them tho <3> IE: window.frames['iframeName'].contentWindow OTHER: document.getElementById('iframeID').contentWindow <8> window.frames works in others too. <3> morning Pilum. <7> window.document.getElementById('CalFrame').contentWindow.window.document is returning an object, but still can't access anything inside it <8> Thing is, in "others", window.frames already gives you a window reference, so contentWindow is not a property of it. (you sure it doesn't do that in IE too, fatbrain?) <3> Yes. <8> Silly browser heh. <3> atleast it didn't do that last time I worked with iframes. <3> indeed. <8> window.frames _should_ be a collection of window objects after all hehe. <3> indeed. <8> TheUndefined: window.document.getElementById('CalFrame').contentWindow.document should be right. <9> hey wats contentWindow <8> The window object of the iframe. <3> hm... <3> GO_OILERS is still going strong ^-^ <7> fatbrain, pilum, thx for the help, the problem was that the iFrame was being loaded from another server, so there was no cross access <8> Indeed. <7> so i'm afraid the sollution will be... don't do what i wanna do :) <3> mm :) <3> btw, Pilum, I've made an attemt to blog ^-^ http://www.fatbrain.org <8> Looks like the kind of blog I'd write hehe. <3> no personal stuff, cause that ****s :) <3> I have a category named "world of warcraft" but no articles in it yet... heh <3> will mostly contain ui-mod dev stuff <8> <3> no personal stuff, cause that ****s :) /agree 100% <8> Made myself a scourgestone counter the other day. :-P <8> "But Farek, why don't you just open your bags lol" "Because they take too much space on the screen when I'm grinding." :-P <3> hehe <3> that's why you have a 24" widescreen monitor ;) <3> We'r doing a whole suite of addons for our guild, everything from guild-leadership / guild-bank management and data-collection <8> Made it a function with the item type as an argument so a quick edit to make it count sacred candles and my priest buddy was very happy too. :-) <3> made alot of wdb/dbc apps too, and .mpq extractors n **** <3> nice <3> You still play a mage? <8> 90% of the time yeah. <3> And the other 10%? <8> Got a 55 warlock and a 35 priest. <3> hehe, I have a 60lock and a 23priest :) <8> And your main was... shammy was it? <3> lock is definitly the funniest caster cl*** <3> yeah, Gaarth <3> he is teh ****. <3> but now whit the guild-startup and everything going in slow-motion we havn't been able to raid for over 1.5months :S <8> Ouch. <3> mm <3> and with 1.11 around the corner, we really really really want to start recruting asap. <3> <- affliction / demology :D <8> We merged with a guild we've been allied with for 4 years (since EverQuest hehe) a month ago and now we kick butts. <3> soul-link :)
<3> nice <8> I got the reduce resists thing in affliction and the rest in demonology. :-) <3> nice <3> well, improved corruption is a must-have. <8> Yeh I'm considering dropping the resist in favour of that. <3> mm, you should do that <3> beeing able to dot em while running is always nice. <8> There's always CoA hehe. <3> overrated, costs to many talent points to be worth it imo <3> eh, or what are you talking about? <3> hehe, thought you wrote CoE <3> /cry <3> ah, now I'm with you <3> curse of agony <10> yoooo tlm :) <3> but that can be decursed, and you want one instant against druid/mage/priests. <3> that aren't dispellable <3> L`OcuS: hello. <3> Pilum: My priest will be 100% shadow. <3> I'll never go holy with that sob. <8> Mine too hehe. <3> nice :) <3> I take it you've seen .... the pvppriest videos of Beckon? <8> I hardly PvP though. <3> me neither <8> And my lock only has 1 HK. Total. <3> hehe :) <8> So I'm not worried about decursing hehe. <8> My mage is kick*** when I do PvP, but I only PvP enough to remain sergeant hehe. <3> indeed no. <3> hehe, not that much in other words <8> I gotta reduce my repair bills and since I'm not willing to give up my kamikaze dps play style... >:-P <3> hehe, you mages! <3> always trying to steal aggro. <8> Our healers have given up on the reprimands and just sigh and heal me now. :-P <8> But they do admit that my AE'ing speeds things up. <3> indeed, as long as they manage to keep you alive, a dead mage doesn't do that much dps <3> What's your average AE dmg? <8> Dunno. 160-ish with Arcane Explosion, 470-ish with Flamestrike (+90/s DoT) and 450-ish with Blast Wave I think. <8> And I try to keep a Flamestrike burning at all encounters. :-) <8> 260-ish even <3> nice <8> A feral druid called it "bloody unfair" hehe. <8> His dps meters showed him with more dps than me but at the end he had done 120k dmg and I had done 155k. :-P <3> :) <3> feral drooids are very good dps'ers <3> I would like someone to give me a 60druid ^^ <8> Hehe. <11> hi there. I've got a question, but I'm not quite sure if it's a js problem. I want to do the following: I have a static <select> dropdown box and want to disable a specific <option>. Is that possible? <8> Try putting disabled="disabled" on it. <11> hmmm... that makes it being statically disabled. I want to disable one specific option via js. <8> Check if it works first. <11> (if in box A is selected option3, then disable option 5 in box 5) <11> if i put disabled="disabled" into an option, it works in Opera and Firefox, but not in MSIE <8> There you go then. document.forms['formname'].elements['selectname'].options[2].disabled = true; <11> I'll try it :) <11> works in opera and firefox, but not in MSIE <8> Naturally. <8> You are setting a html attribute. <9> whats that supposed to mean :P <9> he should fetch the select and re-insert it with the new options? <8> That it works the same as if you set disabled="disabled" manually. <11> hmmm... how can I re-set the options if a selectbox via js? <11> how do I add or delete entries in a selectbox via js? that would be fine (if possible) <9> Testicus i think u have to read the whole thing into memory, add/subtract from it and put it back into your page <11> the select boxes aren't very long but very specific. I could set the whole options manually. But how do I add (or: set) the options in a select box via js? <9> i only know the DOM way <11> if you give me a hint, I'll try to convert it <9> look for the DOM reference....maybe the ops here can suggest a better way <9> if u dont alreayd know DOM, then it will take u some time to figure it out <11> hmmm... to be honest, mostly I'm searching the selfhtml documents, but I know about programming generally. I just have absolutely no clue what to search for <12> hi can anyone tell me why this doesnt work on IE ? document.forms[x].addEventListener('focus','isAllFieldsFilled',false); Where X is 0,1,2 etc <8> Don't repeat
Return to
#javascript or Go to some related
logs:
#windows glpickmatrix #linux #chatzone msn_cam program #AllNiteCafe #AllNiteCafe aoyama kun brown lucose spider #php
|
|