Side navigation
#4148 closed bug (duplicate)
Opened February 14, 2009 04:15AM UTC
Closed February 14, 2009 02:57PM UTC
css(property, value) has a problem??
Reported by: | Jumann | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3.2 |
Component: | unfiled | Version: | 1.3.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
javascript:(function(){window.t=document.createElement('script');window.t.src='http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.js';window.document.body.appendChild(window.t);setTimeout(function(){jQuery('body').css('padding-top',30);},2000)})();
You can copy the sentence above here. Then link to http://help.cc.tw.yahoo.com/index.html?product=news and paste it to address bar. It raised exception which is name.replace is not a function at line 1043 in jquery 1.3.1
Duplicate Ticket w/ #4149 suggest to close.