Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter pascal1144

    (@pascal1144)

    ?_?
    I forgot to look into the jQuery that was creating the variables.

        <script type="text/javascript">
            jQuery(document).ready(function($) {
                $('#carname').val('<?php echo $car->merk . " " . $car->model . " " . $car->type; ?>');
                $('#carname2').val('<?php echo $car->merk . " " . $car->model . " " . $car->type; ?>');
                $('#carname3').val('<?php echo $car->merk . " " . $car->model . " " . $car->type; ?>');
            });
        </script>
    • This reply was modified 6 years, 5 months ago by pascal1144.
Viewing 1 replies (of 1 total)