I am using selectize.js in a project. I'm using laravel 4.2. When user posts a form and then clicks back button, the form's input values that user write are displaying on the screen. But selectboxes created by using selectize are empty.
How can I display selected values of selectboxes created by using selectize when user clicks back page button on a web browser?
Can anybody help with this issue?