I\'m trying to apply CSS values with jquery but class selector or id selector does not not work for some reason.
Here is my fiddle:
As you can see nothing happen
Your selector is missing the # which is used for selecting tags by id:
$("#kitten")