When I Click The Patient Details Folder in the tree view section nothing happens it doesnt go to that url .. still same
i have tried to make an id and make a javascript still nothing happens ... also using php method
<a href="<?php echo 'patientinfo.php' ?>">Patient Details Folder</a>
Here Is Some Of The Code .....
$(document).ready(function() {
$('#nav1').click(function() {
$('#nav1').load('patientinfo.php');
});
$('#nav1').click(function() {
$('#nav2').click(function() {
$('#sample').load('patientinfo.php');
});
});
});
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.0/jquery.min.js"></script>
<div class="panel-body">
<div id="treeBasic">
<ul>
<li data-jstree='{ "selected" : false }'>
<a href="patientinfo.php" id="nav1">Patient Details Folder</a>
</li>
<ul>
<li class="colored-icon">
Admission Category
</li>
</ul>
</ul>
</div>
i just want when i click Patient details folder The Url Will Change To Specific Path ............ ........ http://localhost/hospicemdv1/patientlist/consent.php ---- >