Is it possible to check for PNG support with jQuery.Support?

前端 未结 5 1303
抹茶落季
抹茶落季 2021-01-15 04:59

My question is regarding the jQuery Support system.

I\'d like to know if it is possible to tell whether or not the browser will support semi-transparent background P

5条回答
  •  無奈伤痛
    2021-01-15 05:06

    Fixing pngs with javascript is bad practice. You’ll end up with a flash of unstyled content. CSS and conditional comments would be a better choice.

    You can use the method of alex.

提交回复
热议问题