Home>Article>Web Front-end> How does jquery determine whether a css file exists?

How does jquery determine whether a css file exists?

James Bond
James Bond Original
2021-04-13 14:07:39 2322browse

Judgment method: First introduce the "jquery.js" file; then create a click event for the button; finally use the "$.ajax()" method in the click event to request the css resource file, based on the http status code Judgment, if the returned status code is 200, the css file exists, if it is 404, it does not exist.

How does jquery determine whether a css file exists?

The operating environment of this tutorial: windows7 system, jquery1.12.0 version, Dell G3 computer.

jquery determines whether the css file exists

  

Description:

mainly uses ajax, by requesting the css resource file, based on the http status code judge. If the status code is 200, it exists, if it is 404, it does not exist.

Recommended related tutorials:jQuery Tutorial(Video)

The above is the detailed content of How does jquery determine whether a css file exists?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn