Friday, March 8, 2013

Testing Google prettyPrint...

This is a test page with some code on it!

Here is the code:


function myFunc(cb){ if($(cb).is(':checked')){ //alert("checked!!!"); $('input[name$="oliCheck"]').prop("checked",true); }else{ $('input[name$="oliCheck"]').prop("checked",false); } //console.log(tName); }

No comments:

Post a Comment