I am trying to write my selector for jQuery. The attribute is xlink:href
and the value is #_SAPGUI-icons_0_s_wfwire
. I tried to construct it like this:
$('[xlink:href="#_SAPGUI-icons_0_s_wfwire"]')
I get a syntax error because of the expression [xlink:href="#_SAPGUI-icons_0_s_wfwire"]
.
Do you have any idea how to go about this?