[jQuery] Ajax errors

2007-08-26 Thread c4st
I can't seem to figure out why this isn't working. request.php is working just fine. $(document).ready(function(){ $(input.search).keypress(function(){ $(select.make).removeAttr('disabled'); $(button.search).removeAttr('disabled'); });

[jQuery] Draggable Issue

2007-07-28 Thread c4st
I'm working on a little feature for one of my projects and Iv'e ran into a little JavaScript related issue. I know that the Eyecon's Interface Draggables is not a part of jQuery, but I'm hoping someone here has had the same issue. Pretty much when I start to drag an img element it disappears.