Hongmu Notes
Home Language Notes jquery screen size judgment
Language Notes JavaScript

jquery screen size judgment

jquery screen size judgment

<script>
  $(function () {
    if($(window).width() <= 760){
        $("#css").attr("href","./static/css/style_m.css");
      }
  });
 </script>
微信赞赏

WeChat

支付宝赞赏

Alipay

✍️ Author: Hong Mu

webmaster · Thanks for reading, stay tuned for more exciting content

Author homepage View home page →

Related articles

js move the mouse up to modify the style attribute

js move the mouse up to modify the style attribute Language Notes JavaScript

When the mouse hovers over the element, the color changes to red; when the mouse leaves the element, the color changes to black. To retrieve an element by its ID: `document.getElementById()`; Event handler for mouse hover: `onmouseover`; Event handler for mouse leave: `onmouseout`.<!DOCTYPE html><html lang= "en">...
👁 130

Recommended reading

Responsive Valve Manufacturing Website Template 0637

Responsive Valve Manufacturing Website Template 0637 Practical Collection Yiyou template

This EyouCMS responsive template is ideal for the valve manufacturing industry, featuring a professional industrial design style that effectively showcases valve products, manufacturing processes, technical specifications, and industrial applications. It helps valve manufacturing enterprises demonstrate their product capabilities online and attract industrial customers. Template Display | Installation Instructions | Website Backend: /login.php | Username: admin | Password: admin | Related Articles: Summary of Common Installation Issues for EyouCMS | EyouCMS (...
👁 41
Responsive Heavy Industry Machinery – Excavators & Bulldozers Website Template 0638

Responsive Heavy Industry Machinery – Excavators & Bulldozers Website Template 0638 Practical Collection Yiyou template

An eyouCMS responsive website template designed for the heavy-duty machinery, excavator, and bulldozer industries. Its bold yellow design style is ideal for showcasing construction machinery products, project cases, technical specifications, and after-sales services. This template helps heavy machinery enterprises present their products online and attract clients in the infrastructure and mining sectors. Template Overview | Installation Instructions | Website Backend: /login.php | Username: admin | Password: admin | Related Articles: How to install eyouCMS...
👁 46
Responsive hardware accessories – Furniture website template 0639

Responsive hardware accessories – Furniture website template 0639 Practical Collection Yiyou template

This EyouCMS responsive template is ideal for the hardware accessories and furniture industries. Its professional and practical design style effectively showcases hardware components, furniture products, customized services, and industrial applications. It enables hardware and furniture businesses to showcase their products online and attract both residential and industrial customers. Template Display | Installation Instructions | Website Backend: /login.php | Username: admin | Password: admin | Related Articles: Summary of Common Installation Issues for EyouCMS...
👁 26
Resource website typecho001 template

Resource website typecho001 template Program Notes Typecho

typecho001 template template please do not modify the folder name of this template. The folder name is: typecho001 1.4 Fix the js output problem on the article page 1.3 Fix the error prompt when the plug-in is not installed Optimize the list page code output 1.2 Fix the comment function and add a custom homepage title 1.1 Fix the comment reply asymmetry function Add a separate title setting function on the homepage Add the website favicon.ico icon Add one...
👁 198
Responsive Mining Mixing Equipment Manufacturing Website Template 0640

Responsive Mining Mixing Equipment Manufacturing Website Template 0640 Practical Collection Yiyou template

An EyouCMS responsive website template designed specifically for the mining mixing equipment manufacturing industry. Its professional industrial design style is ideal for showcasing mixing equipment products, mining machinery, technical specifications, and project cases. This template helps mining machinery enterprises showcase their products online and attract mining industry clients. Template Overview | Installation Instructions | Website Backend: /login.php | Username: admin | Password: admin | Related Articles: Summary of Common Installation Issues for EyouCMS...
👁 41
Modification of typecho paging style

Modification of typecho paging style Program Notes Typecho

Sir, times have changed! Typecho is currently the most perfect solution, because Baidu can only see the code of fixed thinking. The actual generated HTML code is breathtakingly clean and fully customized, including adding classes to the li element, adding classes to the a element, adding classes to the previous page and next page, and removing the li tags that come with typecho to express more. I can even add some text to the content inside...
👁 517