Nested Span element

Nested Span element

fitsum80fitsum80 Posts: 17Questions: 0Answers: 0
edited August 2011 in General
I am trying to select the following element as $(span > span.spanID") but it doesn't seems to work. any suggestion please?

Test1
Test2

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    Aside from the typo (missing quote) that looks like it should work - however, how does this relate to DataTables? This question is for questions about DataTables, not a general jQuery forum (there are better places to ask that kind of question).

    Allan
  • fitsum80fitsum80 Posts: 17Questions: 0Answers: 0
    Thanks Allan,
    I am working the server-side data processing so I would like to show a custom "Loading please wait .." message when the user click on the pagination for large data set.

    Fitsum
  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    http://datatables.net/ref#oLanguage.sProcessing is what you want.

    Allan
This discussion has been closed.