#757 closed enhancement (wontfix)
Update for ifxtransfer.js
Reported by: | Owned by: | stefan | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | interface | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
Hey guys,
i've been using jQuery/Interface.eyecon.ro for quite a while now and i found a quite good enhancement i built myself. In ifxtransfer.js i did:
if(jQuery.transferHelper == null) { if (o.img) { jQuery('body', document).append('<img src="'+o.img+'" id="transferHelper" />'); } else { jQuery('body', document).append('<div id="transferHelper"></div>'); } jQuery.transferHelper = jQuery('#transferHelper'); } jQuery.transferHelper.css('display', 'block').css('position', 'absolute');
Now if you supply img: instead of className: it will send the picture to the specified location. I made this for a new shopping project i am building so productimages just transfer to the shoppingcart :)
Hopefully this will be implemented in the next release! Works on IE5/6 FF2/3 (others not tested).
Let me know if it is usefull or not :)
Attachments (1)
Change History (3)
Changed 16 years ago by
Attachment: | ifxtransfer.js added |
---|
comment:1 Changed 16 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Sorry for the messy code in the message. Here is my file. changes start on Line 26.