I have an element we\'ll call selectedTable
that contains this innerHtml
:
-
Just concatenate the two:
$(selectedTable).find("td.ms-cal-nav-buttonsltr");
the selectors you tried were looking for a .ms-cal-nav-buttonsltr
element underneath the td
.
讨论(0)
-
$('td.ms-cal-nav-buttonsltr', selectedTable);
讨论(0)
- 热议问题