MCPcopy
hub / github.com/layui/layui / fn

Function fn

src/modules/treeTable.js:2362–2364  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

2360 if (callbackFlag) {
2361 var triggerEvent = function () {
2362 var fn = function (event) {
2363 layui.stope(event);
2364 };
2365 inputElem.parent().on('click', fn); // 添加临时的阻止冒泡事件
2366 inputElem.next().click();
2367 inputElem.parent().off('click', fn);

Callers 9

table.jsFile · 0.85
assertFunction · 0.85
createPositionalPseudoFunction · 0.85
jquery.jsFile · 0.85
accessFunction · 0.85
showFunction · 0.85
laydate.jsFile · 0.85
layer.jsFile · 0.85
describeMethod · 0.85

Calls

no outgoing calls

Tested by 1

describeMethod · 0.68