Slider Event not trig when coming from "main" page but works after refreshing page
Hi,
I m quite a beginner in Jquery Mobile DEV and have a very strange issue with slider object.
I created a dummy website to show you my issue.
When I arrive in the main page :
http://82.227.228.35/TestSliderJqueryMobil/
then if you click on "Charles" you will arrive in the following site :
http://82.227.228.35/TestSliderJqueryMobil/charles.php
-> Do not go directly to this adress or you will not be able to reproduce the issue
compose of 2 objects : 1 Slider and 1 Flip toggle switch
I map a call to a function which should display an alert message when the object are "slide" or "switch". It works fine only for the Flip switch but not for the Slider.....
This become more strange because it works perfectly fine for both if you directly go to the page "charles" with this link : http://82.227.228.35/TestSliderJqueryMobil/charles.php
or if you refresh the page.
I don't understand why it is working for the flip switch and not the slider (if both were KO I would thought my code is not correct). I try with another "input" like button and it works fine too.....only the slider is not working.
Has anyone any idea on the possible error ?