Jquery调整页面容器表的大小

发布于 2024-12-11 07:02:10 字数 231 浏览 0 评论 0原文

我有一个 HTML 页面,其中有许多嵌套表,例如页眉表和内容表以及页脚表,每个表都有一些子表,

问题是我无法访问表来为其提供 ID 或类,我只能将 JavaScript 或 CSS 文件附加到页面(因为它基于 oracle 门户)页面是全宽,所有表格均采用 100% 宽度,

我想将表格(仅限父级)大小重新调整为 1020px 宽度,无需使用 jQuery 或 CSS 接触这些表格。

有什么建议吗?

I have an HTML page that has many nested tables, for example table for header and table for content and another for footer, and each table has some child tables

the problems is that I don't have access to tables to give them IDs or Classes, I can only attach JavaScript or CSS file to the page (because it's based on oracle portal) the page is full width, all tables take 100% width,

I want to re-size the tables ( the parents only) to be 1020px width, without touching those tables on with jQuery or CSS.

Any suggestion ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最美的太阳 2024-12-18 07:02:10

`$('body > table')' 应该给你直接的表子项

`$('body > table')' should give you the immediate table children

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文