{"ScriptPreparationCode":null,"TestCases":[{"Name":"JQuery selector object cached","Code":"var block = $(\u0027.this .block\u0027).first();\r\nblock.height();\r\nblock.addClass(\u0027animated\u0027);\r\nblock.width();\r\nblock.removeClass(\u0027animated\u0027);","IsDeferred":false},{"Name":"JQuery selector object not cached","Code":"$(\u0027.this .block\u0027).first().height();\r\n$(\u0027.this .block\u0027).first().addClass(\u0027animated\u0027);\r\n$(\u0027.this .block\u0027).first().width();\r\n$(\u0027.this .block\u0027).first().removeClass(\u0027animated\u0027);","IsDeferred":false}]}