boriskorobkov

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • in reply to: how to use jqGrid 4.0 on xhtml-page #97745
    boriskorobkov
    Participant

    1. grid.base.js line 860

    I'm using HTML5 page.

    tagName in all web browsers are in capital characters with content_type = 'text/html'. But tagName in all web browsers are in lower case with content_type = 'application/xhtml+xml'. Better to make code independed of content_type.

    Also you can make

    if(this.tagName.toUpperCase()!='TABLE')

    2. yes

Viewing 1 replies (of 1 total)

Stay connected with us in your favorite flavor!