Notes: These examples have all been previously tested all the way back to IE6 (You will notice that there are still some remnants of conditional IE6 statements).
I have been working through my archives - updating, refactoring and testing in native IE9, IE8 and IE7 browsers. All examples run perfectly fine in IE7.
- I have placed various examples into separate folders - and as such not all code is optimal and there are some redundancies. All examples reference the same core jquery.custom.ddeloy.js library... which is minified and is where all the widgets live. I have a source version that I maintain in parallel for development purposes - I will make this available for you to view.
- You will notice that the examples have some basic jQuery code at bottom of the body - mostly for init. Typically this code lives in a global common.js file, however I thought it beneficial to expose it for examination. There is also some in-page and inline CSS (reluctantly applied) which exists out of necessity for the sake if a clear example.