django-dajaxice icon indicating copy to clipboard operation
django-dajaxice copied to clipboard

Prepend and Append not working on IE8 and IE7

Open mikes000 opened this issue 12 years ago • 1 comments

I am having issues using Prepend and Append on IE8 and IE7

Reviving the error:

SCRIPT600: Unknown runtime error 
jquery.dajax.core.js, line 37 character 56

on these lines:

case 'ap':
     jQuery.each($(elem.id),function(){ this[elem.prop] += elem.val; });
     break;

case 'pp':
     jQuery.each($(elem.id),function(){ this[elem.prop] = elem.val + this[elem.prop]; });

mikes000 avatar Oct 19 '12 07:10 mikes000

I'm not a Windows user, if anybody can send any kind of patch, that would be excellent!

jorgebastida avatar Jan 24 '13 22:01 jorgebastida