@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19



Comments:

<0> CG|exe: colspan isn't listed in the microsoft developer toolbar..does that mean you can't set colspan at all? am I trying to work with a nonexistant property?
<1> obj.co+l
<1> damn
<1> my keybo+ard is damaged, cant write pro+perl
<1> y
<1> :P
<1> I reco+mmend yo+u us insert metho+ds
<1> http://pastebin.it/1711
<1> that o+ne co+ntains co+l
<1> span attribute
<0> hmm
<0> I have insert methods..
<1> obj.colSpan = x; ?
<1> with l
<1> itl
<1> e s itwo+nt wo+rk in IE



<0> I have it so that I can do:
<1> :P, hate my keybo+ard
<0> lol sorry
<0> well I can send the td properties when I create it
<0> to it's like createtd(props)
<0> and then in props I can have colSpan=3
<0> and then it will do
<0> obj.props = val
<0> and it works for everything..bordercolor, style, width
<0> but it won't work for colspan
<1> k
<0> does colspan not work in FF?
<1> yes
<1> it sho+u
<1> ld
<0> hmm
<1> it wo+rks in IE then?
<0> it's not even showing up in the code in FF..I mean when I save the htm file and open it to see if it appended it..it appends the td with all properties except colspan or colSpan...
<1> co+ul
<1> d yo+u paste the co+de?
<1> in a pastebin
<0> gosh it's tons of code over mutiple files..
<1> hehe o+k
<1> ho+w, do+ yo+u appl
<0> appl?
<1> y "props"
<2> hello. Can I use another extension to a javascript file than .js?
<1> eval
<1> ()
<0> I do an explode on "|"
<0> and then for each of the props I do an explode on "="
<1> and eval
<1> ?
<0> yup
<3> salah: of course
<0> sorry, split() explode() is php
<2> deltab, thank you :)
<1> h+ow do+ yo+u reference the o+bject?
<4> In Firefox when I call .submit() on a form through the DOM, it seems to byp*** onsubmit. Anyone have any thoughts?
<0> obj.style[prop] = propval;
<1> *td
<1> i wo+ul
<1> d use o+bj.styl
<3> salah: it's the Content-Type that matters, not the filename
<5> How can I scroll to a given position/form element or anchor in the current page via javascript?
<1> e.pro+p = pro+pval
<0> wait..no style?
<1> o+h l
<1> o+
<1> l
<1> yeah
<1> no+ styl
<1> e fo+r co+l
<1> span
<2> deltab, can I also use a GET method when calling for it? Like <script src="jsfile.py?param=value"> ?
<1> y+ou sho+ul
<1> d pro+vide al
<1> l
<1> styl
<1> e attributes with .styl
<1> e.pro+p



<1> l
<1> o+l
<2> CG|exe, old keyboard? ;)
<0> lol
<1> I have to+ sto+p no+w, il
<1> l
<1> get kicked fo+r spamming
<0> you can chat private with me if you want I won't kick ya
<1> :) no+ but I think it damaged so+meho+w
<1> :)
<0> I once had a keyboard that said "the best keyboard in the world" on the box..it cost me 20 bucks lol
<3> salah: yes; I've not heard of scripts being fetched without any method but GET
<1> ^^ my keybo+ard l
<1> ifespan is usual
<1> l
<1> y abo+ut 3 mo+nths
<1> guess time's up
<0> anger problems? lol
<1> ^^
<2> deltab, well, I meant using ?param=value etc.. but thanks, i'll try it out
<3> sure
<6> Quick question here.. What's the most efficient/best way of creating dynamic xhtml? with createElement,appendChild etc.. or just outputing the prewritten code with .write
<0> just don't type the letter on CG *Grin*
<0> letter o rather
<0> or the letter l
<1> :)
<0> so colspan DOESN'T use style, but other things do...
<0> that really bites...
<1> id so+l
<1> ve it by: createCustomElement('div','.style.width|.id','100px,customDiv');
<0> oh I just did a switch() statement in my script
<7> anyone know what i can do for an onClick in an optgroup so when then label of the group is clicked it selects all of the option's in it?
<8> hey peeps..i'm using eclipse to edit my j2ee website
<8> I've been editing js in the standard web tools javascript editor..but I don't really find it useful
<1> jnoon, try l
<9> snakeman: if you are asking for editor recommendations, I like vim
<1> o+o+ping trho+ugh o+ptgro+ups.chil
<8> the outline view really isn't helpful..but maybe i'm just using really old style javascript syntax
<1> dNo+des
<0> CG: GAH! I did it
<1> yl
<1> +ove
<1> :P
<0> alright, i'm done programming for a bit..i'm giong to go out and take a breather...
<0> thanks for your help cG
<10> how do i change page without opening a new window using javascript?
<1> yw
<1> wind+ow.l
<1> o+cati+on ?
<10> hah what?
<11> window.location
<1> window.location = "page.htm"
<1> :)
<8> okay, so some of you must be familiar with command line editing in bash, right?
<8> Ctrl-E goes to end of line, cntrl-A to home
<12> snakeman: first, questions like that are not good in general...
<12> snakeman: specifically also because there is #BASH :-)
<8> i'm trying to get off of moving my fingers off the home row to hit HOME/END
<8> (yeah yeah..)
<8> I'm just wondering what everyone else does...
<12> snakeman: I just use everywhere I can Emacs-like bindings. BASH supports out of the box both Emacs and VI style bindings.
<12> snakeman: you can however redefine bindings in 'readline' with '~/.inputrc'.
<8> true that, i'm not into customizing bash, i telnet into too many different machines for that
<10> thanks, it worked like a charm :)
<8> instead I'd rather make everything else emacs/bash-like
<12> snakeman: a bit ambitious that :-). Not everything uses 'readline'...
<12> snakeman: however if you login in a lot of stuff, you can byp*** the problem entirely.
<8> frickin' thunderstorm
<7> CG|exe, in an <optgroup onclick="doselect(this);"> thing im looping through the optgroup.childNodes, but get this... when you click the optgroup label you are clicking the optgroup (good).... but when you click on an option IN the optgroup, your still clicking on the optgroup! which kills the loop idea because i still want people to be able to select one at a time like normal.... savvy?
<13> you can still loop
<14> jnoon: stop the event bubble on the option, or filter where the event came from in th eoptgroup
<13> events bubble up, so if you check the event.target.tagName first, you should be able to tell if you are on an option or the optgroup title
<7> oh ok


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #javascript
or
Go to some related logs:

css hr thickness firefox
#ati
WineCVS cvs pass
network storage audio
php4 mysql_query prepared statement -pear -mysqli
dict_mysql_lookup: retrieved 0 rows
totem could not start up ubuntu
sources.lst debian kernel-source
how to use totem to run .dat files
untuntu source kernel headers



Home  |  disclaimer  |  contact  |  submit quotes