Perfect! Thanks so much!
On Jan 8, 4:15 pm, Šime Vidas wrote:
> How many DIVs of class "tv" do you have? One?
>
> And you want an other DIV to trigger the cross-fade on the "tv" DIV?
>
> If that is the case...
>
> $(document).ready(function () {
> $('div.tv, #theOtherDiv').hover(funct
How many DIVs of class "tv" do you have? One?
And you want an other DIV to trigger the cross-fade on the "tv" DIV?
If that is the case...
$(document).ready(function () {
$('div.tv, #theOtherDiv').hover(function () {
var div = $('div.tv > div');
if (di
2 matches
Mail list logo