| |
| |
| |
|
Page: 1 2 3 4 5 6
Comments:
<0> not no matter what :-) <1> even there are bugs , ****y css, i still backing it ;) *throw chair at furtive <2> for (childNode in table_ref.childNodes) { table_ref.removeChild(childNode); } <2> so, who can spot the error? <2> refuses to run in both fx and ie <1> no <2> and uebm, table_ref really points to a tdbody <2> tbody* <1> var p = tableref.parentNode; p.removeChild(tableref) <2> wouldnt that remove the entire table? <3> remove the table and readd an empty one <2> hmmm.. yeah <2> but then again, ive been toying with this a couple of nights now <2> and it's almost religious soon. i wanna do it the proper way ;) <2> or atleast understand why the hell it isnt working like i expect it too <1> user table.deleteRow
<1> s/use <2> now we're talking <2> that too doesnt seem to be in the dom.. but both ie and mozilla supports it <2> or my dom reference is ****ed up perhaps.. <2> devguru <1> that is part of the standard <2> yeah, mozilla says soo atleast.. <2> perhaps deleteNode is too <4> removeNode is not <5> This script load the correct state in select menu when you choose country my code are there http://pastebin.com/561640 and work #1 someone can edit it to put city because on this script I have I have only country and state <3> LMFAO IT Crowd 5 is sooo funny <1> i just rewatch ep3 today, find new jokes in there <3> lol <3> i watched 4 on tv then 5 online <3> awsome <3> some of the jokes in it are very "english" tho <3> i wouldnt expect you guys in the US to understand em <6> how 'bout canadA? <1> yup, some of didn't catch it in 1st viewing <3> that too <1> i guess **** on your forehead is an english joke too <6> yeah, ep3 wasn't too funny <6> i only watched half of it <6> wanna watch the rest <1> no, i like, more fun when you watch the 2nd time <3> thing is a lot of the jokes are aimed at the UK <3> ep 4 has the guy from the mighty boosh which here is awsome <6> is the ****-on-forehead english? <3> kinda <3> english humour <1> in ep4, there is some ref of goat, pure internet joke :) <6> goatse? <1> heh <3> the goat joke is from "the mighty boosh" <1> oh <6> i like the ep2 when moreese says <6> "i can't go to prison roy, they'll rape the flip out of me" <3> the guy in the room is from might boosh <1> i just thinking goatse on that scence <6> dunno what mighty boosh is <3> its.... <3> ****in wierd <3> thats all ill say <3> http://www.themightyboosh.co.uk/ <3> the guy on the right is the guy in ep4 <1> that guy in the room is wierd too :D <6> someone needs to put IT crowd on google video <6> im scared of t3h charges though <1> it is in youtube <6> all of them? <1> they drop the drm on the 5th too <1> just get torrent, better <6> yayayay <6> http://video.google.com/videosearch?q=IT+Crowd <5> This script load the correct state in select menu when you choose country my code are there http://pastebin.com/561640 and work #1 someone can edit it to put city because on this script I have I have only country and state <6> ep4 is up <6> wonder if ep3 is up <6> is 50/50 ep3? <3> yeah finished <6> because 50/50 is up <3> 100%
<6> :D <1> Tarzoune: no response mean no. we don't support code you didn't write <2> heh <2> you support my code? <2> that's awesome <2> i wrote it, can you please help me fix it? :) <3> yes <3> he didnt write it so he can **** off <1> if you have url or pastebin, and you are not a total idiot <6> lol <2> im going nuts of this table thing :) <2> it just wont work <3> its like saying "my friend wants to kill himself" we say "good", or "im close to killing myself", "god are you ok man" <2> i usually just send them to a amazon page for razors with my affiliate id <6> heh <1> grazzy: figure out what you want to do first <2> most of all, i'd wish this project to be done so i can cash out and continue slacking off / working on my own stuff <2> is that doable? <1> that depends on your life expectancy <2> heh <2> hmm <2> i think im starting to narrow things down atleast <2> deleteRow in the msdn/mozilla spec is a bit different <2> the only argument ise optional in msdn, but not on mozilla ;) <1> step back 1 to 2 level <1> why it is table, and why you want to remove the content? not the table/ <1> ? <3> grazy <2> it's a table because it's table data <3> http://www.neofuture.co.uk/grazzy.php <2> im using ajax to get a dynamic refresh of the page during a backend is working to give a nice feeling of interactivity <3> BTW does that work in FF <2> so i have a table that contains the data, that needs to be refreshed for every reload of data from the ajax-page. <2> heh NeoFuture, .. heh no :) <3> Error: Selector expected. Ruleset ignored due to bad selector.Source File: http://www.google.co.uk/firefox?client=firefox-a&rls=org.mozilla:en-GB:officialLine: 3 <3> WTF <2> nothing happesn when i press the button in fx <2> works nice in ie though <2> but i suppose i would do a hack and use table_ref.innerHTML in firefox <3> does FF support outerHTML <2> uehm, i dont know actually, i've always ***umed soo. <3> stupid if it dont <6> outerHTML/ <1> deleteRow work <1> http://www.w3schools.com/js/tryit.asp?filename=try_dom_table_deleterow <2> " <2> I wouldn't count on it. outerHTML, like innerHTML, is a Microsoft corruption of JavaScript. You ought to rethink your approach." <2> lol <1> NeoFuture: no <7>Trout</marquee> <1> it is corrupt enough for FF to support innertHTML, so it is good <2> :) <2> thats the level of corruption! <2> i like innerhtml, its sweet <2> but it do feel a little bit dirty using it instead of proper DOM ;) <1> innerHTML or deleteRow? <2> (inner|outer)HTML <3> http://www.neofuture.co.uk/grazzy.php# <1> dom code to create elements is slow and annoying <1> outerHTML is hacky though <3> grazzy <3> code works <3> http://www.neofuture.co.uk/grazzy.php <2> yeah i noticed <3> and i even made it work in FF jst for you <2> :) <3> ignore the ****ty document structure like i can be ***ed on asn example <1> grazzy, use do while instead of for , the it may ****up with length in the runtime <3> it does it you i++ but fine if you onit <3> omit <2> ht, yup, i've had some trouble with that already. <8> ht311, does javascript allow to manipulate dom elements inserted with innerHTML ? <2> im quite sure of that h3 <1> technically, you will not sure when the dom element is available
Return to
#javascript or Go to some related
logs:
#linuxhelp ioòpjio MircSecurity.exe #mirc #AllNiteCafe #php undernet chanels list tal naddi Micronas GO7007 Linux Driver Totem Gtk-Warning **: cannot open display
|
|