Skip to content
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

TypeError: Object function ( selector, context ) #147

Open
PaykomanVll opened this issue May 22, 2013 · 0 comments
Open

TypeError: Object function ( selector, context ) #147

PaykomanVll opened this issue May 22, 2013 · 0 comments

Comments

@PaykomanVll
Copy link

Hello michael,

at first i will say, thanks for this Script!
But this run not on my script with a current Jquery Version =(

I get the Error:

Uncaught TypeError: Object function ( selector, context ) {
// The jQuery object is actually just the init constructor 'enhanced'
return new jQuery.fn.init( selector, context, rootjQuery );
} has no method 'tmpl'
#106

this.selectedActions = $('

'+$.tmpl($.ui.switchselect.locale.itemsCount,{count:0})+''+$.tmpl($.ui.switchselect.locale.removeAll)+'
').appendTo(this.selectedContainer);
#107

this.availableActions = $('

'+$.tmpl($.ui.switchselect.locale.busy)+''+$.tmpl($.ui.switchselect.locale.addAll)+'
').appendTo(this.availableContainer);

And when i replay it with original lines get more and more errors =(
I Hope you can fix it and help me then i would includ your menu to my Framework on this i work.

Best regards
Stefan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant