Hi,
The following code works in all browsers apart from IE6...
var mylib =
{
selectStyle :
{
init : function()
{
$('#select-box1').jqTransform({imgPath:'jqtransformplugin/img/'});
}
}
}
<script type="text/javascript">
mylib.selectStyle.init();
</script>
The error states 'mylib' is undefined
Can someone please help otherwise I will have to spend alot of time redoing a lot more code than this.
Many thanks, C