问题标签 [yui2]
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.
javascript - YUI2-如何删除一些没有内容的html元素?
如何删除一些没有内容的html元素?(YUI2)
简单示例 - 删除没有内容的span.exclass元素+插入空格以保持单词分开:
输入:
输出:
如果我没记错的话,在 Jquery 中应该是这样——但在 yui2 中我不知道:
谢谢,约瑟夫
javascript - YUI 动画在 Firefox 和 IE 中运行缓慢
我使用 YUI-2 制作了一个应用程序,它使用来自 YUI 动画模块的不同效果。我创建了一个表单,就像这样:http
://tympanus.net/Tutorials/FancySlidingForm/
在应用程序中 YAHOO.util.Scroll() 用于创建动画效果。
上面的代码在 Chrome 中运行完美,但在 Firfox 和 Internet Explorer 中动画运行缓慢。谁能建议我在这些浏览器中导致代码运行缓慢的问题可能是什么?
jquery - What is the YUI2 alternative selector for jquery selector "*" (or) YUI Event/Selector Issue
I am very new to YUI or YUI2
Here i have a criteria, when there are 10 image tags in my page (""). when i click on any image i need to get it's parent(i.e) anchor href value. when i am trying to do this functionality using the the following YAHOO.util.Event.addListener or YAHOO.util.Event.on, i am able to fire the event only on the first img tag and able to get the value of it's parent anchor href value, till now it is fine.
Here my problem is, from the second image event is not at all firing. How i am able to fire event for all the images.
Thanks in advance.
datatable - YUI2 DataTable 允许单元格内容从一列“流血”到下一列
使用http://developer.yahoo.com/yui/examples/datatable/dt_basic.html作为基础,只需在表格末尾添加一个新列。接下来,调整标题列的大小,使列的宽度小于列内容的宽度。
我正在尝试做的事情:如果标题列右侧的列中没有数据并且标题列的内容比列本身宽,我希望标题列的显示继续进入如果相邻单元格列为空,则为下一列。
似乎“溢出:隐藏”可能是我问题的根源。当我重新调整列的大小时,似乎此 CSS 已从可见状态重置。我猜还有更多线索。
'overflow: hidden;' 的'内联样式' 当您通过拖放调整列宽时,似乎是从某处/事物添加的。
是否有 CSS 技巧或其他东西可以用 YUI2 表修复/允许这个问题?
jquery - YUI2 相当于 jQuery 掩码
我想知道是否有 YUI2 等效于Masked Input Plugin?
javascript - To override the key event listener in YUI2 carousel
I'm using YUI 2 carousel. I want to override the "keydown" event listener with my own event listener. If I give:
at first the default event listener defined in carousel-min.js is executed and then my listener is executed. Is there any way to override this default execution completely in yui carousel?
javascript - YUI 2 Editor - iframe 中的 JavaScript 事件
我可以通过这样的按钮单击轻松地用 span 标签包装文本选择;
我想要实现的是将 iframe 中的这个 span 类('test')绑定到一个 javascript 事件;
如果可能的话,有什么想法吗?
javascript - 如何在 YUI 中做多个选择器
我如何在 yui (yui 2) 中像在 jquery 中那样做多个选择器:
这个怎么用 yui 写(不用对每个元素分别做 YAHOO.util.Dom.addClass)
javascript - YUI Anim on After 事件?
有没有办法在动画完成后触发事件?它的成本是什么?我对 YUI 库很陌生,我迷路了..
我现在的情况是
...ETC
注意:这适用于 YUI2。
tabs - 分页器在数据表的 Tabview 中不可见
好的,我有一个包含 tabview 容器的网页。该容器具有三个选项卡。所有这些都包含数据表。每个数据表都是不同的。当我为数据表和配置设置分页器时,它工作得非常好。在第一个选项卡上。其他两个选项卡没有获取分页器的链接/按钮/选项。我可以更改第一个数据表上的值,它会反映在其他两个数据表上。知道我做错了什么或我能做什么吗?太感谢了!