Note that there are some explanatory texts on larger screens.

plurals
  1. USStan
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. CONever mind, I answered my own question. I had to add ", 10" to specify base 10 to parseInt. For anyone else looking at this, the resulting code looks like this: ((parseInt(h[i].substring(1), 10) % 2) == 0) Now it works fine, even in IE8. Thanks again and have a great holiday to all, Stan...
      singulars
    2. COThanks for the quick response and the re-coding. I tried the updated jsfiddle and it does seem to be able to turn off the timer. I put a copy of the updated function into my full program and it works in Firefox, but IE throws an error of 'console' is undefined and it does not support this type. FWIW to anyone else reading this. I did use your answer, along with Peter Tseng's answer to IE console issues in this posting [link] http://stackoverflow.com/questions/3326650/console-is-undefined-error-for-internet-explorer [\link] to get a working solution to my issues. Thanks, Stan
      singulars
    3. COHi Joe & Drew @drew010 Just wanted to get back to you both and thank you very much for all the help. Your combined thoughts have worked out fine. Just as a side note for anyone who might use this in the future though, I had to modify Joe's "one liner" above as I got errors with the time function & adjustment formula located in the str_replace function. I had to assign this item to a variable at the top of the page first, and then use that variable in the str_replace later on. But, it works great and hopefully someone else can use it along the way too. Again, Thank You Very much to you both.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload