jEditable


0 Comments

jEditable 是一個 jQuery 的 In-Place Editor Plugin 。這次 jQuery 1.1 的更新,它也受到了影響。以下是需修改的部份:

Line 63:

  • if (jQuery(this).id() == null) {
  • if (jQuery(this).attr("id") == null) {

Line 212:

  • jQuery(self).load(settings.url, p, function(str) {
  • jQuery.post(settings.url, p, function(str) {
    self.innerHTML = str;

其實還有其他的啦… 不過這樣已經能動了 :p

Leave a Reply

Your comment may not display immediately due to spam filtering. Please wait for moderation.