456 B
456 B
title, localeTitle
| title | localeTitle |
|---|---|
| Use jQuery to Modify the Entire Page | استخدم jQuery لتعديل الصفحة بأكملها |
استخدم jQuery لتعديل الصفحة بأكملها
شرح المشكلة
أضف الطبقات animated hinge إلى عنصر body .
روابط ذات صلة:
حل:
<script> $("body").addClass("animated hinge"); }); </script>