0
A
回答
0
這裏是如何raphael.jsdetects SVG:
if (window.SVGAngle || document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#BasicStructure", "1.1")) {
alert('supports SVG');
}
的[你如何檢測瀏覽器的VML或SVG支持(
+0
這是最有幫助的。直到現在,我甚至都不知道raphael.js。這個if語句只能用於raphael.js庫嗎? – Randomishlying 2013-02-19 03:21:30
+0
不,它也可以自己使用,這是我想你想要的。我只是引用我的代碼來源。 – James 2013-02-19 17:38:15
相關問題
- 1. If/Else Statement
- 2. If Then Statement
- 3. Javascript If or statement
- 4. if statement with datatables
- 5. if statement and mutate
- 6. Javascript - if statement error
- 7. IF statement validate.js
- 8. Long if statement
- 9. If else statement planets
- 10. Else If Statement Swift
- 11. IF statement == not working
- 12. jQuery IF/Else Statement
- 13. MYSQL if statement question
- 14. jquery if statement issue
- 15. NSArray和「If-statement」
- 16. if statement returns true
- 17. Angular If Statement
- 18. Symfony2 {%if statement%}
- 19. python if statement always
- 20. If else statement problems
- 21. if statement ambiguity
- 22. JavaScript if statement scope
- 23. 「If」,「and」excel statement
- 24. IF Statement Always True
- 25. if statement incorrect
- 26. iMacro If Else Statement
- 27. If-else if statement not working properly
- 28. JavaScript If If Statement + Uncaught TypeError
- 29. If or If-Else Statement Error
- 30. Netlogo if if with statement and other
可能重複http://stackoverflow.com/questions/654112/how-do-你檢測支持的vml或瀏覽器中的svg) – 2013-02-19 12:14:49