Reverse or hide jQuery ajax for input checkbox results
问题 I don't have good knowledge about jquery, so I have a code working good but their problem, is to hide the result when uncheck the checkbox .( check to get the results from the database - uncheck hide these results ) catfd.php code <input type="checkbox" value="2" class="catcf"> catfd2 <br /> <input type="checkbox" value="35" class="catcf"> catfd35 <br /> <input type="checkbox" value="22" class="catcf"> catfd22 <br /> <input type="checkbox" value="133" class="catcf"> catfd133 <br /> <input