[jQuery] Cycle plugin using named id's

2008-06-27 Thread teazer
Is it possible to use named links/ids to show a particular div when using the pager function of the Cycle Plugin? Also, I am unable to get several of the effects to work, specifically any of the scroll effects (scrollLeft), turnLeft works. Currently testing using the code below. $(function() {

[jQuery] Return data from dimensions.js

2008-05-23 Thread teazer
I need to save the coordinates of a div to be able to return it to the same location and am having problems posting the offset from dimensions.js This $(".dragL").mouseup(function(e){ var stroke = $(this).attr("id"); var coordsB = $(this).offset({ scroll: false })

[jQuery] Manipulating returned date

2008-05-15 Thread teazer
I have a $.post that returns: foo,bar How can I get that data to change $(id).text(data); to $(foo).text(bar);

[jQuery] Re: drag & drop post to db

2008-05-13 Thread teazer
ropped. I then need to return a calculated result, which I will do in coldFusion from the scripts.cfm page, to the drag object div. Thanks On May 11, 11:43 pm, teazer <[EMAIL PROTECTED]> wrote: > After way too many hours wasted, I find I have to ask for help. I am a > coldFusion program

[jQuery] drag & drop post to db

2008-05-12 Thread teazer
After way too many hours wasted, I find I have to ask for help. I am a coldFusion programmer and a neophyte at jquery. I am trying to show and post info for a drag & drop page. I need to show the coordinates and strokeNo and post to a database the same plus the div of where the draggable was drop

[jQuery] Re: Post Form target into iframe, are there any events triggered?

2008-04-04 Thread teazer
Just change the width and height of the iFrame from 0, say 500x500... On Mar 3, 5:01 am, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > >  Is there an easy way to tell that the iframe has been loaded (e.g. some > >  event that gets fired) ? > >  I am able to poll the frame, catch the cross domain perm