-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
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
persianjs jQuery Plugin #18
base: master
Are you sure you want to change the base?
Conversation
+1. Let me check this pull request completely, sounds cool. Thanks. |
} else if ( typeof method === 'object' || ! method ) { | ||
return methods.init.apply( this, arguments ); | ||
} else { | ||
$.error( 'Method ' + method + ' does not exist on jQuery.tooltip' ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jQuery Tooltip!?
Oh if forget for clean up , i try to fix these bugs. |
Thanks @salisa. |
|
||
|
||
|
||
var methods = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
every change in core of persian.js need a method update, it's better to have such a dynamic binding in core method calls.
let see this Gist: https://gist.github.com/salisa/5063522
persianjs jQuery Plugin based on persianjs.