|
@@ -38,6 +38,12 @@ $(document).ready(function(){
|
|
|
$(".software-left-bottomV1").hide();
|
|
|
$(".software-left-bottomV2").show();
|
|
|
}
|
|
|
- })
|
|
|
+ });
|
|
|
+ $(".open-new").click(function(){
|
|
|
+ $(this).next().slideToggle("slow");
|
|
|
+ });
|
|
|
|
|
|
- });
|
|
|
+ });
|
|
|
+$("body").on('click','[data-stopPropagation]',function (e) {
|
|
|
+ e.stopPropagation();
|
|
|
+});
|