himBH>jQuery, thanks Niphlod
This commit is contained in:
2
VERSION
2
VERSION
@@ -1 +1 @@
|
||||
Version 2.3.0 (2012-12-05 15:30:48) rc1
|
||||
Version 2.3.0 (2012-12-05 15:32:52) rc1
|
||||
|
||||
@@ -269,12 +269,12 @@ jQuery.fn.grow_input = function() {
|
||||
function pe(ul, e) {
|
||||
var new_line = ml(ul);
|
||||
rel(ul);
|
||||
new_line.insertAfter($(e.target).parent());
|
||||
new_line.insertAfter(jQuery(e.target).parent());
|
||||
new_line.find(":text").focus();
|
||||
return false;
|
||||
}
|
||||
function rl(ul, e) {
|
||||
$(e.target).parent().remove();
|
||||
jQuery(e.target).parent().remove();
|
||||
}
|
||||
function ml(ul) {
|
||||
var line = jQuery(ul).find("li:first").clone(true);
|
||||
|
||||
Reference in New Issue
Block a user