|
@@ -95,20 +95,6 @@
|
|
|
});
|
|
});
|
|
|
});
|
|
});
|
|
|
</script>
|
|
</script>
|
|
|
-<script>
|
|
|
|
|
-
|
|
|
|
|
- function checkboxOnclick(checkbox){
|
|
|
|
|
-
|
|
|
|
|
- if ( $(this).checked == true){
|
|
|
|
|
- //$(this).parent().slide().eq(1).checked = checked;
|
|
|
|
|
-console.log(1);
|
|
|
|
|
- }else{
|
|
|
|
|
- console.log(2);
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
-</script>
|
|
|
|
|
<script>
|
|
<script>
|
|
|
$('#menulist').click(function(){
|
|
$('#menulist').click(function(){
|
|
|
if ( $(this).checked == true){
|
|
if ( $(this).checked == true){
|