MCPcopy
hub / github.com/quirkey/sammy / liveConvert

Function liveConvert

examples/backend/public/javascripts/jquery.js:2485–2487  ·  view source on GitHub ↗
( type, selector )

Source from the content-addressed store, hash-verified

2483}
2484
2485function liveConvert( type, selector ) {
2486 return "live." + (type ? type + "." : "") + selector.replace(/\./g, "`").replace(/ /g, "&");
2487}
2488
2489jQuery.each( ("blur focus focusin focusout load resize scroll unload click dblclick " +
2490 "mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave " +

Callers 1

jquery.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected