[Proto-Scripty] Ajax.Updater not working in IE, works fine in FF Chrome and Safari

2010-03-16 Thread David Behler
Hey folks, maybe you can help me out with this. I got a simple function that I use to load sub-categories when clicking on a parent category: function toggleSubCats(cat, id) { /* Vars and stuff */ catObj = $(cat); var send=null; /* Now figure out the status of the element and

[Proto-Scripty] Ajax.Updater not working in IE, works fine in FF Chrome and Safari

2010-03-15 Thread David Behler
Hey folks, maybe you can help me out with this. I got a simple function that I use to load sub-categories when clicking on a parent category: function toggleSubCats(cat, id) { /* Vars and stuff */ catObj = $(cat); var send=null; /* Now figure out the status of the element and