Skip to main content

Bug Tracker

Side navigation

#11448 closed bug (invalid)

Opened March 07, 2012 01:11PM UTC

Closed March 07, 2012 01:12PM UTC

invalid argument error when using addrule ..(java script language)

Reported by: anonymous Owned by:
Priority: low Milestone: None
Component: misc Version:
Keywords: Cc:
Blocked by: Blocking:
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);");

Attachments (0)
Change History (1)

Changed March 07, 2012 01:12PM UTC by sindresorhus comment:1

component: unfiledmisc
priority: undecidedlow
resolution: → invalid
status: newclosed

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.