Hey guys...good afternoon...
I've got an IE issue, as we all do haha
I'm trying to assign an ID to a selector, then use the text method on the ID
$(".job-desc.hays-page > div:nth-child(1)").attr("id", "PageFirstRow");
$("#pageRow").text("Search Results");
It works just fine one all other browsers, but IE 10 is giving me a hard time...
Does anyone know a fix?
I've checked in IE 10 and my selector does indeed exist
:cookie: 490 | @oppiniated |http://www.freecodecamp.com/oppiniated
:cookie: 733 | @alpox |http://www.freecodecamp.com/alpox
left
and right
. Try to get that working first. After that, you need to check which box is on the left/right before moving them in your JavaScript.