safari jquery keypress event bind problem for arrow key!
Its a little post just to share with you that today I was working on keyboard navigation with javascript. Surprisingly the arrow keys was not working at all while using $(document).keypress(function(event){alert(’in here’)}) on Safari browser! Even the alert was not firing up!!
Anyway, for this you need to use $(document).keyup solved the problem
Check the [...]
Lightwieght VOIP billing software using mysql,servlet and ajax
Though I don’t like to do extra work beside my day job, but there are some people (and some offer :P) whom I don’t like to refuse. Surely the work must be interesting.
Before some days, one of my ex bosses gave a project to build a VOIP billing software. I was studying SIP protocol for [...]
Ajax : A simple and basic example with callback function
The function takes the request url and a function as parameter. The function as parameter is used as call back function whe ajax status is ready.
Feel free to use the code.
function sendRequest(req,fn){ // alert(req); var xmlHttp; try { // Firefox, Opera 8.0+, Safari [...]
Ajax : A simple and basic example with callback function
The function takes the request url and a function as parameter. The function as parameter is used as call back function whe ajax status is ready.
Feel free to use the code.
function sendRequest(req,fn){ // alert(req); var xmlHttp; try { // Firefox, Opera 8.0+, Safari [...]