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

Is It Possible To Add A Request Header To A Cors Preflight Request?

I have a website that accesses an API from an external server (not the server that serves the websi… Read more Is It Possible To Add A Request Header To A Cors Preflight Request?

What External Resources Are Loaded When Window.onload Event Is Fired And What Is The Loading Order Of The Resources?

Since a single web page may contain lots of external resource: external javascript, external css, i… Read more What External Resources Are Loaded When Window.onload Event Is Fired And What Is The Loading Order Of The Resources?

"zoom" A Browser Window/view With Javascript?

We can zoom in and out scrolling with pressing ctrl. But I want to do that using jQuery or JavaScri… Read more "zoom" A Browser Window/view With Javascript?

Change Link Mouseover Text On The Bottom Of A Browser Window

You know that text that appears in the bottom left of your browser when you mouseover a link? How d… Read more Change Link Mouseover Text On The Bottom Of A Browser Window

Addeventlistener("input", Callback) Doesn't Work In Opera?

I'm trying to listen to 'oninput' event, but something is wrong with Opera: document.g… Read more Addeventlistener("input", Callback) Doesn't Work In Opera?

Is There A Javascript Api To Browser History Information (limited To Current Domain)

Is there a programmatic API to tell what are the recently visited pages (30 days) within my site? … Read more Is There A Javascript Api To Browser History Information (limited To Current Domain)

Asynchronous Ajax Request Locking Browser

This is a simple snippet of code to launch an aynchronous ajax request. The processing time of the… Read more Asynchronous Ajax Request Locking Browser

How To Change Browser User-agent Header With Javascript?

Following code changes property printed (when accessed through javaScript) by browser console and n… Read more How To Change Browser User-agent Header With Javascript?