Modify ↓
Ticket #11448 (closed bug: invalid)
invalid argument error when using addrule ..(java script language)
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | misc | Version: | |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
var mapControl = $get("MapControl");
mapControl.ownerDocument.namespaces.add("v", "urn:schemas-microsoft-com:vml");
var style = mapControl.ownerDocument.createStyleSheet();
style.addRule('v
:*', "behavior: url(#default#VML);");
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Thanks for taking the time to try to contribute to the jQuery project but this is not a valid bug. This bug tracker is not a support forum, and is only for solving reproducible, verifiable bugs with jQuery Core itself.
If you require assistance with your code, try asking in the forums, #jquery on Freenode, or on StackOverflow.