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() {
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 })
I have a $.post that returns: foo,bar
How can I get that data to change
$(id).text(data);
to
$(foo).text(bar);
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
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
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
6 matches
Mail list logo