Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
sliding message in textbox on focus how to do that?
Old 10-25-2008, 08:39 AM sliding message in textbox on focus how to do that?
masmas's Avatar
Junior Talker

Posts: 2
Trades: 0
hello

this is my first time here , i used to enter your site and read the quistions and your answer , but this time i have a quistion , hoping that you will help me

i am new to javascript and DHTML , i want to make a help message [ using message box modle] that appear when user put the mouse in a text box within fourm , but i want this message to appear slowly from left to right [extended from the text box ] until the whole message appear , any idea to start with will be great .
masmas is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-25-2008, 08:42 AM Re: sliding message in textbox on focus how to do that?
masmas's Avatar
Junior Talker

Posts: 2
Trades: 0
hello again

i found a piece of code that do something like what i want , but what i found it is work on button click i want to do the same but in form text box "onfocus" so can you plz help me in that?

Code:
<html> 
<head> 
<script src="http://code.jquery.com/jquery-latest.js"></script> 
 
<script> 
$(document).ready(function(){ 
 
$("button").click(function () { 
$("p").show("slow"); 
 }); 
 
}); 
</script> 
<style> 
p { background:yellow; } 
</style> 
</head> 
<body> 
<button>Show it</button> 
<p style="display: none">Hello</p> 
</body> 
</html>

Last edited by masmas; 10-25-2008 at 08:45 AM..
masmas is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to sliding message in textbox on focus how to do that?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.10051 seconds with 12 queries