Created
October 2, 2013 07:59
-
-
Save xyqfer/6790406 to your computer and use it in GitHub Desktop.
检测 多背景
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tests['multiplebgs'] = function() { | |
setCss('background:url(https://),url(https://),red url(https://)'); | |
return (/(url\s*\(.*?){3}/).test(mStyle.background); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment