jquery php autocmplete dropdownlist items add link.
- <script type="text/javascript">
- $().ready(function() {
- $("#course").autocomplete("ajaxara.php", {
- width: 260,
- matchContains: true,
- selectFirst: false
- })
- });
- </script>
this is my autocomplete js. but i want to add link to source. for example get items is jhon and add link to "detail.php?id=1" how can i do this (: