| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Comments:
<0> hello <1> err Woosta -- ajax <0> im da-drew <2> JIF <2> (Thus JSON) <2> buubot: jif <3> Woosta: JIF is the Javascript Interaction Framework. It's just like AJAX but without an implied dependence on XML. Woosta's JIF library is available at http://rick.measham.id.au/javascript/jif.js <1> Woosta, json? <2> It has JSON functions in it <0> I LIKE RUNNING SCRIPTS IN IMG.SRC'S <0> IMGJAX <2> jifGetJSON( url, object_to_send, functionOnSuccess [, functionOnFail]) <4> just before i go nuts here, could someone please confirm that the id attribute on an input type="hidden" will allow me to set it's value with document.getElementById(id).value? <5> this is fine right <5> echo "<script language='Javascript'>alert ('Error: There was a possible hacking attempt.')</script>"; <2> CrazyTux: there's an example here: http://rick.measham.id.au/paste/jif.test.htm
<1> dools, yes, it shoiuld <2> dools: yes <4> CrazyTux: okay, thanks <6> jif and json had a nice rattle, their rattle disturbed the neighbors, so jif and json rattle their rattle to the forest, this rattle is rathe nice said jif, yes, replied json, jif and json had a rattle and their rattle was very nice <2> surfdue: no, language is deprecated <1> Woosta, do you recommend I create my own libs? <7> Woosta: that makes no difference even after fixes <2> CommandPrompt: put down the bong and back away <7> no errors either <2> CrazyTux: up to you .. feel free to use mine, or create your own (feel free to steal mine, just don't sell it, and attribution is nice if you base your work off mine) <2> seraph: re-paste <8> "seraph" at 66.180.175.30 pasted "non-working checkbox" (7 lines) at http://erxz.com/pb/2063 <7> done <7> I hate IE <2> What is ul2? <6> IE is the best <7> ul2 is a table <7> document.getElementById('ul2') <2> seraph: you have to append trs to tbodys <7> oh <7> dear <7> god <4> CrazyTux, Woosta: it appears to be returning null... http://nanobin.nanosouffle.net/1460 <7> of all the times in its life that IE chooses to parse html properly, its now ;_; <7> thanks Woosta <4> Capso: you here? <7> I'll try it after lunch <2> dools: whichwhat? <4> Woosta: details in the paste <9> anyone know why when I when I toggle a row's display from block to none in FF, the table grows larger and larger instead of shrinking when the row is set to none? In IE it works fine <6> Ricoshady: from none to block you mean? <2> dools: without a proper page I've no idea .. are you running this gEBI before the page finishes loading? <6> Woosta: document.getElementById() autoreplace in xchat :) <4> Woosta: no, i'm calling it from an iframe when it's done loading... hold on i'll give you a url <0> commandprompt <0> are you too good for me sir <0> why wont you ever talk to me <6> ? <0> every time i say something to you <0> you ignore it <6> ahemm no <0> you know it really starts to sting <0> after a while <6> sting? you mean on /msg? <0> that too <6> cuz on freenode, I'm not registered and thus it doesn't allow /msg PLUS I have *!*@* on most privates, on ignore, cuz in Dalnet someone has been lately running a script with /ctcp/msg/dcc flooding <0> everynight i blow you a kiss in a msg <0> you never respond <6> cuz on freenode, I'm not registered and thus it doesn't allow /msg PLUS I have *!*@* on most privates, on ignore, cuz in Dalnet someone has been lately running a script with /ctcp/msg/dcc flooding <- <6> so, what I do is, let it cool off for 2 weeks and remove it, he hasn't been doing it in the last 2 days <4> Woosta: can i pm? <2> No .. <4> Woosta: i need to give you a url <2> in here will do .. though I probably don't have time to look at it right now, so paste in here and someone else might <4> bit dodgy as i've had to turn of the security that stops you from being able to upload whatever the hell you want <0> you better register <4> not keen on putting it in here publicly, but if anyone has the time to look at this page and tell me why my document.getElementById() isn't working could you please let me know? <0> i dont want anymore of my kisses
<0> going onreturned <0> you understand? <0> un <10> lol <10> Hi. <10> Hm, I've got a simple function for a friend that isnt working. <0> look at the jealous little baby <10> Can anyone give me a heads up. <10> function checkAll() { <10> for (var i=0;i<document.forms[0].elements.length;i++) { <10> e = document.forms[0].elements[i]; <10> e.checked = document.forms[0].allbox.checked; <10> } <10> sorry for the paste, its kinda urgent <11> Navid, I would use a pastebin for the code <10> me too. <10> :D <2> Then for being deliberately rude: no help for you <4> Navid: you'd get faster answers if you used a pastebin and said how it isn't working <0> that was some rude as **** <0> posting that long *** **** all up in my face <0> punk *** bitch <4> Woosta: found it :-) i was setting the content of a node to 'Loading...', and that node contained the hidden input :-( <4> da-drew: reprazent <0> shut yo *** up <0> mark *** trick <9> hey guys, when I have a few radio buttons, how do I use javascript o figure out which radio is checked, to get the value. <9> if I lookup by ID, it goes to the first radio and just gives me that value <9> i need to see which of 3 is checked <4> Ricoshady: i think its elements <4> as in ...ById(id).elements <9> you think its elements? what does that mean <12> theForm.radioButtonName[i].checked <4> oh right, well, i'll just shut up then <9> there is no form object, just radios <12> You should probably put the radio buttons in a form. <9> guess I could easily make one, theForm.radioButtonName[i].checked, this returns true or false? <12> I can remember in some browser that form elements wouldn't show up without the form. <12> Yeah, give them all the same name property, and looking it up like that will give you an array. <12> You can run through them and find the checked one. <10> http://pastebin.ca/86754 to make you guys happy, and sorry. geez. <3> The paste 86754 has been copied to http://erxz.com/pb/2064 <4> Navid: what doesn't work about it <4> ? <10> The function doesnt select all the check boxes. It used to work, now its just not working with no errors or anything <4> Navid: have you tried alerting the length of document.forms[0].elements? <10> I am sorry, im not getting what you mean.. <0> navid <0> guess who's not wearing any panties <4> Navid: well, are you sure that document.forms[0].elements is the right form? try alert(document.forms[0].elements); then try putting alert(i); inside the loop to check that it's actually going through the expected number of times <12> Is the entire form nothing but radio buttons? <10> Im gonna try that. <0> you do that <0> think about the answer to my question <10> um you? <0> its the same person who's wearing nothing but gecko skin boots and a smile <0> my nightly irc uniform <4> hehehe <12> It certainly does get mighty festive in here this time of night. <9> if I have a row, how do I find the previous row <0> http://www.drewtowers.com/junk/dmitry.txt <12> Ricoshady: Didn't we just do this the other night? :) <0> reset the pointer <9> hahahaha, no, this is a little different <12> :) <9> : ) <10> it worked <10> thanks. <0> no, i was talking to navid <0> thats code talk for get that penis hard again <0> him and i are chatting on webcam <10> Course.
Return to
#javascript or Go to some related
logs:
#linuxhelp what's ubuntu
hal ivman ethernet btdownloadgui: wxPython is either not installed or has not been installed proper uvc ubuntu deb #gimp fedora drivers for zew1601 #suse #php gentoo starcraft wined3d
|
|