Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Html syntax is wrong closing the table in buildColMenu function #1069

Open
javideros opened this issue Aug 5, 2024 · 1 comment
Open

Html syntax is wrong closing the table in buildColMenu function #1069

javideros opened this issue Aug 5, 2024 · 1 comment

Comments

@javideros
Copy link

While using jquery migrate 1.4.1 plugin found jqgrid was giving warning : JQMIGRATE: $(html) HTML text after last tag is ignored. It blocks my migration so looking on the line giving the warning I found that is a parenthesis instead of tag closing symbol.

var bstw2 = $("<table style='visibility:hidden'><tr class='jqgrow'><td>1</td></tr></table)").addClass(getstyle(stylemodule,"rowTable", true, 'ui-jqgrid-btable ui-common-table'));

@tonytomov
Copy link
Owner

Hello,

Thank you fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants