| |
| |
| |
|
Page: 1 2
Comments:
<0> you should get a *real* debugger for JavaScript instead <1> ok, I see <0> What user-agent you using? <1> IE6.0 <0> hm, I don't suppose you have VS.Net 2k5 installed on your system? <0> (because that comes with a neat debugger) <1> ok, cool <1> I don't have it, but I might install it then <0> ya, or you should get Mozilla or Firefox, those have a cool debugger as well <0> kool
<2> fatbrain, you might like this: http://www.huddletogether.com/projects/lightbox/ <0> neat <2> well done <0> are you using it? <2> not at the mo' <0> k <2> it's a miracle i'm using a computer at all :-) <0> I put it in my bookmarks <0> why's that? <2> i hurt myself, sciatica, have been on my back/belly since jan 1st, hard to use a keyboard when you're in that sort of position <0> ya indeed <1> furtive: if I use that .style.display = none, that you told me about, how can I get it back? <0> stupid sciatica <1> what style should I set? <0> "" <0> (empty string) <1> ok, it works great! <0> ofc :) <1> so now I have to try this in all browers right? :| <0> yes <1> yikes <2> fatbrain: i'm doing much better though, less pain when i get up in the morning, was able to go out last night to visit a friend, can shop on my own. <1> do you know if that style thing usually is compatible? <3> furtive what happened <0> memox: it's compatable with all browsers <2> i agravated my back in early dec, and then agravated it a few more times after that. <1> fatbrain, great <2> i think i'll try the WoW 10 day trial while i'm recovering <1> do you really want to ruin your life? <3> ouch <1> I wish I didn't hear there's WoW 10 day trial. now I'm gonna get stuck on the mmpog drug too :( <4> hey <4> can AJAX do binary? <4> send/receive a image for example using AJAX? <5> Hiya guys <6> mmmmm <6> <RoBusy> FonZzie: ^([1-5]\d|0?[1-9])$
<6> <RoBusy> err <6> <RoBusy> FonZzie: ^(50|[1-4]\d|0?[1-9])$ <6> to test figures between 1 and 50 <6> what's the best way ? <5> value >= 1 and value <= 50 <6> ok <6> but !!! <6> to check if figures are entered <6> what about : <6> var reg = /^[0-9{1,2}$/; <6> ? <5> ah you REALLY just wanna do regexp eh <5> why can't it just be simple? <6> but if a dude enter alphabetical characters... the condition does not work <5> so you make a check if there are only numbers entered <6> ok how to check it with a regexp ? or is there a easier solution ? <5> lol <6> value between 1 and 50 <6> the solution for me is var reg = /^[0-9]{1,2}$/; <6> then I test the value <5> you are a type of person who doesn't see complex things simple.. you see them complex.. and simple things you also see complex <5> I don't think you need regexp <5> just do as I said <6> oki :) <7> hey all.. got a question. I've made a javascript, and it works on 1 page, but not on another page. It's a script which will automatically change the citties depending on which state you select... <7> Anyone that has an idea why this happens? or why it could happen? <1> is there a way to connect a piece of text with an id? <1> the same way for example <input id="1" has id 1 <1> the reason is I want to find the text element, so I can hide it <1> hm, <div seems to do the work <8> how to get properties count in object ? <9> memox: use <span id="blah">ffdsfd</span> <9> [algo]: you mean number of properties in a give object? you have to loop it yourself with for(var p in obj) ... <1> ht311: I just tried it. for some reason getElementById() can't find my span section with id, but it finds the div section.. <8> eh <8> ok, I can loop <1> maybe the thing is, if I set the style of a span section to "none", it doesn't get hidden? <9> hmm when you calling it to hide? have to wait until the onload is doen <9> yes, that will work too <1> ok, span works good <1> thanks! <10> what is the best program for created a web site in java script? <9> javascript itself don't create website <10> rolf :S
Return to
#javascript or Go to some related
logs:
#javascript #linux #linuxhelp #linux cheanel tv ARMYSHOES #windows patata il-forn #gentoo humuculus bot
|
|