Displaying 2 results from an estimated 2 matches for "classd".
Did you mean:
class
2002 May 03
2
merge (PR#1510)
Full_Name: Martin Elff
Version: 1.5.0
OS: MS Windows 98
Submission from: (NULL) (134.155.91.46)
Merging of two data frames by variables with different names
(using by.x and by.y) is no
longer possible (it was possible in version 1.4.1).
Call:
mvoteint.classd.matadd <- merge(
unique(mvoteint.classd),
unique(subset(dimens.mpp,
select=c(nation,year,mecode,
econlrdiff,
eeconlrdiff,...
2005 Aug 21
0
Patch for Element.Class - wrong regexp
...4 +232,23 @@
}
},
- // returns true if all given classes exist in said element
+ // expects arrays of strings and/or strings as optional paramters
+ // Element.Class.has_any(element, [''classA'',''classB'',''classC''], ''classD'')
has: function(element) {
element = $(element);
if(!element || !element.className) return false;
var regEx;
for(var i = 1; i < arguments.length; i++) {
- regEx = new RegExp("\\b" + arguments[i] + "\\b");
- if(!regEx.tes...