Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #8838
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.chainon-marquant.org!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!74.125.46.80.MISMATCH!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
|---|---|
| From | kiran <kiranmbadi@gmail.com> |
| Newsgroups | comp.lang.javascript |
| Subject | Re: Browser crashes with below code.What is wrong in below code. |
| Date | Sat, 3 Dec 2011 21:02:49 -0800 (PST) |
| Organization | http://groups.google.com |
| Lines | 25 |
| Message-ID | <347605.1116.1322974969697.JavaMail.geo-discussion-forums@yqcm37> (permalink) |
| References | <6797273.191.1322974644678.JavaMail.geo-discussion-forums@yqnq37> |
| Reply-To | comp.lang.javascript@googlegroups.com |
| NNTP-Posting-Host | 69.141.32.207 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-Trace | posting.google.com 1322974971 26410 127.0.0.1 (4 Dec 2011 05:02:51 GMT) |
| X-Complaints-To | groups-abuse@google.com |
| NNTP-Posting-Date | Sun, 4 Dec 2011 05:02:51 +0000 (UTC) |
| In-Reply-To | <6797273.191.1322974644678.JavaMail.geo-discussion-forums@yqnq37> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=69.141.32.207; posting-account=kn7zvgoAAAC_acf8zBUtWVNAB2TpTJvx |
| User-Agent | G2/1.0 |
| X-Google-Web-Client | true |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.javascript:8838 |
Show key headers only | View raw
This is code which crashes browsers,below code do not have end UL tag.Though having end UL fixes the crash,but wanted to get this confirmed.
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Simple Test Case</title>
</head>
<body>
<ul>
<li>Test1</li>
<li>Test2</li>
<li>Test3</li>
<li>Test4</li>
<li>Test5</li>
<li>Test6</li>
<script type="text/javascript" src="js/jquery-1.6.4.js"></script>
<script>
jQuery('ul').clone().appendTo('body');
</script>
</body>
</html>
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Browser crashes with below code.What is wrong in below code. kiran <kiranmbadi@gmail.com> - 2011-12-03 20:57 -0800
Re: Browser crashes with below code.What is wrong in below code. kiran <kiranmbadi@gmail.com> - 2011-12-03 21:02 -0800
Re: Browser crashes with below code.What is wrong in below code. Swifty <steve.j.swift@gmail.com> - 2011-12-04 06:52 +0000
Re: Browser crashes with below code.What is wrong in below code. RobG <rgqld@iinet.net.au> - 2011-12-04 02:41 -0800
Re: Browser crashes with below code.What is wrong in below code. Arno Welzel <usenet@arnowelzel.de> - 2011-12-04 15:04 +0100
Re: Browser crashes with below code.What is wrong in below code. RobG <rgqld@iinet.net.au> - 2011-12-04 16:29 -0800
Re: Browser crashes with below code.What is wrong in below code. kiran <kiranmbadi@gmail.com> - 2011-12-05 07:06 -0800
Re: Browser crashes with below code.What is wrong in below code. RobG <rgqld@iinet.net.au> - 2011-12-05 17:49 -0800
Re: Browser crashes with below code.What is wrong in below code. Scott Sauyet <scott.sauyet@gmail.com> - 2011-12-06 05:04 -0800
Re: Browser crashes with below code.What is wrong in below code. kiran <kiranmbadi@gmail.com> - 2011-12-06 16:37 -0800
Re: Browser crashes with below code.What is wrong in below code. "Evertjan." <exjxw.hannivoort@interxnl.net> - 2011-12-07 08:45 +0000
Re: Browser crashes with below code.What is wrong in below code. RobG <rgqld@iinet.net.au> - 2011-12-07 04:45 -0800
Re: Browser crashes with below code.What is wrong in below code. Scott Sauyet <scott.sauyet@gmail.com> - 2011-12-07 06:38 -0800
csiph-web