Modify ↓
Ticket #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: | demonhunter@… |
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.