[jQuery] Instant animations (Superfish)

2008-11-25 Thread Paul DelRe
I'm using the Superfish plugin and which only allows the switching of submenus with .animate. Anyone know a options configuration that makes and instant animation (behaves like .show)? 1ms speed isn't fast enough either.

[jQuery] Issue with jquery(selector, context) and Chrome

2008-11-10 Thread Paul DelRe
I'm using the Forms plugin to do an ajax submit which then grabs a div with a table to display on the page. The response callback function is as follows: code function(response){ var results = jQuery(div#results, response).html(); if(results == null){ // To