Home
last modified time | relevance | path

Searched refs:selector (Results 101 – 111 of 111) sorted by last modified time

12345

/template/templar/less/
H A Dforms.less151 width: auto; // Override of generic input selector
213 …ts special styles because when browsers invalidate entire lines if it doesn't understand a selector
/template/templar/js/
H A Dbootstrap-dropdown.js113 var selector = $this.attr('data-target')
116 if (!selector) {
117 selector = $this.attr('href')
118selector = selector && /#/.test(selector) && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
121 $parent = selector && $(selector)
/template/scanlines/js/
H A Dcufon-yui.js7selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)…
/template/lcars/js/
H A Dcufon-yui.js7selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)…
/template/lcars/
H A Dcufon-yui.js7selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)…
/template/quickjump/
H A Djquery-1.4.2.min.js17 …r(k=0;k<u.length;k++){i=u[k];i.origType.replace(O,"")===a.type?f.push(i.selector):u.splice(k--,1)}…
18 …;if(j[n].selector===i.selector){o=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouse…
21 …gth=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.lengt…
22 …this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){th…
23 …(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.…
24 "find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"…
60 …up:function(d){c.event.add(this,b,d&&d.selector?Ea:Da,a)},teardown:function(d){c.event.remove(this…
67 …t"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,f,e,j){var i,o=0,k,n,r=j||this.selector,
68 …[i]||i)+k;b==="live"?u.each(function(){c.event.add(this,pa(i,r),{data:f,selector:r,handler:e,origT…
96 …!==b;){for(i in j){e=j[i];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:i,elem:f});delete…
[all …]
/template/simple/
H A Dcsshover3.htc103 // affected elements are found by truncating the selector after the interactive pseudo,
111 // the new selector is going to use that classname in a new css rule,
120 … // no need to set the same callback more than once when the same selector uses the same classname
131 // they are selected by the affected selector).
135 // hash it, so an identical selector/class combo does not duplicate the expression
/template/battlehorse/js/
H A Dcontrols.js404 this.updateChoices(this.options.selector(this));
414 selector: function(instance) {
H A Deffects.js939 var cssText = '', selector = '.' + options.style;
944 if (selector == rule.selectorText) {
H A Dprototype.js1238 match: function(element, selector) { argument
1239 if (typeof selector == 'string')
1240 selector = new Selector(selector);
1241 return selector.match($(element));
1849 var selector = new Selector(expression);
1850 return elements.select(selector.match.bind(selector)).map(Element.extend);
1861 var selector = new Selector(expr);
1863 return elements.concat(selector.findElements(result || element));
/template/amanuensis/
H A Dindex.css82 this is using a substring-matching attribute selector

12345