Opened 15 years ago
Closed 15 years ago
#2272 closed enhancement (wontfix)
interface does not work with jquery newer then 1.2.1
Reported by: | mmarsching | Owned by: | stefan |
---|---|---|---|
Priority: | critical | Milestone: | 1.2.2 |
Component: | interface | Version: | 1.2.1 |
Keywords: | conflict version | Cc: | [email protected]… |
Blocked by: | Blocking: |
Description
One Example (the animation works fine, but Firebug displays infinte error messages, or the browser respectively slows down after a while and crashes in the end):
Code:
<script type="text/javascript" src="./js/jquery/jquery-1.2.1.js"></script> <script type="text/javascript" src="./js/interface/interface.js"></script> <div id="myDiv">some Text, img, whatever</div> <script type="text/javascript"> //<![CDATA[ $(document).ready(function(){ $('#myDiv').BlindUp(500); }); //]]--> </script>
Error:
this.options.curAnim has no properties step() t() (no name)() this.options.curAnim[ this.prop ] = true; in jquery-1.2.1.js (line 2833)
I hope this helps enhancing a great addon to jquery :)
Michele
Change History (2)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Interface has been abandoned in favor of jQuery UI. As far as I know, there are no plans for Interface to ever support jQuery 1.2 and beyond.