Re: DomNodeInserted and DomNodeRemoved now deprecated Programming Web Development by Mason_4 You could try the Mutation Events polyfill: https://github.com/mfreed7/mutation-events-polyfill (or here on npm https://www.npmjs.com/package/mutation-events). I'd be curious to hear if it works for you. Re: DomNodeInserted and DomNodeRemoved now deprecated Programming Web Development by Dani Thank you but the above code from my last post has actually been working well for me. My code looks as so: // DOMNodeInserted DOMNodeRemoved have been deprecated! /* jquery_element.on('DOMNodeInserted DOMNodeRemoved', function() { function_name(); }); */ const observer = new MutationObserver(… Re: Change-a-Letter-or-Two-Game Community Center Geeks' Lounge by joshSCH paste Re: write protected error Hardware and Software by rahulrevolution *paste Re: Cannot paste in TechTalk Community Center Meta DaniWeb by )BIG"B"Affleck Paste works one day and stops working at this site only.. Real Wierd Re: Java Applet in another directory Programming Software Development by stephen84s Paste the code of the HTML file which is using your Applet, So we can see whats going on. Re: How to stop automatical download Programming Web Development by rolanduk paste the code to the actula site where the download start? Re: for statement Programming Software Development by L7Sqr …' <<< "a b c d e") `paste` joins lines of a file according to some delimeter. The… Re: Importing SQL Script File - Urgent !! Programming Databases by Rogp Paste the code into Query analyzer, and run. This will create tables, etc. then use DTs to import data. Good Luck. Re: Trouble writing code for arithmetic calculations of complex numbers Programming Software Development by jwenting paste your code inside code tags instead of attaching the sourcefiles. … Re: Word Association Game Community Center Geeks' Lounge by Dark_Omen paste-->glue Re: Running ASP.NET web services on Mac os x Programming Web Development by techniner Paste as much of the error as possible. Re: is order by and group by the same? Programming Web Development by william_stam paste your sql statement Re: HELP!about.blank!!! Hardware and Software Information Security by vartotojas Paste your log file in this site. It will tell you what is good/bad. [url]http://hijackthis.de/[/url] After doing this, you will see that you have a couple of bad things on your system. Re: ADODB.Field error '80020009' Programming Web Development by william_stam paste the code. but to my knowledge its imposible unless its a runtime error Re: opening programs Programming Software Development by f1 fan Paste that code above in your button click event. In the second line - p.StartInfo.FileName=file; replace the word "file" on the right of the equals with the name of your program you want to start such as 'notepad.exe' and it will do the rest. make sure it is a string and a fully qualified name so the system can find the file. Re: phpBB help with some changes.. Programming Web Development by Dani Paste this HTML code wherever you want it: [html] <form … Re: Hesitation Part Deux Hardware and Software Information Security by gerbil paste a printscreen into your word editor, crop it and post it that way. Re: help...one-dimensional array averaging program Programming Software Development by ~s.o.s~ Paste your entire question as it is word to word and then maybe I would be able to help you out because your description is rather vague. And btw if you don't know what you are doing, how come did you write his code ? Re: Word Association Game Community Center Geeks' Lounge by mattyd paste --> gelatin Re: Undo system recovery, windows won't boot Hardware and Software Microsoft Windows by Chaos1187 paste it directly there is no error code, it only flashed When the computer boots it goes to and stops at the blue windows screen with XP logo on the rightside, and the mouse cursor is visible Re: Word Association Game Community Center Geeks' Lounge by christina>you paste -> glue Re: using image for background on index page? Digital Media UI / UX Design by macneato Paste this in the head tags. Remember ur image will wrap. <!-- body { background-image: url(images/urimage.gif); } --> </style> Re: hi from newbie judych Hardware and Software Linux and Unix by jbennet paste it into a word document or something then, just attatch it here by clicking "go advanced" then the paper clip icon. that will open up a window for attatching files. Re: winsock problem Programming Software Development by Salem Paste an example sprintf call or two, and I'll show you how to make it UNICODE friendly. Re: Parsing Java Numbers Programming Software Development by ~s.o.s~ Paste the code which causes the 'NumberFormatException'. As far as the constraint imposed by the primitives is concerned, read up on [URL="http://java.sun.com/j2se/1.4.2/docs/api/java/math/BigInteger.html"]Biginteger.[/URL] Re: Help with searchportal Hardware and Software Information Security by strix Paste HijackThis Log [URL="http://hijackthis.de/index.php?langselect=… Re: Calculating Time in sec Programming Software Development by Salem Paste some lines of your text file, and show some variable … Re: A Lady Needs Help Community Center by hughv Paste the following in your address bar and see if you get the site: [url]http://208.101.6.106/[/url] Re: Pass a 2D-array with AJAX Programming Web Development by ~s.o.s~ Paste only the relevant and indented code. Sifting through 50+ lines of unindented code is more of a bother. As far as your problem is concerned, I don't see any name attribute assigned to your form elements and the algorithm I posted uses element names.