Hi guys,
everytimes I call .buttonset();
there is exception inside jQuery:
row 1162 (ver 1.7.2):
if (!relativeHierarchySelector || hasParent) {
return makeArray(context.querySelectorAll("[id='" + nid + "'] " + query), extra);
}
when query is comma separated forinstance "input, a, button",
this will always rise an exception, or not?