Hai,
What i want to do is change background color from yellow to transparent or back to original background color:

What i have following javascript code is change color from yellow to blue.

$('#' + ' something here').animate( { backgroundColor: 'yellow' }, 500).animate( { backgroundColor: "blue" }, 1000);

Please advice.

Regards,
Wallace

What is this triggered by?

and

What is this attached to?

Hai,
What i want to do is change background color from yellow to transparent or back to original background color:

What i have following javascript code is change color from yellow to blue.

$('#' + ' something here').animate( { backgroundColor: 'yellow' }, 500).animate( { backgroundColor: "blue" }, 1000);

Please advice.

Regards,
Wallace

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.