We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The plugin only support direct selector? If I use parent() selector ,it will report me a error
The text was updated successfully, but these errors were encountered:
$("#foo").parent().transition({ ... }) should work perfectly. What does your code look like?
$("#foo").parent().transition({ ... })
Sorry, something went wrong.
function rotate(id) { var parent = $('#' + id + '').parent(); parent..transition({ rotate: '30deg' }, 300); }
it report me:Object rotate(0deg) has no method 'setFromString'
Let me guess.. IE10?
No, in firefox 13 and chrome 19
No branches or pull requests
The plugin only support direct selector? If I use parent() selector ,it will report me a error
The text was updated successfully, but these errors were encountered: