Skip to content Skip to sidebar Skip to footer
Showing posts with the label Client

Prevent User To Find Password Through Firebug/chrome Dev Tools

For the passport input field: When the Solution 1: Short answer: It can not be prevented, unfor… Read more Prevent User To Find Password Through Firebug/chrome Dev Tools

Adding A Custom Button In Row In Jqgrid?

I want to make a simple table that contains a custom button in a row. When the button is pushed, I… Read more Adding A Custom Button In Row In Jqgrid?

How To Emulate A Slow Client (browser)?

Is there any way to slow down the responsiveness of the client (browser)? One of our testers can re… Read more How To Emulate A Slow Client (browser)?

Remove Common Elements Of Two Arrays In Jquery

I want to remove common elements of two arrays in jquery. I have two arrays: A = [0,1,2,3] B = [2,3… Read more Remove Common Elements Of Two Arrays In Jquery