Xui.js doesn't support .parent() by itself, though it can use x$(this)[0].parentNode to access it, however that returns the literal DOM object it seems. Anyone with xui experience mind telling me how I can convert it into a xui object, so that I can then use functions (addClass/removeClass) on it?
Xui.js parent object
206 views Asked by Brian At
1
You can by extending XUI, try: