Click here to Skip to main content
15,919,358 members
Home / Discussions / JavaScript
   

JavaScript

 
QuestionNavigation from a PHP form Pin
MacRaider44-Feb-11 3:33
MacRaider44-Feb-11 3:33 
AnswerRe: Navigation from a PHP form Pin
cjoki4-Feb-11 10:04
cjoki4-Feb-11 10:04 
GeneralRe: Navigation from a PHP form Pin
MacRaider44-Feb-11 11:43
MacRaider44-Feb-11 11:43 
GeneralRe: Navigation from a PHP form Pin
cjoki4-Feb-11 18:26
cjoki4-Feb-11 18:26 
GeneralRe: Navigation from a PHP form Pin
MacRaider48-Feb-11 6:58
MacRaider48-Feb-11 6:58 
GeneralRe: Navigation from a PHP form Pin
MacRaider48-Feb-11 7:25
MacRaider48-Feb-11 7:25 
GeneralRe: Navigation from a PHP form Pin
cjoki8-Feb-11 13:26
cjoki8-Feb-11 13:26 
QuestionSlow Animation Pin
Ali Al Omairi(Abu AlHassan)2-Feb-11 20:10
professionalAli Al Omairi(Abu AlHassan)2-Feb-11 20:10 
Guys, I am using javascript to animate pictures that are fetch asynchronously using ajax callback.
but every callback the motion get slower and slower.
I use in my callback function

window.addEvent('domready',function(){

var nS2 = new noobSlide({
    box: $('slider1'),
    items:document.getElementById('slider1').childNodes.length==1?[0]: $$('slider1 div'),
    interval: 2000,
    autoPlay: true,
    size: 600,
    fxOptions: {
        duration: 1000,
        //transition: Fx.Transitions.Bounce.easeOut,
        wait: false
    },
    addButtons: {
        previous: $('prev1'),
        play: $('play1'),
        stop: $('stop1'),
        next: $('next1')
    }
});
});


any one could help me.
Help people,so poeple can help you.

AnswerRe: Slow Animation Pin
cjoki4-Feb-11 10:06
cjoki4-Feb-11 10:06 
GeneralRe: Slow Animation Pin
Ali Al Omairi(Abu AlHassan)5-Feb-11 8:16
professionalAli Al Omairi(Abu AlHassan)5-Feb-11 8:16 
GeneralRe: Slow Animation Pin
cjoki5-Feb-11 10:31
cjoki5-Feb-11 10:31 
Questionhow to send the parameta values by submit button Pin
jasonp082-Feb-11 7:28
jasonp082-Feb-11 7:28 
AnswerRe: how to send the parameta values by submit button Pin
Shahriar Iqbal Chowdhury/Galib2-Feb-11 9:28
professionalShahriar Iqbal Chowdhury/Galib2-Feb-11 9:28 
QuestionXMLHttpRequest Pin
MWRivera28-Jan-11 10:21
MWRivera28-Jan-11 10:21 
AnswerRe: XMLHttpRequest Pin
MWRivera31-Jan-11 4:02
MWRivera31-Jan-11 4:02 
GeneralRe: XMLHttpRequest Pin
cjoki31-Jan-11 5:03
cjoki31-Jan-11 5:03 
GeneralRe: XMLHttpRequest Pin
MWRivera31-Jan-11 5:18
MWRivera31-Jan-11 5:18 
GeneralRe: XMLHttpRequest Pin
MWRivera31-Jan-11 6:04
MWRivera31-Jan-11 6:04 
GeneralRe: XMLHttpRequest Pin
cjoki31-Jan-11 7:58
cjoki31-Jan-11 7:58 
QuestionInteger by reference Pin
vhassan25-Jan-11 23:53
vhassan25-Jan-11 23:53 
AnswerRe: Integer by reference Pin
Not Active26-Jan-11 2:25
mentorNot Active26-Jan-11 2:25 
GeneralRe: Integer by reference Pin
vhassan26-Jan-11 17:40
vhassan26-Jan-11 17:40 
GeneralRe: Integer by reference Pin
Yusuf27-Jan-11 1:09
Yusuf27-Jan-11 1:09 
QuestionSession Timeout Pin
MWRivera25-Jan-11 10:03
MWRivera25-Jan-11 10:03 
AnswerRe: Session Timeout Pin
Manfred Rudolf Bihy25-Jan-11 10:36
professionalManfred Rudolf Bihy25-Jan-11 10:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.