How to convert JavaScript code to jQuery?
问题 symbolen.parent = object; object.element.onclick = function() { this.parent.position.x = 0; this.parent.position.y = 0; this.parent.position.z = 0; this.parent.scale.x = 4, this.parent.scale.y = 4; }; i want to convert the javascript code to jquery. Because i want to use "siblings". how can i change it ? is there any website for that? for example i tried this code with scale first , there is no error message, but it is not working... $('object').click(function(event) { $(this).parent().css(