Skip to content

Instantly share code, notes, and snippets.

@jrjames83
Created March 2, 2016 03:31
Show Gist options
  • Save jrjames83/a33ad142790a4da48c47 to your computer and use it in GitHub Desktop.
Save jrjames83/a33ad142790a4da48c47 to your computer and use it in GitHub Desktop.
if (document.getElementsByClassName("HeaderPrice")[0]) {
var rooms_avail_omtr = document.getElementsByClassName("HeaderPrice").length;
s.eVar51 = rooms_avail_omtr;
} else if (jQuery('.NoAvailMsg')[0]) {
s.eVar51 = "No Results Available";
} else {
s.eVar51 = "Some Other Condition Has Occurred";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment