I’m using two functions one is from this site http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/ and its using function call like this:
window.onload = Custom.init;
and after that I’m using another function call like this
window.onload = function() {...
The second one is killing first one!
How can I modifie or make different call on second one so they can work together?
1 Answer