Search:

Type: Posts; User: tr333

Search: Search took 0.37 seconds.

  1. Re: jQuery selector undefined for dynamic table elements with custom ID

    http://dochub.io/#javascript/comparison%20operators

    The '===' and '!==' comparison operators do strict checking without type conversion. i.e. "1" == 1, but "1" !== 1.
  2. Re: jQuery selector undefined for dynamic table elements with custom ID

    Nothing wrong with that.


    typeof $("#Div").tabs("option", "active");
    will return "number", so it's correct to be using === to compare the result with integer values.
    ...
Results 1 to 2 of 2



Click Here to Expand Forum to Full Width