问题标签 [hide]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - 在 datagridview 中隐藏一行 (WinForms/C#)
假设我有一个 DataGridView 控件,这个网格是通过一个 DataTable 填充的。现在,我想通过复选框添加一些动态过滤。当 _CheckedChanged 事件启动并且 Checked 设置为 true 时,我执行一个过滤器;
不,我只想在网格中显示这些记录。现在,我想的是创建一个新的 DataTable 并将其作为网格的数据源,但是当我有多个复选框时,我发现这变得非常麻烦。对此有任何指示或最佳实践吗?
jquery - 更改和隐藏表格的各个部分
我有一个带有 td class-formlabel 和 text (HP)Hello 的 html 表
为什么这不替换文本?
/li>
/li>this
如果是,为什么这会删除格式$("td.ms-formlabel").each(function(){
给定上面呈现的 html 和下面的代码,如何隐藏匹配的 TR 行?(注意我需要使用下面的条件和循环)
/li>
谢谢。
jquery - 无法使用 jquery 隐藏和向上滑动
我有这个 html,它是 php 的输出。
当您单击删除链接时,我想删除、隐藏和向上滑动 tr 之一。我创建了以下 jquery。它会删除 DB 中的数据,但不会向上滑动并隐藏已删除的行。
谁能告诉我我在做什么错误和正确的代码。
jquery - 显示成功的所有结果 - 然后隐藏 X 数量
我有这个页面:http ://www.ryancoughlin.com/files/xml/ - 如果你选择用户 - > 某人的名字
您将看到一个表格填充。我试图只显示您选择的用户的结果。因为我实际上是在加载一个 XML 文件,所以我不能真正向它发送数据。所以我想,将它们全部加载,然后隐藏每个条目,但您从下拉列表中选择的条目除外。
有任何想法吗?
这是我用来隐藏的代码示例:第 145 行
该变量name_select
是上一屏幕下拉菜单中的 OPTION 标签的值。
ruby-on-rails - how can I hide params I transmit to a method (like form_for seems to do)?
I've been searching for hours now and haven't found anything that helps.
What I want to do:
I need to call the check_login
-Method (as below), which needs parameters.
The point is that these params are sent in the method-call as in the "Redirected to"-line below.
I want to prevent rails from putting the params into the url and pass them hidden instead.
When I send a form created with form_for
, there's nothing in the url, so I assume it must be possible.
Please tell me how to do that.
Steps tried
- I have tried different "html-verbs": get, put, post - no difference. Though the call of
check_login
is really short the url-with-params shows up in my Console - create an instance variable and pass it as param (strange, didn't work either)
- watch
form_for
working – without results, got no clue
//edith:
Thanks for all your help so far. Perhaps I didn't specify my problem in enough detail.
I've got a text_field
in which I enter short commands (experimentally). Its form calls execute
in AppController
, which in case of login-data performs redirect_to
check_login
. I don't need to access a webpage, I simply want to run the method. I liked the idea of putting it into :flash
, but I'm wondering if there's a "neater" way to do pass the data hidden.
jquery - 查找和隐藏 div (jQuery)
如果 rel="abc",则查找 ID 与 href 值匹配的元素并将其隐藏。
我的尝试:
谢谢你的帮助!
javascript - javascript,无法检索兄弟节点
我已经有一段时间了,我似乎无法破解它。我有一些 javascript 试图隐藏兄弟 div,除了通过函数传递的那个。这是html:
这是javascript:
谢谢!和节日快乐:)
url - 如何使用 POST 方法隐藏 SSRS ReportViewer URL
我正在尝试使用 SSRS URL 访问(http://mydomain.com/ReportServer?/Reports ....),这样带有隐藏报表参数的 URL 在浏览器中永远不可见。
许多参考资料表明,只需将 Report/Server url 封装在一个带有 method=post 的表单中就可以了。
虽然表单发布时没有在 URL 中显示参数,但当 SSRS ReportServer 响应显示表单时,不幸的是它在浏览器命令框中放置了如下内容:
这是没用的,因为可以简单地破解尾随的“Id=1”并使其成为任何东西。
关于如何解决这个问题的任何指示?
android - 如何隐藏虚拟键盘
我不想显示虚拟键盘。
我尝试了以下方法,但没有任何区别。
enter_count 是我尝试在 InputMethod Manager 上阅读但无法遵循的编辑文本。
我可以设置名为 enter_count 的编辑文本的输入类型,如下所示
但是我不能指定只接受数字输入
您能否给我一个合理的解决方案,在不失去仅接受物理键盘上的数字输入的能力的情况下不显示虚拟键盘。
iphone - UITabBarController Hide Show Bars with animation like the Photo APP
我在使用 UITabBarController 时遇到了真正的麻烦。我有一个简单的照片应用程序,我试图模拟与 Iphone 中的 PhotoApp 几乎相同的行为,主视图控制器是标签栏本身,我还有一个导航栏和顶部的状态栏。
我想要的是点击隐藏栏(不是定时器,只是点击)。照片实际上是一个 UIScroll 视图,可以将照片缩放或再次 1:1。那部分已经起作用了,
我在将视图推送到导航栏之前尝试过设置 hidesBottomBarWhenPushed 并且效果很好,但是我无法设置自定义动画,这不是真正的问题,我无法再次显示这些栏,它们消失了,我不知道如何重新展示它们,我确定我可能遗漏了一些非常明显的东西,但是由于我在 obj C 方面的经验几乎是半年的兼职,我想我在这里问过,因为 stackoverflow 似乎得到了答案:)