sadik7266 / jquery-multifile-plugin

Automatically exported from code.google.com/p/jquery-multifile-plugin
0 stars 0 forks source link

$.fn.MultiFile.intercepted[method] is undefined #149

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. At Categories page. I click a button and use Ajax I request page with 
products list. Result I add to UI Dialog and view.
2. I click a button and use Ajax I request page with edit form product where I 
have this plug-in. Result I add to UI Dialog and view.
3. If I close all dialog an request again I get 
"$.fn.MultiFile.intercepted[method] is undefined" error when I try request edit 
form.

Link to js files at jquery.MultiFile.js, jquery.form.js and jquery.blockUI.js I 
placed on the page a list of products. initialization code plug-on I placed on 
the page a edit product

        $('.MultiFile').MultiFile({
            accept: 'jpg|png', max: 15, STRING: {
                remove: 'Удалить',
                file: '$file',
                selected: 'Файл: $file',
                denied: 'Выбраный формат запрещон для загрузки: $ext!',
                duplicate: 'Вы уже выбрали файл:\n$file!'
            }
                });

What version of the plugin/jQuery are you using?
PLUGIN VERSION:v1.47 
JQUERY VERSION:v1.7.1

On what browser(s) or operating system?
BROWSER(S): Firefox 12

URL: localhost

Original issue reported on code.google.com by gif...@gmail.com on 21 May 2012 at 2:38

GoogleCodeExporter commented 8 years ago
Can you please re-create your page (html and js) here?
http://jsfiddle.net/

localhost is your own server on your local machine and we can't see the problem 
you're describing.

Original comment by diego.a...@gmail.com on 22 May 2012 at 11:00