[Proto-Scripty] Re: Event observer not working in version prototype 1.7 but works fine in 1.5

2012-08-13 Thread Victor
Yes these are loaded properly, here are the include order of these file Can you verify this in your browser? Also, there may be syntax error in some of javascript files. Try to comment them one by one until error message (Uncaught Error: ExecJS::ProgramError: Unexpected token: operator

[Proto-Scripty] Re: Ajax.request problem

2012-08-13 Thread Gaurav Dubey
Hello Akaballa Well as long as I understand prototype ajax request you need to add asynchronous: false, in you ajax request definition. So try like this: new Ajax.Request('some url', { asynchronous: false, method:'post', parameters: {searchString: searchQuery},