javascript

Cross Domain Popup opener reload

less than 1 minute read

A couple of days ago I had the problem that I needed to reload the opener from a popup window. Thought that it should be a breeze. Simply call opener.reload(...

Started with jQuery

less than 1 minute read

Since I needed a good Javascript library to ease some of the daily Javascript stuff one has to fight with I decided to start with jQuery. I used mootools al...