| |
| |
| |
|
Page: 1 2 3
Comments:
<0> i cant <0> ooh i can now <1> Hey guys, in a simple form with a SELECT, is there a way to have a line disabled and the value of it be the separating bar, like you have in menubars to separate items? Usually in coding, its a &.. <0> look at select groups <1> i just want the bar.. <0> ------------ <2> use CSS? <3> put a bar in opt group ? <1> I was just wondering if there is a special character to generate that bar for me <1> like any other coding language <3> em dash <3> not sure what is the entity <1> usually, like in C and Delphi, its & <3> oh <3> that one <3> don't think it work in IE at the moment
<4> use a combobox, like domapi's <3> text-decoration:underline <3> hehe, yeah. combobox <4> not on an option, no <3> i think that work in FF <0> enom is shagged <5> any similar function to addslashes() from php? <5> escape probably <5> brb :D <5> :)) it works :P <5> hmm it's not what I want <5> I think... <3> startkeylogger <5> :)) <5> /setHock <5> :P <6> lol sk8ing that has to be the best <6> join and ask how to do somat answer yourself then tell us its working <5> :)) <6> respect dood <5> I have a good intuition :P <3> hmm, i can't agree with that after seeing hit on various problems lately <5> like what? <5> it's the first time I start to feel the real taste of js, it's natural <7> works <6> ta <6> fatbrain try this <7> yw <6> http://fatbrain.affinity-crm.net <6> that work <6> http://28378guyauhs763276o4gods7tz8cgyu3g786f23.affinity-crm.net <7> yeah, works <6> and that <7> works too <6> cool <6> thanks <6> :D <7> :) <6> i cant see any of it :/ <7> bah, Isildur, you traitor <8> the ring is mine! <7> it was yours <8> ur too fat to wear it <9> hi all..how can i popup windows w/o having a tab? <10> Don't. Please don't. <10> :P <9> y? <9> nice channel <10> Yeah, judge a whole channel based on one dude without voice or op. <10> Still, popup windows make baby jesus cry <11> i blocked the right click on the pic but how can i disable the save button that shows with the print buntton when i put the mouse on the pic more then 2 secs <11> can any one help ? <10> what? <11> i blocked the right click on the pic but how can i disable the save button that shows with the print buntton when i put the mouse on the pic more then 2 secs <10> You can never ever stop someone from copying a picture. Anyone can disable javascript and/or get the picture from their cache. <11> Demonen yes i know but i have a stupid customer who dont understand that and he wants to disable the menu that shows on the pic can u help me in that ? do u know a code that disable that menu ?
<10> sorry, I'm at the "cut and paste" level of JavaScript myself <10> http://z0rz.net/concept/style/showhide.js <-- My most awesomely complicated JavaScript so far. <11> and what is that ? <12> Anyone know of a javascript that will disable the submit button of a form if an "I Agree" pull-down isn't selected? <13> How about disabling it by default and then enable it when it's selected? <3> how hard to wirte your own? if you don't knowing that, I doubt you can use an existing one. <12> dude you don't have to be an *** about it <13> Heh. <13> Neither does he. :-) <3> nice way to start my day ... <3> being honest is hard :D <13> Nah. <13> The hard part is not being _too_ honest. :-P <3> ;) <3> i think this problem is amplifyby ajax. people used copy a piece of window.open code to open popup.now, people copy a piece of ajax code and do document.body.innerHTML = blah. and they still clueless <3> the killer part is that page is inside a frame as well ... <13> Lol <13> You just lack an iframe inside the main frame then. <10> Is this when I suggest that that iframe contains an "overflow: scroll;" div? <13> No, this is where you suggest that the iframe contains a script to make it as large as its content. <14> Hiya guys <13> Hi Thunder^ <15> i need a XHTML1.1 compliant drop down menu script? <13> What does xhtml have to do with anything? <15> hehe, believe it or not, some awesome looking scripts fail on XHTML page <15> especially with strict type doc <13> Sounds more like a positioning problem than a script problem. <15> one of hte menus i tried says it wont work with XHTML <15> another said it wont work inside absolute divs <13> As I said.. sounds more like a positioning problem than a script problem. <15> if its a readymade script, it should work in an absolute div. anyway, do u know any good one? <13> I make my own if I need any. <15> I see. <15> http://www.alistapart.com/articles/horizdropdowns/ <15> gonna learn this one <7> bah, yet another re-write of my js-li <7> b <15> eh <7> eh, what? <15> are you saying u are the creator of that menu? <7> Op-Material: No. I'm saying that I'm rewriting my js-lib. <7> it has nothing to do with anything you'r doing, trying to do. <15> k :) <16> anyone good with the array sort() function? <3> no <16> lol, me either :P <3> read the reference, just need to supply a function in the argument <16> yeah, but im having problems with my sort function <16> it seems to be inable to access global cl*** variables :/ <16> i have a 2 dimensional array of data, for a datagrid <16> when i click a column, it stores that column number in this.currentSortColumn <16> however, from inside the sortAscending function, i can't access this.currentSortColumn, it comes as 'undefined' <3> this. the array! <3> this is the array in that context, may not even be the array <3> btw, next time just are your question upfront <16> how can i access the cl*** variable? <16> or can i p*** it to the sortAscending function somehow? <17> Hi <3> you can't use this, may try a specific global var. well, it is more like you shoudl break down the compare fucntion, supply different compare function as need <16> yeah but i dont want to do a SortAscendingColumn1, etc <16> because there is no set amount of columns, the data is loaded from CSV files <3> write your own quicksort <16> yeah, i tried that, it didnt work so well :/ <17> Do you deal here with javascript only, or about various DOMs as well ? <3> depends, jsut ask the question and we decide <16> argg, there must be a way to access that var <17> So first, I want to make xulrunner create a maximized window onload, i added the event listener, but window.resizeTo(window.screen.availWidth,window.screen.availHeight); will set the size, not really maximize it. Sorry, maybe I just disturb, but there's not much docs about it and the folks on irc.mozilla.org are sleepy <3> H_Asbridge: ***ess a specific global var, not this <3> OriginalCopy, it is not even dom <17> yeah <17> do you have any idea? <16> sweet, thanks ht311, that got it <16> sorry, im new to JS cl***es, used to php cl***es where everything inside is $this-> <3> OriginalCopy: How do I force a maximized window?
Return to
#javascript or Go to some related
logs:
#MissKitten #MissKitten #AllNiteCafe dilbert chug cock #linux #MissKitten noox quotesdb smp conflicts wtfhugs
#AllNiteCafe
|
|