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
What steps will reproduce the problem? 在页面中,要是引用了jqueryui中的dialog插件弹窗口, 然后又了jquery-easyui的dialog插件,就会出现不兼容问题, 因为这两个插件的使用方式都是: $('#dd').dialog(....) , 为了防止与其它的插件不兼容,希望能方法前加多easyui这样�� �前缀。如:$('#dd').easyuiDialog(....) 等, 其它插件也是如此。 希望能够被采纳,谢谢。
Original issue reported on code.google.com by [email protected] on 1 Sep 2011 at 5:59
[email protected]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue reported on code.google.com by
[email protected]
on 1 Sep 2011 at 5:59The text was updated successfully, but these errors were encountered: