{"ScriptPreparationCode":"$( document ).ready(function() {\r\n $( document ).on( \u0022click\u0022, \u0022testDocument\u0022, function() {\r\n console.log( \u0022click testDocument\u0022 );\r\n });\r\n \r\n $( \u0022.testClass\u0022 ).on( \u0022click\u0022,function() {\r\n console.log( \u0022click testClass\u0022 );\r\n });\r\n})","TestCases":[{"Name":"jQuery document","Code":"$( document ).ready(function() {\r\n $( \u0022.testDocument\u0022 ).trigger(\u0022click\u0022);\r\n})","IsDeferred":false},{"Name":"jQuery class","Code":"$( document ).ready(function() {\r\n $( \u0022.testClass\u0022 ).trigger(\u0022click\u0022);\r\n})","IsDeferred":false}]}