Try to use $().hover(fn, fn) instead of $().mouseover(fn).

On 8/8/06, Dan Atkinson <[EMAIL PROTECTED]> wrote:
>
> I've now been able to create a combobox which contains the correct values,
> but I'm suffering from several problems:
>
> * When I mouseover over a td, select boxes are created several times
> * Each select box in that td is appended with the same data (if two select
> boxes are created, each select box contains two sets of data)
> * When I leave the td, the select boxes need to be removed. I tried hide,
> but this doesn't work.
>
> Here is what a portion of the page looks like:
> http://img158.imageshack.us/my.php?image=selectproblemqh3.jpg
> http://img158.imageshack.us/my.php?image=selectproblemqh3.jpg
>
> I considered Sam Collet's code, but that creates all of them at page load,
> and the options are the same. I could do that, but on average, there are
> nigh on 20-30 columns pulled, and about 40 rows of data. That's about 1200
> selectboxes created and filled every time the page loads.
>
> Does anyone have any ideas that might be able to help me?
>
> Thanks.
> --
> View this message in context: 
> http://www.nabble.com/Determine-which-table-column-was-clicked-tf2064756.html#a5704341
> Sent from the JQuery forum at Nabble.com.
>
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to