$(function(){
var lr-lineheight = $('#sub').height();
$("#lefty,#righty").css({"line-height":lr-lineheight+'px'});
)}
So I'm not really sure what im doing wrong here, but I'm on a deadline and would like a bit of help. Please give some input.
Variables cannot be declared with a dash in them.
You can use underscores to split variables:
var my_variable = 1;
or you can use camel case:
var myVariable = 1;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With