I want to trigger f11 event of keyboard using javascript or jquery, can anyone tell me how to do this ?
You can't make people's computers type things through javascript. It violates the sandboxing environment of browsers. I assume that you are trying to make a window go full screen though. This SO question covers that.
How to make the window full screen with Javascript (stretching all over the screen)