issue while synchronising PHP (reading file) and Ajax (jquery ui slider)
Posted
by Boris
on Stack Overflow
See other posts from Stack Overflow
or by Boris
Published on 2010-05-18T08:25:56Z
Indexed on
2010/05/18
8:30 UTC
Read the original article
Hit count: 254
Hello,
I got an issue while trying to display a jquery UI slider with its range based on a values read with PHP from a text file. Its seems that it's a syncrhonising issue as I get the error: "An attempt was made to use an object that is not, or is no longer, usable" code: 11"
Is there a way I can force the jquery UI slider to wait for the value to be present or to work in synchrone mode ?
Thanks in advance.
© Stack Overflow or respective owner