I cant help but feel stupid. I have a simple setup which should be working but is not. Obviously im missing something simple. Im trying to get it to load on doc ready rather than using window scroll btw.
why does this not work?
if ($(".container").css("width") == "100%"){
alert("adfgf adg df afdgadg");
}
thanks in advance.