similar to: Testing to see if the cursor is inside an object?

Displaying 20 results from an estimated 1000 matches similar to: "Testing to see if the cursor is inside an object?"

2006 Jan 31
1
Finding Final Position with a Draggable Object
Hello, I have a draggable window. I would like to have it so that when they come back to the page with the draggable window that it remembers where they left it when they last visited. How would I get the final position after the dragging has been stopped? I have been looking threw the wiki and couldn''t find anything.
2005 Nov 07
2
Element.setOpacity Question
Why does the setOpacity function do this when the value = 1? els.opacity = ''0.999999''; That just seems weird to me. Can someone please explain? Thanks, <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 :: Fax: (317) 492-6419
2006 Mar 21
3
Autocomplete and WIKI
Two Questions: 1. Is the WIKI down? I can''t access it. 2. With the auto complete is there a way to have it display something but have a value of something else, the way a select box works. Thanks, <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 ::
2006 Jan 27
0
Wiki Sign up.
I just sent and invitation to my self at this account and my work''s spam filter caught it. I was wondering if Thomas can remove my email (jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org) from the system that way I can just sign up for the wiki with my email address here after I send the email to another account. <http://zend.com/zce.php?c=ZEND002524&r=212822110>
2006 May 29
2
Really easy field validation with Prototype Help
Hello, I''m trying to implement this. The problem that I am having is that the form submits via an Ajax call and I can figure out how to get the validation code to return false if something failed validation. Below is the link to the webpage but I see nothing on how to have it call a function when everything is valid.
2006 Feb 07
2
Question about Classes.
I have the attached class that I''m writing. The problem that I''m running into is that I can not access the options from the createArray function which get called after the ajax request gets done. I want to move the values of the xml file to an array and story it in the options variable. Can someone explain what I''m doing wrong? var LeaderInfo = Class.create();
2006 Jan 26
4
Question about the Builder module
Hello, I want to use the builder modules for an admin tool I''m currently working on but I just all the note that I cannot create td and tr tags with it. It works fine in FF but not it IE. Can someone please explain why this is? Thanks.. <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway
2006 Apr 27
4
effect.SlideDown question
Hello, I want to have my box that I''m sliding down hidden when I start and then slidedown to 100px. What is the best way to do this? I don''t see anything on the wiki about it. Thanks, <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 ::
2006 Apr 27
0
prototype application state.
Hello, I am wondering if anyone has created any class that will plug-in and make it easy for anyone to create a stateful application using the prototype library. Thanks. <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 :: Fax: (317) 492-6419
2006 Jan 26
0
Wiki
Is the wiki down again? <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 :: Fax: (317) 492-6419 ******************** ******************** This E-mail (and attachments) may contain confidential/privileged information intended only for the named addressee(s). If you
2005 Oct 17
0
Explaination of bindAsEventListener
I am wondering if someone can explain what bindAsEventListener is used for and some common uses that I would use it for. Thanks, <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 :: Fax: (317) 492-6419 ******************** ******************** This E-mail
2006 Aug 09
0
iTunes music store slide effect
Hello, I''m wondering if anyone has done an effect simmular to the iTunes music store effect for that they use for new Releases and such. Thanks, <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 :: Fax: (317) 492-6419 ********************
2006 Mar 20
5
Sortabls onUpdate function
I have this code. <script type="text/javascript"> Sortable.create(''orderable'', {onUpdate: doAlert}); function doAlert() { alert("Hello"); } </script> But when I move an item it doesn''t fire the doAlert command, am I missing something?
2006 Apr 06
4
problem with IE
hello there, im having a little problem with Internet Exploiter, im doing this: //// CODE //// var m = $(''XYZ'').cloneNode(false) m.setAttribute(''id'', ''XYZ_2''); m.value = ''''; var onblur = "alert(''hola'');"; m.setAttribute(''onblur'', onblur);
2005 Aug 03
2
a place to put prototype and scriptaculous documentation.
Hello, I just got done trying to find some documentation on how to use the Ajax functions in prototype and found no luck except for in this list. I am wondering if anyone is willing to help me start a wiki for these scripts. I have website that I will gladly use to host this. please let me know if anyone else see''s the value in this. If everyone is up for doing this I will be more
2005 Aug 03
2
Ajax in prototype.js
Can someone please explain to me what I need to do to create an Ajax class using the prototype lib. Thanks, Jon Whitcraft Web Application Developer Online Services - Indianapolis Motor Speedway (317) 492-8623 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails-spinoffs/attachments/20050803/2f662bb3/attachment.html
2006 Mar 16
3
This is driving me crazy!!!
I have the following code but it keeps on giving me this error when it runs. --- Error: this.alertBox has no properties What would be causing this? My Code checks out when I call this.alertBox() from the setup function it works fine but when I try and put in on an event observer it doesn''t work. What do you guys think? Thanks, Jon Code Here: var Updater =
2005 Oct 18
0
RE: Error: "onclick() is not a function"
I see what he is saying now. When you assign a click event with the Event.observe it does not allow you to call it with the $(''xxx'').onclick(); command as it''s looking for the onclick tag in the a tag. I''m stumped on a way to get this to work. Jon Whitcraft Web Application Developer Online Services - Indianapolis Motor Speedway (317) 492-8623
2005 Aug 11
3
Demo Scripts on script.aculo.us
I have a suggestion for the demo scripts on the http://script.acolo.us site. Currently only the source for ruby on rails is shown. I think it would be beneficial for the site to also so how do it with just basic html also. Let me know what you guys think about this idea. Jon Whitcraft Web Application Developer Online Services - Indianapolis Motor Speedway (317) 492-8623
2005 Aug 26
1
Wired Problem in IE
Guys, I am using the blind up and blind down to achieve a cool effect on my news page. http://dev.brickyard400.com/news/ But if you try this in IE and hit one of the first two it goes up way to much. I''m not sure what the problem is. Would it be because I have my over flow set to auto and IE is being dumb and does know how to handle it? I am using the 1.5_pre2