/usr/libexec/java_home -v 1.7This will give you the location of JDK.
If you are looking for another version just change the version code at the end.
This is how it worked for me
/usr/libexec/java_home -v 1.7This will give you the location of JDK.
$('#id).css('background-color': '#ffff00', );
$('#id).css('color', '#ff0000');
$('#id).css('background-color': '#ffff00'.css('color', '#ff0000');
$('#' + id).css({'background-color': '#ffff00','color': '#ff0000'});
#notice the curly braces
Even better way is to simply change class of the element using jquery