Forum: JavaScript / DHTML / AJAX 21 Days Ago |
| Replies: 1 Views: 374 Hello, is there anybody that can help me? |
Forum: JavaScript / DHTML / AJAX 24 Days Ago |
| Replies: 1 Views: 374 I just wrote a code for a hover animation for a button based of Dragon Interactive tutorial. The problem is that when I first load the page and hover over the button it doesn't animate. But... |
Forum: JavaScript / DHTML / AJAX 24 Days Ago |
| Replies: 6 Views: 742 Thanks a lot for your help. |
Forum: JavaScript / DHTML / AJAX 25 Days Ago |
| Replies: 6 Views: 742 This works great. Thank you very much for your help.
Apparently the problem with my code was the setTimeout statement.
Mine was:
setTimeout('clock()', 1000 );
While it should have been:... |
Forum: JavaScript / DHTML / AJAX 25 Days Ago |
| Replies: 6 Views: 742 What is suppose to happen? I tried running the code but I see no changes. And I do not understand your coding, too. I'm not an expert in javascript yet. |
Forum: JavaScript / DHTML / AJAX 27 Days Ago |
| Replies: 6 Views: 742 clock();
function clock(){
var d=new Date();
var hour = d.getHours();
var minute = d.getMinutes();
$('#hr1').css('text-indent', '-'+hour.charAt(hour.length-2)*50+'px');... |
Forum: JavaScript / DHTML / AJAX Jan 31st, 2009 |
| Replies: 0 Views: 834 How do I animate an image to fade in when I roll my mouse over a <div> and fade out when I move my mouse away. So far this is what I have. It doesn't seem to work well. Please help me, thanks.
... |
Forum: JavaScript / DHTML / AJAX Nov 21st, 2008 |
| Replies: 2 Views: 747 I am very interested in developing RIAs. So I just wanted to know you opinions of each of them. I have a good foundation of XHTML and CSS, so is AJAX better?
-How compatible are they?
-How well... |