Welcome Guest, Not a member yet? Register   Sign In
javascript files with php code
#3

(This post was last modified: 10-02-2015, 08:17 PM by freddy. Edit Reason: make code )

yeah me too Big Grin

I love too use my js file with single file js not mixing them in php, based on experience i have done like this in view

Code:
<script type="text/javascript">
var products= "<?php echo base_url() ?>admin/products"; //consider it take data products
</script>




then in my js i use this
Code:
url : product,
Reply


Messages In This Thread
javascript files with php code - by Lykos22 - 10-02-2015, 09:02 AM
RE: javascript files with php code - by freddy - 10-02-2015, 08:14 PM
RE: javascript files with php code - by JayAdra - 10-02-2015, 08:24 PM
RE: javascript files with php code - by Lykos22 - 10-15-2015, 08:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB