Jquery View Image In Codeigniter

[Solved] Jquery View Image In Codeigniter | Php Frameworks Codeigniter - Code Explorer | yomemimo.com
Question : jquery view image in codeigniter

Answered by : gleaming-grebe-wxj4qhqvxf6u

 <script type="text/javascript"> $(document).ready(function(){ $(".tt").click(function(){ .... $("#kabkota").html($(this).attr("kabkota")); $('#photoss').html('<img src="'+base_url+'upload/screenshoot/'+ss+'" class="img-responsive">'); // show photo }); }); </script> 

Source : https://stackoverflow.com/questions/42384489/show-image-with-jquery-in-modal-using-codeigniter | Last Update : Tue, 03 Nov 20

Answers related to jquery view image in codeigniter

Code Explorer Popular Question For Php Frameworks Codeigniter