CMcP
01-16-2015, 11:22 AM
1) Script Title: Slick Custom Scrollbar script v1.1
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex11/scrollc.htm
3) Describe problem: I'm using your script with a radio button form on my website. The form is connected to a verification script that uses the "javascript:history.go(-1);" command to get back to the form with the user's input still intact. However, when this part of your script is added:
<script type='text/javascript'>
$( document ).ready( function() {
$( "div[rel='scrollcontent1']" ).customscroll( { direction: "vertical", bounce:0 } );
});
</script>
the user input is not returned to the form. This input is vital to the functioning of the website (the form is a bit long & I would rather not force the user to reinsert all of their information again due to script malfunctions). If there is any way to modify the script to fix this issue PLEASE let me know what needs to be done and how.
Thank you for your time in advance.
P.S. Test form is located:
http://education.requiescence-massage.com/scroll_test.php
* The verification program is invoked when AT LEAST one question is left unanswered before submission.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex11/scrollc.htm
3) Describe problem: I'm using your script with a radio button form on my website. The form is connected to a verification script that uses the "javascript:history.go(-1);" command to get back to the form with the user's input still intact. However, when this part of your script is added:
<script type='text/javascript'>
$( document ).ready( function() {
$( "div[rel='scrollcontent1']" ).customscroll( { direction: "vertical", bounce:0 } );
});
</script>
the user input is not returned to the form. This input is vital to the functioning of the website (the form is a bit long & I would rather not force the user to reinsert all of their information again due to script malfunctions). If there is any way to modify the script to fix this issue PLEASE let me know what needs to be done and how.
Thank you for your time in advance.
P.S. Test form is located:
http://education.requiescence-massage.com/scroll_test.php
* The verification program is invoked when AT LEAST one question is left unanswered before submission.