Im trying to implement an onscreen jquery keyboard into my PHPfreechat client.
Everything works fine except when i try to link to the jquery script file. then the chat wont load.
im loading the jquery from my CDN but i have also tried local.
if i create a blank page with the jquery and keyboard scripts everything works fine.
not sure why this is blocking for the rest of the scripts and php on my chat.
any suggestions?
edit: furthermore i have also tried moving the load of the script files from top to bottom of the other scripts. if i load the jquery at the end of my scripts the keyboard works but the chat wont load. if i load it at the start the keyboard doesnt load but the chat works
Have a look to phpfreechat v2 it has been recoded from scratch and it uses JQuery instead of Prototype client side.
The client is a JQuery plugin, here is the code: https://github.com/kerphi/phpfreechat/tree/master/client