3 test("Basic requirements", function() {
5 ok( Array.prototype.push, "Array.push()" );
6 ok( Function.prototype.apply, "Function.apply()" );
7 ok( document.getElementById, "getElementById" );
8 ok( document.getElementsByTagName, "getElementsByTagName" );
9 ok( RegExp, "RegExp" );
10 ok( jQuery, "jQuery" );
14 test("jQuery()", function() {
17 var main = jQuery("#main");
18 isSet( jQuery("div p", main).get(), q("sndp", "en", "sap"), "Basic selector with jQuery object as context" );
21 // disabled since this test was doing nothing. i tried to fix it but i'm not sure
22 // what the expected behavior should even be. FF returns "\n" for the text node
23 // make sure this is handled
24 var crlfContainer = jQuery('<p>\r\n</p>');
25 var x = crlfContainer.contents().get(0).nodeValue;
26 equals( x, what???, "Check for \\r and \\n in jQuery()" );
29 /* // Disabled until we add this functionality in
32 jQuery("<div>Testing</div>").appendTo(document.getElementById("iframe").contentDocument.body);
36 ok( pass, "jQuery('<tag>') needs optional document parameter to ease cross-frame DOM wrangling, see #968" );*/
38 var code = jQuery("<code/>");
39 equals( code.length, 1, "Correct number of elements generated for code" );
40 var img = jQuery("<img/>");
41 equals( img.length, 1, "Correct number of elements generated for img" );
42 var div = jQuery("<div/><hr/><code/><b/>");
43 equals( div.length, 4, "Correct number of elements generated for div hr code b" );
45 // can actually yield more than one, when iframes are included, the window is an array as well
46 equals( jQuery(window).length, 1, "Correct number of elements generated for window" );
48 equals( jQuery(document).length, 1, "Correct number of elements generated for document" );
50 equals( jQuery([1,2,3]).get(1), 2, "Test passing an array to the factory" );
52 equals( jQuery(document.body).get(0), jQuery('body').get(0), "Test passing an html node to the factory" );
55 test("selector state", function() {
61 equals( test.selector, "", "Empty jQuery Selector" );
62 equals( test.context, document, "Empty jQuery Context" );
64 test = jQuery(document);
65 equals( test.selector, "", "Document Selector" );
66 equals( test.context, document, "Document Context" );
68 test = jQuery(document.body);
69 equals( test.selector, "", "Body Selector" );
70 equals( test.context, document.body, "Body Context" );
72 test = jQuery("#main");
73 equals( test.selector, "#main", "#main Selector" );
74 equals( test.context, document, "#main Context" );
76 test = jQuery("#main", document);
77 equals( test.selector, "#main", "#main Selector" );
78 equals( test.context, document, "#main Context" );
80 test = jQuery("#main", document.body);
81 equals( test.selector, "#main", "#main Selector" );
82 equals( test.context, document.body, "#main Context" );
84 test = jQuery(document.body).find("#main");
85 equals( test.selector, "#main", "#main find Selector" );
86 equals( test.context, document.body, "#main find Context" );
88 test = jQuery("#main").filter("div");
89 equals( test.selector, "#main.filter(div)", "#main filter Selector" );
90 equals( test.context, document, "#main filter Context" );
92 test = jQuery("#main").not("div");
93 equals( test.selector, "#main.not(div)", "#main not Selector" );
94 equals( test.context, document, "#main not Context" );
96 test = jQuery("#main").filter("div").not("div");
97 equals( test.selector, "#main.filter(div).not(div)", "#main filter, not Selector" );
98 equals( test.context, document, "#main filter, not Context" );
100 test = jQuery("#main").filter("div").not("div").end();
101 equals( test.selector, "#main.filter(div)", "#main filter, not, end Selector" );
102 equals( test.context, document, "#main filter, not, end Context" );
104 test = jQuery("#main").parent("body");
105 equals( test.selector, "#main.parent(body)", "#main parent Selector" );
106 equals( test.context, document, "#main parent Context" );
108 test = jQuery("#main").eq(0);
109 equals( test.selector, "#main.slice(0,1)", "#main eq Selector" );
110 equals( test.context, document, "#main eq Context" );
113 test("browser", function() {
117 "Mozilla/5.0 (Windows; U; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)": "6.0",
118 "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727)": "7.0",
120 * "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 1.1.4322; .NET CLR 3.0.04506.30)": "7.0",
122 //Browsers with Gecko engine
124 "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915" : "1.7.12",
126 "Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3": "1.8.1.3",
128 "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20070321 Netscape/8.1.3" : "1.7.5",
130 "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.11) Gecko/20070321 Firefox/1.5.0.11 Flock/0.7.12" : "1.8.0.11",
132 "Opera/9.20 (X11; Linux x86_64; U; en)": "9.20",
133 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; en) Opera 9.20" : "9.20",
134 "Mozilla/5.0 (Windows NT 5.1; U; pl; rv:1.8.0) Gecko/20060728 Firefox/1.5.0 Opera 9.20": "9.20",
136 "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/418.9 (KHTML, like Gecko) Safari/419.3": "418.9",
137 "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/418.8 (KHTML, like Gecko) Safari/419.3" : "418.8",
138 "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; sv-se) AppleWebKit/312.8 (KHTML, like Gecko) Safari/312.5": "312.8",
139 //Other user agent string
140 "Other browser's user agent 1.0":null
142 for (var i in browsers) {
143 var v = i.toLowerCase().match( /.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/ ); // RegEx from Core jQuery.browser.version check
144 version = v ? v[1] : null;
145 equals( version, browsers[i], "Checking UA string" );
149 test("noConflict", function() {
154 equals( jQuery, jQuery.noConflict(), "noConflict returned the jQuery object" );
155 equals( jQuery, $$, "Make sure jQuery wasn't touched." );
156 equals( $, original$, "Make sure $ was reverted." );
160 equals( jQuery.noConflict(true), $$, "noConflict returned the jQuery object" );
161 equals( jQuery, originaljQuery, "Make sure jQuery was reverted." );
162 equals( $, original$, "Make sure $ was reverted." );
167 test("isFunction", function() {
170 // Make sure that false values return false
171 ok( !jQuery.isFunction(), "No Value" );
172 ok( !jQuery.isFunction( null ), "null Value" );
173 ok( !jQuery.isFunction( undefined ), "undefined Value" );
174 ok( !jQuery.isFunction( "" ), "Empty String Value" );
175 ok( !jQuery.isFunction( 0 ), "0 Value" );
178 // Safari uses "(Internal Function)"
179 ok( jQuery.isFunction(String), "String Function("+String+")" );
180 ok( jQuery.isFunction(Array), "Array Function("+Array+")" );
181 ok( jQuery.isFunction(Object), "Object Function("+Object+")" );
182 ok( jQuery.isFunction(Function), "Function Function("+Function+")" );
184 // When stringified, this could be misinterpreted
185 var mystr = "function";
186 ok( !jQuery.isFunction(mystr), "Function String" );
188 // When stringified, this could be misinterpreted
189 var myarr = [ "function" ];
190 ok( !jQuery.isFunction(myarr), "Function Array" );
192 // When stringified, this could be misinterpreted
193 var myfunction = { "function": "test" };
194 ok( !jQuery.isFunction(myfunction), "Function Object" );
196 // Make sure normal functions still work
197 var fn = function(){};
198 ok( jQuery.isFunction(fn), "Normal Function" );
200 var obj = document.createElement("object");
202 // Firefox says this is a function
203 ok( !jQuery.isFunction(obj), "Object Element" );
205 // IE says this is an object
206 // Since 1.3, this isn't supported (#2968)
207 //ok( jQuery.isFunction(obj.getAttribute), "getAttribute Function" );
209 var nodes = document.body.childNodes;
211 // Safari says this is a function
212 ok( !jQuery.isFunction(nodes), "childNodes Property" );
214 var first = document.body.firstChild;
216 // Normal elements are reported ok everywhere
217 ok( !jQuery.isFunction(first), "A normal DOM Element" );
219 var input = document.createElement("input");
221 document.body.appendChild( input );
223 // IE says this is an object
224 // Since 1.3, this isn't supported (#2968)
225 //ok( jQuery.isFunction(input.focus), "A default function property" );
227 document.body.removeChild( input );
229 var a = document.createElement("a");
230 a.href = "some-function";
231 document.body.appendChild( a );
233 // This serializes with the word 'function' in it
234 ok( !jQuery.isFunction(a), "Anchor Element" );
236 document.body.removeChild( a );
238 // Recursive function calls have lengths and array-like properties
239 function callme(callback){
240 function fn(response){
244 ok( jQuery.isFunction(fn), "Recursive Function Call" );
246 fn({ some: "data" });
250 callme(function(){});
256 test("jQuery('html')", function() {
261 var s = jQuery("<script>foo='test';</script>")[0];
262 ok( s, "Creating a script" );
263 ok( !foo, "Make sure the script wasn't executed prematurely" );
264 jQuery("body").append("<script>foo='test';</script>");
265 ok( foo, "Executing a scripts contents in the right context" );
268 ok( jQuery("<link rel='stylesheet'/>")[0], "Creating a link" );
272 var j = jQuery("<span>hi</span> there <!-- mon ami -->");
273 ok( j.length >= 2, "Check node,textnode,comment creation (some browsers delete comments)" );
275 ok( !jQuery("<option>test</option>")[0].selected, "Make sure that options are auto-selected #2050" );
278 test("jQuery('html', context)", function() {
281 var $div = jQuery("<div/>");
282 var $span = jQuery("<span/>", $div);
283 equals($span.length, 1, "Verify a span created with a div context works, #1763");
287 test("jQuery(selector, xml).text(str) - Loaded via XML document", function() {
290 jQuery.get('data/dashboard.xml', function(xml) {
291 // tests for #1419 where IE was a problem
292 equals( jQuery("tab:first", xml).text(), "blabla", "Verify initial text correct" );
293 jQuery("tab:first", xml).text("newtext");
294 equals( jQuery("tab:first", xml).text(), "newtext", "Verify new text correct" );
300 test("length", function() {
302 equals( jQuery("p").length, 6, "Get Number of Elements Found" );
305 test("size()", function() {
307 equals( jQuery("p").size(), 6, "Get Number of Elements Found" );
310 test("get()", function() {
312 isSet( jQuery("p").get(), q("firstp","ap","sndp","en","sap","first"), "Get All Elements" );
315 test("get(Number)", function() {
317 equals( jQuery("p").get(0), document.getElementById("firstp"), "Get A Single Element" );
320 test("add(String|Element|Array|undefined)", function() {
322 isSet( jQuery("#sndp").add("#en").add("#sap").get(), q("sndp", "en", "sap"), "Check elements from document" );
323 isSet( jQuery("#sndp").add( jQuery("#en")[0] ).add( jQuery("#sap") ).get(), q("sndp", "en", "sap"), "Check elements from document" );
324 ok( jQuery([]).add(jQuery("#form")[0].elements).length >= 13, "Check elements from array" );
326 // For the time being, we're discontinuing support for jQuery(form.elements) since it's ambiguous in IE
327 // use jQuery([]).add(form.elements) instead.
328 //equals( jQuery([]).add(jQuery("#form")[0].elements).length, jQuery(jQuery("#form")[0].elements).length, "Array in constructor must equals array in add()" );
330 var x = jQuery([]).add(jQuery("<p id='x1'>xxx</p>")).add(jQuery("<p id='x2'>xxx</p>"));
331 equals( x[0].id, "x1", "Check on-the-fly element1" );
332 equals( x[1].id, "x2", "Check on-the-fly element2" );
334 var x = jQuery([]).add("<p id='x1'>xxx</p>").add("<p id='x2'>xxx</p>");
335 equals( x[0].id, "x1", "Check on-the-fly element1" );
336 equals( x[1].id, "x2", "Check on-the-fly element2" );
339 equals( jQuery([]).add(notDefined).length, 0, "Check that undefined adds nothing" );
342 equals( jQuery([]).add([window,document,document.body,document]).length, 3, "Pass an array" );
343 equals( jQuery(document).add(document).length, 1, "Check duplicated elements" );
344 equals( jQuery(window).add(window).length, 1, "Check duplicated elements using the window" );
345 ok( jQuery([]).add( document.getElementById('form') ).length >= 13, "Add a form (adds the elements)" );
348 test("each(Function)", function() {
350 var div = jQuery("div");
351 div.each(function(){this.foo = 'zoo';});
353 for ( var i = 0; i < div.size(); i++ ) {
354 if ( div.get(i).foo != "zoo" ) pass = false;
356 ok( pass, "Execute a function, Relative" );
359 test("index(Object)", function() {
362 var elements = jQuery([window, document]),
363 inputElements = jQuery('#radio1,#radio2,#check1,#check2');
365 equals( elements.index(window), 0, "Check for index of elements" );
366 equals( elements.index(document), 1, "Check for index of elements" );
367 equals( inputElements.index(document.getElementById('radio1')), 0, "Check for index of elements" );
368 equals( inputElements.index(document.getElementById('radio2')), 1, "Check for index of elements" );
369 equals( inputElements.index(document.getElementById('check1')), 2, "Check for index of elements" );
370 equals( inputElements.index(document.getElementById('check2')), 3, "Check for index of elements" );
371 equals( inputElements.index(window), -1, "Check for not found index" );
372 equals( inputElements.index(document), -1, "Check for not found index" );
374 // enabled since [5500]
375 equals( elements.index( elements ), 0, "Pass in a jQuery object" );
376 equals( elements.index( elements.eq(1) ), 1, "Pass in a jQuery object" );
379 test("attr(String)", function() {
381 equals( jQuery('#text1').attr('value'), "Test", 'Check for value attribute' );
382 equals( jQuery('#text1').attr('value', "Test2").attr('defaultValue'), "Test", 'Check for defaultValue attribute' );
383 equals( jQuery('#text1').attr('type'), "text", 'Check for type attribute' );
384 equals( jQuery('#radio1').attr('type'), "radio", 'Check for type attribute' );
385 equals( jQuery('#check1').attr('type'), "checkbox", 'Check for type attribute' );
386 equals( jQuery('#simon1').attr('rel'), "bookmark", 'Check for rel attribute' );
387 equals( jQuery('#google').attr('title'), "Google!", 'Check for title attribute' );
388 equals( jQuery('#mark').attr('hreflang'), "en", 'Check for hreflang attribute' );
389 equals( jQuery('#en').attr('lang'), "en", 'Check for lang attribute' );
390 equals( jQuery('#simon').attr('class'), "blog link", 'Check for class attribute' );
391 equals( jQuery('#name').attr('name'), "name", 'Check for name attribute' );
392 equals( jQuery('#text1').attr('name'), "action", 'Check for name attribute' );
393 ok( jQuery('#form').attr('action').indexOf("formaction") >= 0, 'Check for action attribute' );
394 equals( jQuery('#text1').attr('maxlength'), '30', 'Check for maxlength attribute' );
395 equals( jQuery('#text1').attr('maxLength'), '30', 'Check for maxLength attribute' );
396 equals( jQuery('#area1').attr('maxLength'), '30', 'Check for maxLength attribute' );
397 equals( jQuery('#select2').attr('selectedIndex'), 3, 'Check for selectedIndex attribute' );
398 equals( jQuery('#foo').attr('nodeName'), 'DIV', 'Check for nodeName attribute' );
399 equals( jQuery('#foo').attr('tagName'), 'DIV', 'Check for tagName attribute' );
401 jQuery('<a id="tAnchor5"></a>').attr('href', '#5').appendTo('#main'); // using innerHTML in IE causes href attribute to be serialized to the full path
402 equals( jQuery('#tAnchor5').attr('href'), "#5", 'Check for non-absolute href (an anchor)' );
405 // Related to [5574] and [5683]
406 var body = document.body, $body = jQuery(body);
408 ok( $body.attr('foo') === undefined, 'Make sure that a non existent attribute returns undefined' );
409 ok( $body.attr('nextSibling') === null, 'Make sure a null expando returns null' );
411 body.setAttribute('foo', 'baz');
412 equals( $body.attr('foo'), 'baz', 'Make sure the dom attribute is retrieved when no expando is found' );
415 equals( $body.attr('foo'), 'bar', 'Make sure the expando is preferred over the dom attribute' );
417 $body.attr('foo','cool');
418 equals( $body.attr('foo'), 'cool', 'Make sure that setting works well when both expando and dom attribute are available' );
420 body.foo = undefined;
421 ok( $body.attr('foo') === undefined, 'Make sure the expando is preferred over the dom attribute, even if undefined' );
423 body.removeAttribute('foo'); // Cleanup
427 test("attr(String) in XML Files", function() {
430 jQuery.get("data/dashboard.xml", function(xml) {
431 equals( jQuery("locations", xml).attr("class"), "foo", "Check class attribute in XML document" );
432 equals( jQuery("location", xml).attr("for"), "bar", "Check for attribute in XML document" );
438 test("attr(String, Function)", function() {
440 equals( jQuery('#text1').attr('value', function() { return this.id })[0].value, "text1", "Set value from id" );
441 equals( jQuery('#text1').attr('title', function(i) { return i }).attr('title'), "0", "Set value with an index");
444 test("attr(Hash)", function() {
447 jQuery("div").attr({foo: 'baz', zoo: 'ping'}).each(function(){
448 if ( this.getAttribute('foo') != "baz" && this.getAttribute('zoo') != "ping" ) pass = false;
450 ok( pass, "Set Multiple Attributes" );
453 test("attr(String, Object)", function() {
455 var div = jQuery("div").attr("foo", "bar");
457 for ( var i = 0; i < div.size(); i++ ) {
458 if ( div.get(i).getAttribute('foo') != "bar" ){
463 equals( fail, false, "Set Attribute, the #"+fail+" element didn't get the attribute 'foo'" );
465 ok( jQuery("#foo").attr({"width": null}), "Try to set an attribute to nothing" );
467 jQuery("#name").attr('name', 'something');
468 equals( jQuery("#name").attr('name'), 'something', 'Set name attribute' );
469 jQuery("#check2").attr('checked', true);
470 equals( document.getElementById('check2').checked, true, 'Set checked attribute' );
471 jQuery("#check2").attr('checked', false);
472 equals( document.getElementById('check2').checked, false, 'Set checked attribute' );
473 jQuery("#text1").attr('readonly', true);
474 equals( document.getElementById('text1').readOnly, true, 'Set readonly attribute' );
475 jQuery("#text1").attr('readonly', false);
476 equals( document.getElementById('text1').readOnly, false, 'Set readonly attribute' );
477 jQuery("#name").attr('maxlength', '5');
478 equals( document.getElementById('name').maxLength, '5', 'Set maxlength attribute' );
479 jQuery("#name").attr('maxLength', '10');
480 equals( document.getElementById('name').maxLength, '10', 'Set maxlength attribute' );
483 jQuery("#name").attr('someAttr', '0');
484 equals( jQuery("#name").attr('someAttr'), '0', 'Set attribute to a string of "0"' );
485 jQuery("#name").attr('someAttr', 0);
486 equals( jQuery("#name").attr('someAttr'), 0, 'Set attribute to the number 0' );
487 jQuery("#name").attr('someAttr', 1);
488 equals( jQuery("#name").attr('someAttr'), 1, 'Set attribute to the number 1' );
490 // using contents will get comments regular, text, and comment nodes
491 var j = jQuery("#nonnodes").contents();
493 j.attr("name", "attrvalue");
494 equals( j.attr("name"), "attrvalue", "Check node,textnode,comment for attr" );
495 j.removeAttr("name");
499 var type = jQuery("#check2").attr('type');
502 jQuery("#check2").attr('type','hidden');
506 ok( thrown, "Exception thrown when trying to change type property" );
507 equals( type, jQuery("#check2").attr('type'), "Verify that you can't change the type of an input element" );
509 var check = document.createElement("input");
512 jQuery(check).attr('type','checkbox');
516 ok( thrown, "Exception thrown when trying to change type property" );
517 equals( "checkbox", jQuery(check).attr('type'), "Verify that you can change the type of an input element that isn't in the DOM" );
521 test("attr(String, Object) - Loaded via XML document", function() {
524 jQuery.get('data/dashboard.xml', function(xml) {
526 jQuery('tab', xml).each(function() {
527 titles.push(jQuery(this).attr('title'));
529 equals( titles[0], 'Location', 'attr() in XML context: Check first title' );
530 equals( titles[1], 'Users', 'attr() in XML context: Check second title' );
536 test("css(String|Hash)", function() {
539 equals( jQuery('#main').css("display"), 'none', 'Check for css property "display"');
541 ok( jQuery('#foo').is(':visible'), 'Modifying CSS display: Assert element is visible');
542 jQuery('#foo').css({display: 'none'});
543 ok( !jQuery('#foo').is(':visible'), 'Modified CSS display: Assert element is hidden');
544 jQuery('#foo').css({display: 'block'});
545 ok( jQuery('#foo').is(':visible'), 'Modified CSS display: Assert element is visible');
547 jQuery('#floatTest').css({styleFloat: 'right'});
548 equals( jQuery('#floatTest').css('styleFloat'), 'right', 'Modified CSS float using "styleFloat": Assert float is right');
549 jQuery('#floatTest').css({cssFloat: 'left'});
550 equals( jQuery('#floatTest').css('cssFloat'), 'left', 'Modified CSS float using "cssFloat": Assert float is left');
551 jQuery('#floatTest').css({'float': 'right'});
552 equals( jQuery('#floatTest').css('float'), 'right', 'Modified CSS float using "float": Assert float is right');
553 jQuery('#floatTest').css({'font-size': '30px'});
554 equals( jQuery('#floatTest').css('font-size'), '30px', 'Modified CSS font-size: Assert font-size is 30px');
556 jQuery.each("0,0.25,0.5,0.75,1".split(','), function(i, n) {
557 jQuery('#foo').css({opacity: n});
558 equals( jQuery('#foo').css('opacity'), parseFloat(n), "Assert opacity is " + parseFloat(n) + " as a String" );
559 jQuery('#foo').css({opacity: parseFloat(n)});
560 equals( jQuery('#foo').css('opacity'), parseFloat(n), "Assert opacity is " + parseFloat(n) + " as a Number" );
562 jQuery('#foo').css({opacity: ''});
563 equals( jQuery('#foo').css('opacity'), '1', "Assert opacity is 1 when set to an empty String" );
566 test("css(String, Object)", function() {
568 ok( jQuery('#foo').is(':visible'), 'Modifying CSS display: Assert element is visible');
569 jQuery('#foo').css('display', 'none');
570 ok( !jQuery('#foo').is(':visible'), 'Modified CSS display: Assert element is hidden');
571 jQuery('#foo').css('display', 'block');
572 ok( jQuery('#foo').is(':visible'), 'Modified CSS display: Assert element is visible');
574 jQuery('#floatTest').css('styleFloat', 'left');
575 equals( jQuery('#floatTest').css('styleFloat'), 'left', 'Modified CSS float using "styleFloat": Assert float is left');
576 jQuery('#floatTest').css('cssFloat', 'right');
577 equals( jQuery('#floatTest').css('cssFloat'), 'right', 'Modified CSS float using "cssFloat": Assert float is right');
578 jQuery('#floatTest').css('float', 'left');
579 equals( jQuery('#floatTest').css('float'), 'left', 'Modified CSS float using "float": Assert float is left');
580 jQuery('#floatTest').css('font-size', '20px');
581 equals( jQuery('#floatTest').css('font-size'), '20px', 'Modified CSS font-size: Assert font-size is 20px');
583 jQuery.each("0,0.25,0.5,0.75,1".split(','), function(i, n) {
584 jQuery('#foo').css('opacity', n);
585 equals( jQuery('#foo').css('opacity'), parseFloat(n), "Assert opacity is " + parseFloat(n) + " as a String" );
586 jQuery('#foo').css('opacity', parseFloat(n));
587 equals( jQuery('#foo').css('opacity'), parseFloat(n), "Assert opacity is " + parseFloat(n) + " as a Number" );
589 jQuery('#foo').css('opacity', '');
590 equals( jQuery('#foo').css('opacity'), '1', "Assert opacity is 1 when set to an empty String" );
591 // for #1438, IE throws JS error when filter exists but doesn't have opacity in it
592 if (jQuery.browser.msie) {
593 jQuery('#foo').css("filter", "progid:DXImageTransform.Microsoft.Chroma(color='red');");
595 equals( jQuery('#foo').css('opacity'), '1', "Assert opacity is 1 when a different filter is set in IE, #1438" );
597 // using contents will get comments regular, text, and comment nodes
598 var j = jQuery("#nonnodes").contents();
599 j.css("padding-left", "1px");
600 equals( j.css("padding-left"), "1px", "Check node,textnode,comment css works" );
602 // opera sometimes doesn't update 'display' correctly, see #2037
603 jQuery("#t2037")[0].innerHTML = jQuery("#t2037")[0].innerHTML
604 equals( jQuery("#t2037 .hidden").css("display"), "none", "Make sure browser thinks it is hidden" );
607 test("jQuery.css(elem, 'height') doesn't clear radio buttons (bug #1095)", function () {
610 var $checkedtest = jQuery("#checkedtest");
611 // IE6 was clearing "checked" in jQuery.css(elem, "height");
612 jQuery.css($checkedtest[0], "height");
613 ok( !! jQuery(":radio:first", $checkedtest).attr("checked"), "Check first radio still checked." );
614 ok( ! jQuery(":radio:last", $checkedtest).attr("checked"), "Check last radio still NOT checked." );
615 ok( !! jQuery(":checkbox:first", $checkedtest).attr("checked"), "Check first checkbox still checked." );
616 ok( ! jQuery(":checkbox:last", $checkedtest).attr("checked"), "Check last checkbox still NOT checked." );
619 test("width()", function() {
622 var $div = jQuery("#nothiddendiv");
624 equals($div.width(), 30, "Test set to 30 correctly");
625 $div.width(-1); // handle negative numbers by ignoring #1599
626 equals($div.width(), 30, "Test negative width ignored");
627 $div.css("padding", "20px");
628 equals($div.width(), 30, "Test padding specified with pixels");
629 $div.css("border", "2px solid #fff");
630 equals($div.width(), 30, "Test border specified with pixels");
631 $div.css("padding", "2em");
632 equals($div.width(), 30, "Test padding specified with ems");
633 $div.css("border", "1em solid #fff");
634 equals($div.width(), 30, "Test border specified with ems");
635 $div.css("padding", "2%");
636 equals($div.width(), 30, "Test padding specified with percent");
638 equals($div.width(), 30, "Test hidden div");
640 $div.css({ display: "", border: "", padding: "" });
642 jQuery("#nothiddendivchild").css({ padding: "3px", border: "2px solid #fff" });
643 equals(jQuery("#nothiddendivchild").width(), 20, "Test child width with border and padding");
644 jQuery("#nothiddendiv, #nothiddendivchild").css({ border: "", padding: "", width: "" });
647 test("height()", function() {
650 var $div = jQuery("#nothiddendiv");
652 equals($div.height(), 30, "Test set to 30 correctly");
653 $div.height(-1); // handle negative numbers by ignoring #1599
654 equals($div.height(), 30, "Test negative height ignored");
655 $div.css("padding", "20px");
656 equals($div.height(), 30, "Test padding specified with pixels");
657 $div.css("border", "2px solid #fff");
658 equals($div.height(), 30, "Test border specified with pixels");
659 $div.css("padding", "2em");
660 equals($div.height(), 30, "Test padding specified with ems");
661 $div.css("border", "1em solid #fff");
662 equals($div.height(), 30, "Test border specified with ems");
663 $div.css("padding", "2%");
664 equals($div.height(), 30, "Test padding specified with percent");
666 equals($div.height(), 30, "Test hidden div");
668 $div.css({ display: "", border: "", padding: "", height: "1px" });
671 test("text()", function() {
673 var expected = "This link has class=\"blog\": Simon Willison's Weblog";
674 equals( jQuery('#sap').text(), expected, 'Check for merged text of more then one element.' );
677 test("wrap(String|Element)", function() {
679 var defaultText = 'Try them out:'
680 var result = jQuery('#first').wrap('<div class="red"><span></span></div>').text();
681 equals( defaultText, result, 'Check for wrapping of on-the-fly html' );
682 ok( jQuery('#first').parent().parent().is('.red'), 'Check if wrapper has class "red"' );
685 var defaultText = 'Try them out:'
686 var result = jQuery('#first').wrap(document.getElementById('empty')).parent();
687 ok( result.is('ol'), 'Check for element wrapping' );
688 equals( result.text(), defaultText, 'Check for element wrapping' );
691 jQuery('#check1').click(function() {
693 ok( checkbox.checked, "Checkbox's state is erased after wrap() action, see #769" );
694 jQuery(checkbox).wrap( '<div id="c1" style="display:none;"></div>' );
695 ok( checkbox.checked, "Checkbox's state is erased after wrap() action, see #769" );
698 // using contents will get comments regular, text, and comment nodes
699 var j = jQuery("#nonnodes").contents();
701 equals( jQuery("#nonnodes > i").length, 3, "Check node,textnode,comment wraps ok" );
702 equals( jQuery("#nonnodes > i").text(), j.text() + j[1].nodeValue, "Check node,textnode,comment wraps doesn't hurt text" );
705 test("wrapAll(String|Element)", function() {
707 var prev = jQuery("#firstp")[0].previousSibling;
708 var p = jQuery("#firstp,#first")[0].parentNode;
709 var result = jQuery('#firstp,#first').wrapAll('<div class="red"><div id="tmp"></div></div>');
710 equals( result.parent().length, 1, 'Check for wrapping of on-the-fly html' );
711 ok( jQuery('#first').parent().parent().is('.red'), 'Check if wrapper has class "red"' );
712 ok( jQuery('#firstp').parent().parent().is('.red'), 'Check if wrapper has class "red"' );
713 equals( jQuery("#first").parent().parent()[0].previousSibling, prev, "Correct Previous Sibling" );
714 equals( jQuery("#first").parent().parent()[0].parentNode, p, "Correct Parent" );
717 var prev = jQuery("#firstp")[0].previousSibling;
718 var p = jQuery("#first")[0].parentNode;
719 var result = jQuery('#firstp,#first').wrapAll(document.getElementById('empty'));
720 equals( jQuery("#first").parent()[0], jQuery("#firstp").parent()[0], "Same Parent" );
721 equals( jQuery("#first").parent()[0].previousSibling, prev, "Correct Previous Sibling" );
722 equals( jQuery("#first").parent()[0].parentNode, p, "Correct Parent" );
725 test("wrapInner(String|Element)", function() {
727 var num = jQuery("#first").children().length;
728 var result = jQuery('#first').wrapInner('<div class="red"><div id="tmp"></div></div>');
729 equals( jQuery("#first").children().length, 1, "Only one child" );
730 ok( jQuery("#first").children().is(".red"), "Verify Right Element" );
731 equals( jQuery("#first").children().children().children().length, num, "Verify Elements Intact" );
734 var num = jQuery("#first").children().length;
735 var result = jQuery('#first').wrapInner(document.getElementById('empty'));
736 equals( jQuery("#first").children().length, 1, "Only one child" );
737 ok( jQuery("#first").children().is("#empty"), "Verify Right Element" );
738 equals( jQuery("#first").children().children().length, num, "Verify Elements Intact" );
741 test("append(String|Element|Array<Element>|jQuery)", function() {
743 var defaultText = 'Try them out:'
744 var result = jQuery('#first').append('<b>buga</b>');
745 equals( result.text(), defaultText + 'buga', 'Check if text appending works' );
746 equals( jQuery('#select3').append('<option value="appendTest">Append Test</option>').find('option:last-child').attr('value'), 'appendTest', 'Appending html options to select element');
749 var expected = "This link has class=\"blog\": Simon Willison's WeblogTry them out:";
750 jQuery('#sap').append(document.getElementById('first'));
751 equals( expected, jQuery('#sap').text(), "Check for appending of element" );
754 expected = "This link has class=\"blog\": Simon Willison's WeblogTry them out:Yahoo";
755 jQuery('#sap').append([document.getElementById('first'), document.getElementById('yahoo')]);
756 equals( expected, jQuery('#sap').text(), "Check for appending of array of elements" );
759 expected = document.querySelectorAll ?
760 "This link has class=\"blog\": Simon Willison's WeblogYahooTry them out:" :
761 "This link has class=\"blog\": Simon Willison's WeblogTry them out:Yahoo";
762 jQuery('#sap').append(jQuery("#first, #yahoo"));
763 equals( expected, jQuery('#sap').text(), "Check for appending of jQuery object" );
766 jQuery("#sap").append( 5 );
767 ok( jQuery("#sap")[0].innerHTML.match( /5$/ ), "Check for appending a number" );
770 jQuery("#sap").append( " text with spaces " );
771 ok( jQuery("#sap")[0].innerHTML.match(/ text with spaces $/), "Check for appending text with spaces" );
774 ok( jQuery("#sap").append([]), "Check for appending an empty array." );
775 ok( jQuery("#sap").append(""), "Check for appending an empty string." );
776 ok( jQuery("#sap").append(document.getElementsByTagName("foo")), "Check for appending an empty nodelist." );
779 jQuery("#sap").append(document.getElementById('form'));
780 equals( jQuery("#sap>form").size(), 1, "Check for appending a form" ); // Bug #910
785 jQuery( jQuery("#iframe")[0].contentWindow.document.body ).append("<div>test</div>");
790 ok( pass, "Test for appending a DOM node to the contents of an IFrame" );
793 jQuery('<fieldset/>').appendTo('#form').append('<legend id="legend">test</legend>');
794 t( 'Append legend', '#legend', ['legend'] );
797 jQuery('#select1').append('<OPTION>Test</OPTION>');
798 equals( jQuery('#select1 option:last').text(), "Test", "Appending <OPTION> (all caps)" );
800 jQuery('#table').append('<colgroup></colgroup>');
801 ok( jQuery('#table colgroup').length, "Append colgroup" );
803 jQuery('#table colgroup').append('<col/>');
804 ok( jQuery('#table colgroup col').length, "Append col" );
807 jQuery('#table').append('<caption></caption>');
808 ok( jQuery('#table caption').length, "Append caption" );
812 .append('<select id="appendSelect1"></select>')
813 .append('<select id="appendSelect2"><option>Test</option></select>');
815 t( "Append Select", "#appendSelect1, #appendSelect2", ["appendSelect1", "appendSelect2"] );
817 // using contents will get comments regular, text, and comment nodes
818 var j = jQuery("#nonnodes").contents();
819 var d = jQuery("<div/>").appendTo("#nonnodes").append(j);
820 equals( jQuery("#nonnodes").length, 1, "Check node,textnode,comment append moved leaving just the div" );
821 ok( d.contents().length >= 2, "Check node,textnode,comment append works" );
822 d.contents().appendTo("#nonnodes");
824 ok( jQuery("#nonnodes").contents().length >= 2, "Check node,textnode,comment append cleanup worked" );
827 test("appendTo(String|Element|Array<Element>|jQuery)", function() {
829 var defaultText = 'Try them out:'
830 jQuery('<b>buga</b>').appendTo('#first');
831 equals( jQuery("#first").text(), defaultText + 'buga', 'Check if text appending works' );
832 equals( jQuery('<option value="appendTest">Append Test</option>').appendTo('#select3').parent().find('option:last-child').attr('value'), 'appendTest', 'Appending html options to select element');
835 var expected = "This link has class=\"blog\": Simon Willison's WeblogTry them out:";
836 jQuery(document.getElementById('first')).appendTo('#sap');
837 equals( expected, jQuery('#sap').text(), "Check for appending of element" );
840 expected = "This link has class=\"blog\": Simon Willison's WeblogTry them out:Yahoo";
841 jQuery([document.getElementById('first'), document.getElementById('yahoo')]).appendTo('#sap');
842 equals( expected, jQuery('#sap').text(), "Check for appending of array of elements" );
845 expected = document.querySelectorAll ?
846 "This link has class=\"blog\": Simon Willison's WeblogYahooTry them out:" :
847 "This link has class=\"blog\": Simon Willison's WeblogTry them out:Yahoo";
848 jQuery("#first, #yahoo").appendTo('#sap');
849 equals( expected, jQuery('#sap').text(), "Check for appending of jQuery object" );
852 jQuery('#select1').appendTo('#foo');
853 t( 'Append select', '#foo select', ['select1'] );
856 test("prepend(String|Element|Array<Element>|jQuery)", function() {
858 var defaultText = 'Try them out:'
859 var result = jQuery('#first').prepend('<b>buga</b>');
860 equals( result.text(), 'buga' + defaultText, 'Check if text prepending works' );
861 equals( jQuery('#select3').prepend('<option value="prependTest">Prepend Test</option>').find('option:first-child').attr('value'), 'prependTest', 'Prepending html options to select element');
864 var expected = "Try them out:This link has class=\"blog\": Simon Willison's Weblog";
865 jQuery('#sap').prepend(document.getElementById('first'));
866 equals( expected, jQuery('#sap').text(), "Check for prepending of element" );
869 expected = "Try them out:YahooThis link has class=\"blog\": Simon Willison's Weblog";
870 jQuery('#sap').prepend([document.getElementById('first'), document.getElementById('yahoo')]);
871 equals( expected, jQuery('#sap').text(), "Check for prepending of array of elements" );
874 expected = document.querySelectorAll ?
875 "YahooTry them out:This link has class=\"blog\": Simon Willison's Weblog" :
876 "Try them out:YahooThis link has class=\"blog\": Simon Willison's Weblog";
877 jQuery('#sap').prepend(jQuery("#first, #yahoo"));
878 equals( expected, jQuery('#sap').text(), "Check for prepending of jQuery object" );
881 test("prependTo(String|Element|Array<Element>|jQuery)", function() {
883 var defaultText = 'Try them out:'
884 jQuery('<b>buga</b>').prependTo('#first');
885 equals( jQuery('#first').text(), 'buga' + defaultText, 'Check if text prepending works' );
886 equals( jQuery('<option value="prependTest">Prepend Test</option>').prependTo('#select3').parent().find('option:first-child').attr('value'), 'prependTest', 'Prepending html options to select element');
889 var expected = "Try them out:This link has class=\"blog\": Simon Willison's Weblog";
890 jQuery(document.getElementById('first')).prependTo('#sap');
891 equals( expected, jQuery('#sap').text(), "Check for prepending of element" );
894 expected = "Try them out:YahooThis link has class=\"blog\": Simon Willison's Weblog";
895 jQuery([document.getElementById('yahoo'), document.getElementById('first')]).prependTo('#sap');
896 equals( expected, jQuery('#sap').text(), "Check for prepending of array of elements" );
899 expected = "Try them out:YahooThis link has class=\"blog\": Simon Willison's Weblog";
900 jQuery("#yahoo, #first").prependTo('#sap');
901 equals( expected, jQuery('#sap').text(), "Check for prepending of jQuery object" );
904 jQuery('<select id="prependSelect1"></select>').prependTo('form:last');
905 jQuery('<select id="prependSelect2"><option>Test</option></select>').prependTo('form:last');
907 t( "Prepend Select", "#prependSelect2, #prependSelect1", ["prependSelect2", "prependSelect1"] );
910 test("before(String|Element|Array<Element>|jQuery)", function() {
912 var expected = 'This is a normal link: bugaYahoo';
913 jQuery('#yahoo').before('<b>buga</b>');
914 equals( expected, jQuery('#en').text(), 'Insert String before' );
917 expected = "This is a normal link: Try them out:Yahoo";
918 jQuery('#yahoo').before(document.getElementById('first'));
919 equals( expected, jQuery('#en').text(), "Insert element before" );
922 expected = "This is a normal link: Try them out:diveintomarkYahoo";
923 jQuery('#yahoo').before([document.getElementById('first'), document.getElementById('mark')]);
924 equals( expected, jQuery('#en').text(), "Insert array of elements before" );
927 expected = document.querySelectorAll ?
928 "This is a normal link: diveintomarkTry them out:Yahoo" :
929 "This is a normal link: Try them out:diveintomarkYahoo";
930 jQuery('#yahoo').before(jQuery("#first, #mark"));
931 equals( expected, jQuery('#en').text(), "Insert jQuery before" );
934 test("insertBefore(String|Element|Array<Element>|jQuery)", function() {
936 var expected = 'This is a normal link: bugaYahoo';
937 jQuery('<b>buga</b>').insertBefore('#yahoo');
938 equals( expected, jQuery('#en').text(), 'Insert String before' );
941 expected = "This is a normal link: Try them out:Yahoo";
942 jQuery(document.getElementById('first')).insertBefore('#yahoo');
943 equals( expected, jQuery('#en').text(), "Insert element before" );
946 expected = "This is a normal link: Try them out:diveintomarkYahoo";
947 jQuery([document.getElementById('first'), document.getElementById('mark')]).insertBefore('#yahoo');
948 equals( expected, jQuery('#en').text(), "Insert array of elements before" );
951 expected = document.querySelectorAll ?
952 "This is a normal link: diveintomarkTry them out:Yahoo" :
953 "This is a normal link: Try them out:diveintomarkYahoo";
954 jQuery("#first, #mark").insertBefore('#yahoo');
955 equals( expected, jQuery('#en').text(), "Insert jQuery before" );
958 test("after(String|Element|Array<Element>|jQuery)", function() {
960 var expected = 'This is a normal link: Yahoobuga';
961 jQuery('#yahoo').after('<b>buga</b>');
962 equals( expected, jQuery('#en').text(), 'Insert String after' );
965 expected = "This is a normal link: YahooTry them out:";
966 jQuery('#yahoo').after(document.getElementById('first'));
967 equals( expected, jQuery('#en').text(), "Insert element after" );
970 expected = "This is a normal link: YahooTry them out:diveintomark";
971 jQuery('#yahoo').after([document.getElementById('first'), document.getElementById('mark')]);
972 equals( expected, jQuery('#en').text(), "Insert array of elements after" );
975 expected = document.querySelectorAll ?
976 "This is a normal link: YahoodiveintomarkTry them out:" :
977 "This is a normal link: YahooTry them out:diveintomark";
978 jQuery('#yahoo').after(jQuery("#first, #mark"));
979 equals( expected, jQuery('#en').text(), "Insert jQuery after" );
982 test("insertAfter(String|Element|Array<Element>|jQuery)", function() {
984 var expected = 'This is a normal link: Yahoobuga';
985 jQuery('<b>buga</b>').insertAfter('#yahoo');
986 equals( expected, jQuery('#en').text(), 'Insert String after' );
989 expected = "This is a normal link: YahooTry them out:";
990 jQuery(document.getElementById('first')).insertAfter('#yahoo');
991 equals( expected, jQuery('#en').text(), "Insert element after" );
994 expected = "This is a normal link: YahooTry them out:diveintomark";
995 jQuery([document.getElementById('mark'), document.getElementById('first')]).insertAfter('#yahoo');
996 equals( expected, jQuery('#en').text(), "Insert array of elements after" );
999 expected = "This is a normal link: YahooTry them out:diveintomark";
1000 jQuery("#mark, #first").insertAfter('#yahoo');
1001 equals( expected, jQuery('#en').text(), "Insert jQuery after" );
1004 test("replaceWith(String|Element|Array<Element>|jQuery)", function() {
1006 jQuery('#yahoo').replaceWith('<b id="replace">buga</b>');
1007 ok( jQuery("#replace")[0], 'Replace element with string' );
1008 ok( !jQuery("#yahoo")[0], 'Verify that original element is gone, after string' );
1011 jQuery('#yahoo').replaceWith(document.getElementById('first'));
1012 ok( jQuery("#first")[0], 'Replace element with element' );
1013 ok( !jQuery("#yahoo")[0], 'Verify that original element is gone, after element' );
1016 jQuery('#yahoo').replaceWith([document.getElementById('first'), document.getElementById('mark')]);
1017 ok( jQuery("#first")[0], 'Replace element with array of elements' );
1018 ok( jQuery("#mark")[0], 'Replace element with array of elements' );
1019 ok( !jQuery("#yahoo")[0], 'Verify that original element is gone, after array of elements' );
1022 jQuery('#yahoo').replaceWith(jQuery("#first, #mark"));
1023 ok( jQuery("#first")[0], 'Replace element with set of elements' );
1024 ok( jQuery("#mark")[0], 'Replace element with set of elements' );
1025 ok( !jQuery("#yahoo")[0], 'Verify that original element is gone, after set of elements' );
1028 test("replaceAll(String|Element|Array<Element>|jQuery)", function() {
1030 jQuery('<b id="replace">buga</b>').replaceAll("#yahoo");
1031 ok( jQuery("#replace")[0], 'Replace element with string' );
1032 ok( !jQuery("#yahoo")[0], 'Verify that original element is gone, after string' );
1035 jQuery(document.getElementById('first')).replaceAll("#yahoo");
1036 ok( jQuery("#first")[0], 'Replace element with element' );
1037 ok( !jQuery("#yahoo")[0], 'Verify that original element is gone, after element' );
1040 jQuery([document.getElementById('first'), document.getElementById('mark')]).replaceAll("#yahoo");
1041 ok( jQuery("#first")[0], 'Replace element with array of elements' );
1042 ok( jQuery("#mark")[0], 'Replace element with array of elements' );
1043 ok( !jQuery("#yahoo")[0], 'Verify that original element is gone, after array of elements' );
1046 jQuery("#first, #mark").replaceAll("#yahoo");
1047 ok( jQuery("#first")[0], 'Replace element with set of elements' );
1048 ok( jQuery("#mark")[0], 'Replace element with set of elements' );
1049 ok( !jQuery("#yahoo")[0], 'Verify that original element is gone, after set of elements' );
1052 test("end()", function() {
1054 equals( 'Yahoo', jQuery('#yahoo').parent().end().text(), 'Check for end' );
1055 ok( jQuery('#yahoo').end(), 'Check for end with nothing to end' );
1057 var x = jQuery('#yahoo');
1059 equals( 'Yahoo', jQuery('#yahoo').text(), 'Check for non-destructive behaviour' );
1062 test("find(String)", function() {
1064 equals( 'Yahoo', jQuery('#foo').find('.blogTest').text(), 'Check for find' );
1066 // using contents will get comments regular, text, and comment nodes
1067 var j = jQuery("#nonnodes").contents();
1068 equals( j.find("div").length, 0, "Check node,textnode,comment to find zero divs" );
1071 test("clone()", function() {
1073 equals( 'This is a normal link: Yahoo', jQuery('#en').text(), 'Assert text for #en' );
1074 var clone = jQuery('#yahoo').clone();
1075 equals( 'Try them out:Yahoo', jQuery('#first').append(clone).text(), 'Check for clone' );
1076 equals( 'This is a normal link: Yahoo', jQuery('#en').text(), 'Reassert text for #en' );
1079 "<table/>", "<tr/>", "<td/>", "<div/>",
1080 "<button/>", "<ul/>", "<ol/>", "<li/>",
1081 "<input type='checkbox' />", "<select/>", "<option/>", "<textarea/>",
1082 "<tbody/>", "<thead/>", "<tfoot/>", "<iframe/>"
1084 for (var i = 0; i < cloneTags.length; i++) {
1085 var j = jQuery(cloneTags[i]);
1086 equals( j[0].tagName, j.clone()[0].tagName, 'Clone a <' + cloneTags[i].substring(1));
1089 // using contents will get comments regular, text, and comment nodes
1090 var cl = jQuery("#nonnodes").contents().clone();
1091 ok( cl.length >= 2, "Check node,textnode,comment clone works (some browsers delete comments on clone)" );
1095 test("clone() on XML nodes", function() {
1098 jQuery.get("data/dashboard.xml", function (xml) {
1099 var root = jQuery(xml.documentElement).clone();
1100 jQuery("tab:first", xml).text("origval");
1101 jQuery("tab:first", root).text("cloneval");
1102 equals(jQuery("tab:first", xml).text(), "origval", "Check original XML node was correctly set");
1103 equals(jQuery("tab:first", root).text(), "cloneval", "Check cloned XML node was correctly set");
1109 test("is(String)", function() {
1111 ok( jQuery('#form').is('form'), 'Check for element: A form must be a form' );
1112 ok( !jQuery('#form').is('div'), 'Check for element: A form is not a div' );
1113 ok( jQuery('#mark').is('.blog'), 'Check for class: Expected class "blog"' );
1114 ok( !jQuery('#mark').is('.link'), 'Check for class: Did not expect class "link"' );
1115 ok( jQuery('#simon').is('.blog.link'), 'Check for multiple classes: Expected classes "blog" and "link"' );
1116 ok( !jQuery('#simon').is('.blogTest'), 'Check for multiple classes: Expected classes "blog" and "link", but not "blogTest"' );
1117 ok( jQuery('#en').is('[lang="en"]'), 'Check for attribute: Expected attribute lang to be "en"' );
1118 ok( !jQuery('#en').is('[lang="de"]'), 'Check for attribute: Expected attribute lang to be "en", not "de"' );
1119 ok( jQuery('#text1').is('[type="text"]'), 'Check for attribute: Expected attribute type to be "text"' );
1120 ok( !jQuery('#text1').is('[type="radio"]'), 'Check for attribute: Expected attribute type to be "text", not "radio"' );
1121 ok( jQuery('#text2').is(':disabled'), 'Check for pseudoclass: Expected to be disabled' );
1122 ok( !jQuery('#text1').is(':disabled'), 'Check for pseudoclass: Expected not disabled' );
1123 ok( jQuery('#radio2').is(':checked'), 'Check for pseudoclass: Expected to be checked' );
1124 ok( !jQuery('#radio1').is(':checked'), 'Check for pseudoclass: Expected not checked' );
1125 ok( jQuery('#foo').is(':has(p)'), 'Check for child: Expected a child "p" element' );
1126 ok( !jQuery('#foo').is(':has(ul)'), 'Check for child: Did not expect "ul" element' );
1127 ok( jQuery('#foo').is(':has(p):has(a):has(code)'), 'Check for childs: Expected "p", "a" and "code" child elements' );
1128 ok( !jQuery('#foo').is(':has(p):has(a):has(code):has(ol)'), 'Check for childs: Expected "p", "a" and "code" child elements, but no "ol"' );
1129 ok( !jQuery('#foo').is(0), 'Expected false for an invalid expression - 0' );
1130 ok( !jQuery('#foo').is(null), 'Expected false for an invalid expression - null' );
1131 ok( !jQuery('#foo').is(''), 'Expected false for an invalid expression - ""' );
1132 ok( !jQuery('#foo').is(undefined), 'Expected false for an invalid expression - undefined' );
1134 // test is() with comma-seperated expressions
1135 ok( jQuery('#en').is('[lang="en"],[lang="de"]'), 'Comma-seperated; Check for lang attribute: Expect en or de' );
1136 ok( jQuery('#en').is('[lang="de"],[lang="en"]'), 'Comma-seperated; Check for lang attribute: Expect en or de' );
1137 ok( jQuery('#en').is('[lang="en"] , [lang="de"]'), 'Comma-seperated; Check for lang attribute: Expect en or de' );
1138 ok( jQuery('#en').is('[lang="de"] , [lang="en"]'), 'Comma-seperated; Check for lang attribute: Expect en or de' );
1141 test("jQuery.extend(Object, Object)", function() {
1144 var settings = { xnumber1: 5, xnumber2: 7, xstring1: "peter", xstring2: "pan" },
1145 options = { xnumber2: 1, xstring2: "x", xxx: "newstring" },
1146 optionsCopy = { xnumber2: 1, xstring2: "x", xxx: "newstring" },
1147 merged = { xnumber1: 5, xnumber2: 1, xstring1: "peter", xstring2: "x", xxx: "newstring" },
1148 deep1 = { foo: { bar: true } },
1149 deep1copy = { foo: { bar: true } },
1150 deep2 = { foo: { baz: true }, foo2: document },
1151 deep2copy = { foo: { baz: true }, foo2: document },
1152 deepmerged = { foo: { bar: true, baz: true }, foo2: document };
1154 jQuery.extend(settings, options);
1155 isObj( settings, merged, "Check if extended: settings must be extended" );
1156 isObj( options, optionsCopy, "Check if not modified: options must not be modified" );
1158 jQuery.extend(settings, null, options);
1159 isObj( settings, merged, "Check if extended: settings must be extended" );
1160 isObj( options, optionsCopy, "Check if not modified: options must not be modified" );
1162 jQuery.extend(true, deep1, deep2);
1163 isObj( deep1.foo, deepmerged.foo, "Check if foo: settings must be extended" );
1164 isObj( deep2.foo, deep2copy.foo, "Check if not deep2: options must not be modified" );
1165 equals( deep1.foo2, document, "Make sure that a deep clone was not attempted on the document" );
1168 nullUndef = jQuery.extend({}, options, { xnumber2: null });
1169 ok( nullUndef.xnumber2 === null, "Check to make sure null values are copied");
1171 nullUndef = jQuery.extend({}, options, { xnumber2: undefined });
1172 ok( nullUndef.xnumber2 === options.xnumber2, "Check to make sure undefined values are not copied");
1174 nullUndef = jQuery.extend({}, options, { xnumber0: null });
1175 ok( nullUndef.xnumber0 === null, "Check to make sure null values are inserted");
1178 var recursive = { foo:target, bar:5 };
1179 jQuery.extend(true, target, recursive);
1180 isObj( target, { bar:5 }, "Check to make sure a recursive obj doesn't go never-ending loop by not copying it over" );
1182 var ret = jQuery.extend(true, { foo: [] }, { foo: [0] } ); // 1907
1183 equals( ret.foo.length, 1, "Check to make sure a value with coersion 'false' copies over when necessary to fix #1907" );
1185 var ret = jQuery.extend(true, { foo: "1,2,3" }, { foo: [1, 2, 3] } );
1186 ok( typeof ret.foo != "string", "Check to make sure values equal with coersion (but not actually equal) overwrite correctly" );
1188 var ret = jQuery.extend(true, { foo:"bar" }, { foo:null } );
1189 ok( typeof ret.foo !== 'undefined', "Make sure a null value doesn't crash with deep extend, for #1908" );
1191 var obj = { foo:null };
1192 jQuery.extend(true, obj, { foo:"notnull" } );
1193 equals( obj.foo, "notnull", "Make sure a null value can be overwritten" );
1196 jQuery.extend(func, { key: "value" } );
1197 equals( func.key, "value", "Verify a function can be extended" );
1199 var defaults = { xnumber1: 5, xnumber2: 7, xstring1: "peter", xstring2: "pan" },
1200 defaultsCopy = { xnumber1: 5, xnumber2: 7, xstring1: "peter", xstring2: "pan" },
1201 options1 = { xnumber2: 1, xstring2: "x" },
1202 options1Copy = { xnumber2: 1, xstring2: "x" },
1203 options2 = { xstring2: "xx", xxx: "newstringx" },
1204 options2Copy = { xstring2: "xx", xxx: "newstringx" },
1205 merged2 = { xnumber1: 5, xnumber2: 1, xstring1: "peter", xstring2: "xx", xxx: "newstringx" };
1207 var settings = jQuery.extend({}, defaults, options1, options2);
1208 isObj( settings, merged2, "Check if extended: settings must be extended" );
1209 isObj( defaults, defaultsCopy, "Check if not modified: options1 must not be modified" );
1210 isObj( options1, options1Copy, "Check if not modified: options1 must not be modified" );
1211 isObj( options2, options2Copy, "Check if not modified: options2 must not be modified" );
1214 test("val()", function() {
1217 equals( jQuery("#text1").val(), "Test", "Check for value of input element" );
1218 // ticket #1714 this caused a JS error in IE
1219 equals( jQuery("#first").val(), "", "Check a paragraph element to see if it has a value" );
1220 ok( jQuery([]).val() === undefined, "Check an empty jQuery object will return undefined from val" );
1222 equals( jQuery('#select2').val(), '3', 'Call val() on a single="single" select' );
1224 isSet( jQuery('#select3').val(), ['1', '2'], 'Call val() on a multiple="multiple" select' );
1226 equals( jQuery('#option3c').val(), '2', 'Call val() on a option element with value' );
1228 equals( jQuery('#option3a').val(), '', 'Call val() on a option element with empty value' );
1230 equals( jQuery('#option3e').val(), 'no value', 'Call val() on a option element with no value attribute' );
1234 test("val(String/Number)", function() {
1236 document.getElementById('text1').value = "bla";
1237 equals( jQuery("#text1").val(), "bla", "Check for modified value of input element" );
1239 jQuery("#text1").val('test');
1240 equals( document.getElementById('text1').value, "test", "Check for modified (via val(String)) value of input element" );
1242 jQuery("#text1").val(67);
1243 equals( document.getElementById('text1').value, "67", "Check for modified (via val(Number)) value of input element" );
1245 jQuery("#select1").val("3");
1246 equals( jQuery("#select1").val(), "3", "Check for modified (via val(String)) value of select element" );
1248 jQuery("#select1").val(2);
1249 equals( jQuery("#select1").val(), "2", "Check for modified (via val(Number)) value of select element" );
1251 // using contents will get comments regular, text, and comment nodes
1252 var j = jQuery("#nonnodes").contents();
1254 equals( j.val(), "asdf", "Check node,textnode,comment with val()" );
1255 j.removeAttr("value");
1258 var scriptorder = 0;
1260 test("html(String)", function() {
1262 var div = jQuery("#main > div");
1263 div.html("<b>test</b>");
1265 for ( var i = 0; i < div.size(); i++ ) {
1266 if ( div.get(i).childNodes.length != 1 ) pass = false;
1268 ok( pass, "Set HTML" );
1271 // using contents will get comments regular, text, and comment nodes
1272 var j = jQuery("#nonnodes").contents();
1273 j.html("<b>bold</b>");
1275 // this is needed, or the expando added by jQuery unique will yield a different html
1276 j.find('b').removeData();
1277 equals( j.html().toLowerCase(), "<b>bold</b>", "Check node,textnode,comment with html()" );
1279 jQuery("#main").html("<select/>");
1280 jQuery("#main select").html("<option>O1</option><option selected='selected'>O2</option><option>O3</option>");
1281 equals( jQuery("#main select").val(), "O2", "Selected option correct" );
1283 var $div = jQuery('<div />');
1284 equals( $div.html( 5 ).html(), '5', 'Setting a number as html' );
1285 equals( $div.html( 0 ).html(), '0', 'Setting a zero as html' );
1289 jQuery("#main").html('<script type="text/javascript">ok( true, "jQuery().html().evalScripts() Evals Scripts Twice in Firefox, see #975" );</script>');
1291 jQuery("#main").html('foo <form><script type="text/javascript">ok( true, "jQuery().html().evalScripts() Evals Scripts Twice in Firefox, see #975" );</script></form>');
1293 // it was decided that waiting to execute ALL scripts makes sense since nested ones have to wait anyway so this test case is changed, see #1959
1294 jQuery("#main").html("<script>equals(scriptorder++, 0, 'Script is executed in order');equals(jQuery('#scriptorder').length, 1,'Execute after html (even though appears before)')<\/script><span id='scriptorder'><script>equals(scriptorder++, 1, 'Script (nested) is executed in order');equals(jQuery('#scriptorder').length, 1,'Execute after html')<\/script></span><script>equals(scriptorder++, 2, 'Script (unnested) is executed in order');equals(jQuery('#scriptorder').length, 1,'Execute after html')<\/script>");
1296 setTimeout( start, 100 );
1299 test("filter()", function() {
1301 isSet( jQuery("#form input").filter(":checked").get(), q("radio2", "check1"), "filter(String)" );
1302 isSet( jQuery("p").filter("#ap, #sndp").get(), q("ap", "sndp"), "filter('String, String')" );
1303 isSet( jQuery("p").filter("#ap,#sndp").get(), q("ap", "sndp"), "filter('String,String')" );
1304 isSet( jQuery("p").filter(function() { return !jQuery("a", this).length }).get(), q("sndp", "first"), "filter(Function)" );
1306 // using contents will get comments regular, text, and comment nodes
1307 var j = jQuery("#nonnodes").contents();
1308 equals( j.filter("span").length, 1, "Check node,textnode,comment to filter the one span" );
1309 equals( j.filter("[name]").length, 0, "Check node,textnode,comment to filter the one span" );
1312 test("not()", function() {
1314 equals( jQuery("#main > p#ap > a").not("#google").length, 2, "not('selector')" );
1315 equals( jQuery("#main > p#ap > a").not(document.getElementById("google")).length, 2, "not(DOMElement)" );
1316 isSet( jQuery("p").not(".result").get(), q("firstp", "ap", "sndp", "en", "sap", "first"), "not('.class')" );
1317 isSet( jQuery("p").not("#ap, #sndp, .result").get(), q("firstp", "en", "sap", "first"), "not('selector, selector')" );
1318 isSet( jQuery("p").not(jQuery("#ap, #sndp, .result")).get(), q("firstp", "en", "sap", "first"), "not(jQuery)" );
1319 equals( jQuery("p").not(document.getElementsByTagName("p")).length, 0, "not(Array-like DOM collection)" );
1320 isSet( jQuery("#form option").not("option.emptyopt:contains('Nothing'),[selected],[value='1']").get(), q("option1c", "option1d", "option2c", "option3d", "option3e" ), "not('complex selector')");
1322 var selects = jQuery("#form select");
1323 isSet( selects.not( selects[1] ), q("select1", "select3"), "filter out DOM element");
1326 test("andSelf()", function() {
1328 isSet( jQuery("#en").siblings().andSelf().get(), q("sndp", "sap","en"), "Check for siblings and self" );
1329 isSet( jQuery("#foo").children().andSelf().get(), q("sndp", "en", "sap", "foo"), "Check for children and self" );
1330 isSet( jQuery("#sndp, #en").parent().andSelf().get(), q("foo","sndp","en"), "Check for parent and self" );
1331 isSet( jQuery("#groups").parents("p, div").andSelf().get(), q("ap", "main", "groups"), "Check for parents and self" );
1334 test("siblings([String])", function() {
1336 isSet( jQuery("#en").siblings().get(), q("sndp", "sap"), "Check for siblings" );
1337 isSet( jQuery("#sndp").siblings(":has(code)").get(), q("sap"), "Check for filtered siblings (has code child element)" );
1338 isSet( jQuery("#sndp").siblings(":has(a)").get(), q("en", "sap"), "Check for filtered siblings (has anchor child element)" );
1339 isSet( jQuery("#foo").siblings("form, b").get(), q("form", "lengthtest", "testForm", "floatTest"), "Check for multiple filters" );
1340 var set = document.querySelectorAll ? q("en", "sap", "sndp") : q("sndp", "sap", "en");
1341 isSet( jQuery("#en, #sndp").siblings().get(), set, "Check for unique results from siblings" );
1344 test("children([String])", function() {
1346 isSet( jQuery("#foo").children().get(), q("sndp", "en", "sap"), "Check for children" );
1347 isSet( jQuery("#foo").children(":has(code)").get(), q("sndp", "sap"), "Check for filtered children" );
1348 isSet( jQuery("#foo").children("#en, #sap").get(), q("en", "sap"), "Check for multiple filters" );
1351 test("parent([String])", function() {
1353 equals( jQuery("#groups").parent()[0].id, "ap", "Simple parent check" );
1354 equals( jQuery("#groups").parent("p")[0].id, "ap", "Filtered parent check" );
1355 equals( jQuery("#groups").parent("div").length, 0, "Filtered parent check, no match" );
1356 equals( jQuery("#groups").parent("div, p")[0].id, "ap", "Check for multiple filters" );
1357 isSet( jQuery("#en, #sndp").parent().get(), q("foo"), "Check for unique results from parent" );
1360 test("parents([String])", function() {
1362 equals( jQuery("#groups").parents()[0].id, "ap", "Simple parents check" );
1363 equals( jQuery("#groups").parents("p")[0].id, "ap", "Filtered parents check" );
1364 equals( jQuery("#groups").parents("div")[0].id, "main", "Filtered parents check2" );
1365 isSet( jQuery("#groups").parents("p, div").get(), q("ap", "main"), "Check for multiple filters" );
1366 isSet( jQuery("#en, #sndp").parents().get(), q("foo", "main", "dl", "body", "html"), "Check for unique results from parents" );
1369 test("next([String])", function() {
1371 equals( jQuery("#ap").next()[0].id, "foo", "Simple next check" );
1372 equals( jQuery("#ap").next("div")[0].id, "foo", "Filtered next check" );
1373 equals( jQuery("#ap").next("p").length, 0, "Filtered next check, no match" );
1374 equals( jQuery("#ap").next("div, p")[0].id, "foo", "Multiple filters" );
1377 test("prev([String])", function() {
1379 equals( jQuery("#foo").prev()[0].id, "ap", "Simple prev check" );
1380 equals( jQuery("#foo").prev("p")[0].id, "ap", "Filtered prev check" );
1381 equals( jQuery("#foo").prev("div").length, 0, "Filtered prev check, no match" );
1382 equals( jQuery("#foo").prev("p, div")[0].id, "ap", "Multiple filters" );
1385 test("show()", function() {
1387 var pass = true, div = jQuery("div");
1388 div.show().each(function(){
1389 if ( this.style.display == "none" ) pass = false;
1393 jQuery("#main").append('<div id="show-tests"><div><p><a href="#"></a></p><code></code><pre></pre><span></span></div><table><thead><tr><th></th></tr></thead><tbody><tr><td></td></tr></tbody></table><ul><li></li></ul></div>');
1401 "table" : jQuery.browser.msie ? "block" : "table",
1402 "thead" : jQuery.browser.msie ? "block" : "table-header-group",
1403 "tbody" : jQuery.browser.msie ? "block" : "table-row-group",
1404 "tr" : jQuery.browser.msie ? "block" : "table-row",
1405 "th" : jQuery.browser.msie ? "block" : "table-cell",
1406 "td" : jQuery.browser.msie ? "block" : "table-cell",
1408 "li" : jQuery.browser.msie ? "block" : "list-item"
1411 jQuery.each(test, function(selector, expected) {
1412 var elem = jQuery(selector, "#show-tests").show();
1413 equals( elem.css("display"), expected, "Show using correct display type for " + selector );
1417 test("addClass(String)", function() {
1419 var div = jQuery("div");
1420 div.addClass("test");
1422 for ( var i = 0; i < div.size(); i++ ) {
1423 if ( div.get(i).className.indexOf("test") == -1 ) pass = false;
1425 ok( pass, "Add Class" );
1427 // using contents will get regular, text, and comment nodes
1428 var j = jQuery("#nonnodes").contents();
1430 ok( j.hasClass("asdf"), "Check node,textnode,comment for addClass" );
1433 test("removeClass(String) - simple", function() {
1436 var $divs = jQuery('div');
1438 $divs.addClass("test").removeClass("test");
1440 ok( !$divs.is('.test'), "Remove Class" );
1444 $divs.addClass("test").addClass("foo").addClass("bar");
1445 $divs.removeClass("test").removeClass("bar").removeClass("foo");
1447 ok( !$divs.is('.test,.bar,.foo'), "Remove multiple classes" );
1451 $divs.eq(0).addClass("test").removeClass("");
1452 ok( $divs.eq(0).is('.test'), "Empty string passed to removeClass" );
1454 // using contents will get regular, text, and comment nodes
1455 var j = jQuery("#nonnodes").contents();
1456 j.removeClass("asdf");
1457 ok( !j.hasClass("asdf"), "Check node,textnode,comment for removeClass" );
1460 test("toggleClass(String)", function() {
1462 var e = jQuery("#firstp");
1463 ok( !e.is(".test"), "Assert class not present" );
1464 e.toggleClass("test");
1465 ok( e.is(".test"), "Assert class present" );
1466 e.toggleClass("test");
1467 ok( !e.is(".test"), "Assert class not present" );
1470 test("removeAttr(String", function() {
1472 equals( jQuery('#mark').removeAttr("class")[0].className, "", "remove class" );
1475 test("text(String)", function() {
1477 equals( jQuery("#foo").text("<div><b>Hello</b> cruel world!</div>")[0].innerHTML, "<div><b>Hello</b> cruel world!</div>", "Check escaped text" );
1479 // using contents will get comments regular, text, and comment nodes
1480 var j = jQuery("#nonnodes").contents();
1482 equals( jQuery(j[0]).text(), "hi!", "Check node,textnode,comment with text()" );
1483 equals( j[1].nodeValue, " there ", "Check node,textnode,comment with text()" );
1484 equals( j[2].nodeType, 8, "Check node,textnode,comment with text()" );
1487 test("jQuery.each(Object,Function)", function() {
1489 jQuery.each( [0,1,2], function(i, n){
1490 equals( i, n, "Check array iteration" );
1493 jQuery.each( [5,6,7], function(i, n){
1494 equals( i, n - 5, "Check array iteration" );
1497 jQuery.each( { name: "name", lang: "lang" }, function(i, n){
1498 equals( i, n, "Check object iteration" );
1502 jQuery.each([1,2,3], function(i,v){ total += v; });
1503 equals( total, 6, "Looping over an array" );
1505 jQuery.each([1,2,3], function(i,v){ total += v; if ( i == 1 ) return false; });
1506 equals( total, 3, "Looping over an array, with break" );
1508 jQuery.each({"a":1,"b":2,"c":3}, function(i,v){ total += v; });
1509 equals( total, 6, "Looping over an object" );
1511 jQuery.each({"a":3,"b":3,"c":3}, function(i,v){ total += v; return false; });
1512 equals( total, 3, "Looping over an object, with break" );
1515 test("jQuery.prop", function() {
1517 var handle = function() { return this.id };
1518 equals( jQuery.prop(jQuery("#ap")[0], handle), "ap", "Check with Function argument" );
1519 equals( jQuery.prop(jQuery("#ap")[0], "value"), "value", "Check with value argument" );
1522 test("jQuery.className", function() {
1524 var x = jQuery("<p>Hi</p>")[0];
1525 var c = jQuery.className;
1527 equals( x.className, "hi", "Check single added class" );
1528 c.add(x, "foo bar");
1529 equals( x.className, "hi foo bar", "Check more added classes" );
1531 equals( x.className, "", "Remove all classes" );
1532 c.add(x, "hi foo bar");
1534 equals( x.className, "hi bar", "Check removal of one class" );
1535 ok( c.has(x, "hi"), "Check has1" );
1536 ok( c.has(x, "bar"), "Check has2" );
1539 test("jQuery.data", function() {
1541 var div = jQuery("#foo")[0];
1542 equals( jQuery.data(div, "test"), undefined, "Check for no data exists" );
1543 jQuery.data(div, "test", "success");
1544 equals( jQuery.data(div, "test"), "success", "Check for added data" );
1545 jQuery.data(div, "test", "overwritten");
1546 equals( jQuery.data(div, "test"), "overwritten", "Check for overwritten data" );
1547 jQuery.data(div, "test", undefined);
1548 equals( jQuery.data(div, "test"), "overwritten", "Check that data wasn't removed");
1549 jQuery.data(div, "test", null);
1550 ok( jQuery.data(div, "test") === null, "Check for null data");
1553 test(".data()", function() {
1555 var div = jQuery("#foo");
1556 equals( div.data("test"), undefined, "Check for no data exists" );
1557 div.data("test", "success");
1558 equals( div.data("test"), "success", "Check for added data" );
1559 div.data("test", "overwritten");
1560 equals( div.data("test"), "overwritten", "Check for overwritten data" );
1561 div.data("test", undefined);
1562 equals( div.data("test"), "overwritten", "Check that data wasn't removed");
1563 div.data("test", null);
1564 ok( div.data("test") === null, "Check for null data");
1566 div.data("test", "overwritten");
1567 var hits = {test:0}, gets = {test:0};
1570 .bind("setData",function(e,key,value){ hits[key] += value; })
1571 .bind("setData.foo",function(e,key,value){ hits[key] += value; })
1572 .bind("getData",function(e,key){ gets[key] += 1; })
1573 .bind("getData.foo",function(e,key){ gets[key] += 3; });
1575 div.data("test.foo", 2);
1576 equals( div.data("test"), "overwritten", "Check for original data" );
1577 equals( div.data("test.foo"), 2, "Check for namespaced data" );
1578 equals( div.data("test.bar"), "overwritten", "Check for unmatched namespace" );
1579 equals( hits.test, 2, "Check triggered setter functions" );
1580 equals( gets.test, 5, "Check triggered getter functions" );
1585 div.data("test", 1);
1586 equals( div.data("test"), 1, "Check for original data" );
1587 equals( div.data("test.foo"), 2, "Check for namespaced data" );
1588 equals( div.data("test.bar"), 1, "Check for unmatched namespace" );
1589 equals( hits.test, 1, "Check triggered setter functions" );
1590 equals( gets.test, 5, "Check triggered getter functions" );
1596 .bind("getData",function(e,key){ return key + "root"; })
1597 .bind("getData.foo",function(e,key){ return key + "foo"; });
1599 equals( div.data("test"), "testroot", "Check for original data" );
1600 equals( div.data("test.foo"), "testfoo", "Check for namespaced data" );
1601 equals( div.data("test.bar"), "testroot", "Check for unmatched namespace" );
1604 test("jQuery.removeData", function() {
1606 var div = jQuery("#foo")[0];
1607 jQuery.data(div, "test", "testing");
1608 jQuery.removeData(div, "test");
1609 equals( jQuery.data(div, "test"), undefined, "Check removal of data" );
1612 test(".removeData()", function() {
1614 var div = jQuery("#foo");
1615 div.data("test", "testing");
1616 div.removeData("test");
1617 equals( div.data("test"), undefined, "Check removal of data" );
1619 div.data("test", "testing");
1620 div.data("test.foo", "testing2");
1621 div.removeData("test.bar");
1622 equals( div.data("test.foo"), "testing2", "Make sure data is intact" );
1623 equals( div.data("test"), "testing", "Make sure data is intact" );
1625 div.removeData("test");
1626 equals( div.data("test.foo"), "testing2", "Make sure data is intact" );
1627 equals( div.data("test"), undefined, "Make sure data is intact" );
1629 div.removeData("test.foo");
1630 equals( div.data("test.foo"), undefined, "Make sure data is intact" );
1633 test("remove()", function() {
1635 jQuery("#ap").children().remove();
1636 ok( jQuery("#ap").text().length > 10, "Check text is not removed" );
1637 equals( jQuery("#ap").children().length, 0, "Check remove" );
1640 jQuery("#ap").children().remove("a");
1641 ok( jQuery("#ap").text().length > 10, "Check text is not removed" );
1642 equals( jQuery("#ap").children().length, 1, "Check filtered remove" );
1644 // using contents will get comments regular, text, and comment nodes
1645 equals( jQuery("#nonnodes").contents().length, 3, "Check node,textnode,comment remove works" );
1646 jQuery("#nonnodes").contents().remove();
1647 equals( jQuery("#nonnodes").contents().length, 0, "Check node,textnode,comment remove works" );
1650 test("empty()", function() {
1652 equals( jQuery("#ap").children().empty().text().length, 0, "Check text is removed" );
1653 equals( jQuery("#ap").children().length, 4, "Check elements are not removed" );
1655 // using contents will get comments regular, text, and comment nodes
1656 var j = jQuery("#nonnodes").contents();
1658 equals( j.html(), "", "Check node,textnode,comment empty works" );
1661 test("slice()", function() {
1664 var $links = jQuery("#ap a");
1666 isSet( $links.slice(1,2), q("groups"), "slice(1,2)" );
1667 isSet( $links.slice(1), q("groups", "anchor1", "mark"), "slice(1)" );
1668 isSet( $links.slice(0,3), q("google", "groups", "anchor1"), "slice(0,3)" );
1669 isSet( $links.slice(-1), q("mark"), "slice(-1)" );
1671 isSet( $links.eq(1), q("groups"), "eq(1)" );
1673 isSet( $links.eq('2'), q("anchor1"), "eq('2')" );
1676 test("map()", function() {
1677 expect(2);//expect(6);
1680 jQuery("#ap").map(function(){
1681 return jQuery(this).find("a").get();
1683 q("google", "groups", "anchor1", "mark"),
1688 jQuery("#ap > a").map(function(){
1689 return this.parentNode;
1695 return;//these haven't been accepted yet
1698 var keys = jQuery.map( {a:1,b:2}, function( v, k ){
1702 equals( keys.join(""), "ab", "Map the keys from a hash to an array" );
1704 var values = jQuery.map( {a:1,b:2}, function( v, k ){
1708 equals( values.join(""), "12", "Map the values from a hash to an array" );
1710 var scripts = document.getElementsByTagName("script");
1711 var mapped = jQuery.map( scripts, function( v, k ){
1715 equals( mapped.length, scripts.length, "Map an array(-like) to a hash" );
1717 var flat = jQuery.map( Array(4), function( v, k ){
1718 return k % 2 ? k : [k,k,k];//try mixing array and regular returns
1721 equals( flat.join(""), "00012223", "try the new flatten technique(#2616)" );
1724 test("contents()", function() {
1726 equals( jQuery("#ap").contents().length, 9, "Check element contents" );
1727 ok( jQuery("#iframe").contents()[0], "Check existance of IFrame document" );
1728 var ibody = jQuery("#loadediframe").contents()[0].body;
1729 ok( ibody, "Check existance of IFrame body" );
1731 equals( jQuery("span", ibody).text(), "span text", "Find span in IFrame and check its text" );
1733 jQuery(ibody).append("<div>init text</div>");
1734 equals( jQuery("div", ibody).length, 2, "Check the original div and the new div are in IFrame" );
1736 equals( jQuery("div:last", ibody).text(), "init text", "Add text to div in IFrame" );
1738 jQuery("div:last", ibody).text("div text");
1739 equals( jQuery("div:last", ibody).text(), "div text", "Add text to div in IFrame" );
1741 jQuery("div:last", ibody).remove();
1742 equals( jQuery("div", ibody).length, 1, "Delete the div and check only one div left in IFrame" );
1744 equals( jQuery("div", ibody).text(), "span text", "Make sure the correct div is still left after deletion in IFrame" );
1746 jQuery("<table/>", ibody).append("<tr><td>cell</td></tr>").appendTo(ibody);
1747 jQuery("table", ibody).remove();
1748 equals( jQuery("div", ibody).length, 1, "Check for JS error on add and delete of a table in IFrame" );
1750 // using contents will get comments regular, text, and comment nodes
1751 var c = jQuery("#nonnodes").contents().contents();
1752 equals( c.length, 1, "Check node,textnode,comment contents is just one" );
1753 equals( c[0].nodeValue, "hi", "Check node,textnode,comment contents is just the one from span" );
1756 test("jQuery.makeArray", function(){
1759 equals( jQuery.makeArray(jQuery('html>*'))[0].nodeName, "HEAD", "Pass makeArray a jQuery object" );
1761 equals( jQuery.makeArray(document.getElementsByName("PWD")).slice(0,1)[0].name, "PWD", "Pass makeArray a nodelist" );
1763 equals( (function(){ return jQuery.makeArray(arguments); })(1,2).join(""), "12", "Pass makeArray an arguments array" );
1765 equals( jQuery.makeArray([1,2,3]).join(""), "123", "Pass makeArray a real array" );
1767 equals( jQuery.makeArray().length, 0, "Pass nothing to makeArray and expect an empty array" );
1769 equals( jQuery.makeArray( 0 )[0], 0 , "Pass makeArray a number" );
1771 equals( jQuery.makeArray( "foo" )[0], "foo", "Pass makeArray a string" );
1773 equals( jQuery.makeArray( true )[0].constructor, Boolean, "Pass makeArray a boolean" );
1775 equals( jQuery.makeArray( document.createElement("div") )[0].nodeName, "DIV", "Pass makeArray a single node" );
1777 equals( jQuery.makeArray( {length:2, 0:"a", 1:"b"} ).join(""), "ab", "Pass makeArray an array like map (with length)" );
1779 ok( !!jQuery.makeArray( document.documentElement.childNodes ).slice(0,1)[0].nodeName, "Pass makeArray a childNodes array" );
1781 // function, is tricky as it has length
1782 equals( jQuery.makeArray( function(){ return 1;} )[0](), 1, "Pass makeArray a function" );
1784 //window, also has length
1785 equals( jQuery.makeArray(window)[0], window, "Pass makeArray the window" );
1787 equals( jQuery.makeArray(/a/)[0].constructor, RegExp, "Pass makeArray a regex" );
1789 ok( jQuery.makeArray(document.getElementById('form')).length >= 13, "Pass makeArray a form (treat as elements)" );