| |
| |
| |
|
Page: 1 2
Comments:
<0> strange, works online but not offline <0> ok got it, form action refers to an absolute path <1> yawn <2> hehe <2> the table is turned ;) <3> salutations du soir / evening greetings
<4> hello all <4> :set nonovice <4> how do I open a child window ( using the window.open) when the page first load ? ( like onLoad..., but this one fails ) <5> no poopup questions <4> where can I get help of this subject ? <5> elsewhere <5> all too easy :) <2> hehe <6> I need some help with a RegExp. I need to have a string with ONLY numbers. I wrote this: if(myFieldID.match('[0-9]')){ alert("I've found numbers");} but this will also work for strings that contains letters and numbers <6> how do I check this string to have ONLY numbers ? <5> easiest way is isInteger = function(s){return s==parseInt(s,10)}; <5> if you want to include floats as well then return s == String(s).match(new RegExp("[+-]{0,1}\\d*\\.{0,1}\\d*"))[0]; <7> scary, you have that stored in your brain ... <5> nope <6> lol <5> straight out of sysutils <7> heh <6> thank you [Torgo] <5> np <7> archaeus: you syntax for declare a RegEx is wrong, so it didn't bring you anywhere. either new RegEx or /blah/gi not just a normal string to p*** into .match <6> damn! thanks! <2> hm <2> ^[+-]?\d*(\.\d+)?([eE][+-]?\d+)?$ <2> hah
<2> for floating pointn numbers... <8> hello, I have a script for a function called expandingWindow(website) . I want to use that function when the webpage logs but I just know how to use it with <href onclick >. Any hints? <9> Hello there <9> Do you guys know a way to have the list of all existing CSS cl***es defined in a page ? <10> c2c_: for developer deeds? <5> http://www.domapi.com/build/tests/HTML_4.01_Transitional/more_css.htm?theme=system&skin=false&lang=eng <9> sorry, i'm french, excuse my english, deeds ? <10> c2c_: google for IE developer toolbar and mozilla Web developer toolbar , whatever one you prefer to use, they both have css browsers AFAIK <9> Hum, Domapi does not seem to be a (L)GPL project, but that's what I need <5> why should it be? <9> I'm developping a LGPL library <9> melfar: i mean, i'm looking for a javascript way to find all css selectors defined in a page <10> okay I see <9> something like document.cssSelectors[] or something <9> Ok, by googling around about domapi, I found prototype.js have such a function <9> Thanks for the tip [Torgo] <10> Can I get some of your attention please? does FF or IE support window.dump() -- or what can you use to print messages to debug console? <10> [Torgo] around? <5> ie supports debugger method iirc <5> personally i'd just write my own <10> and it outputs into a div? <5> like the domapi console <10> debugger that's the name of the method? <5> google it <11> i like to stuff the Debug.writeln into domapi.dump, much faster, it is needed when i want to profile the code. (in a very verbose way) <10> thanks, seems I gotta get acquainted with domapi
Return to
#javascript or Go to some related
logs:
#AllNiteCafe sfrenat
What is another term for Wildebeest ?
#linux canal quakenet inregistrare #MissKitten bbs lol #c fsoap #windows
|
|