Hello ! I'm kind of a noob regarding Fuel, but I'm facing a weird error. (Or at least that's what I think...)
Every time I try to update a view, I receive the modal window ("There is an update view file...") but I can't do nothing to update or cancel (I can't press the buttons).
Checking with firebug, I received "$(...)[0] is undefined" when executing jqModal.js on this line:
f=function(h){try{$(':input:visible',h.w)[0].focus();}catch(_){}},
I tried writing on my view just a "Hello world" text, it worked only once, but after that, every time I try to update, I receive the error and can't do nothing with it.
Any ideas of what might be causing this ?
Thank you.
Comments