Files
2018-10-16 21:32:40 +05:30

456 B

title, localeTitle
title localeTitle
Use jQuery to Modify the Entire Page استخدم jQuery لتعديل الصفحة بأكملها

استخدم jQuery لتعديل الصفحة بأكملها

شرح المشكلة

أضف الطبقات animated hinge إلى عنصر body .

روابط ذات صلة:

حل:

<script> $("body").addClass("animated hinge"); }); </script>