BLACKSITE
:
216.73.217.148
:
172.93.223.125 / www.geeteetravels.com
:
Linux ubuntu 5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 x86_64
:
/
home
/
geeteetravels
/
public_html
/
js
/
Upload File:
files >> /home/geeteetravels/public_html/js/jsindex.js
$(document).ready(function(e) { $('#add_dest').click(function () { if($.trim($('.select_cits').val())!='') { var row = $(this).closest('span'); $('.row_dest:last').after("<span class='row_dest'> <span class='glyphicon glyphicon-map-marker' aria-hidden='true'></span> Destination :<input type='text' name='select_cits[]' class='autocomplete select_cits' placeholder='Type Departure City....' required autocomplete='off'></span>"); $('.butt_dest:last').after("<span class='butt_dest'> <input type='button' name='del_dest' class='del_dest plusbtn' value='-' style='padding: 2px !important;margin-bottom: 38px !important;margin-top: 20px !important;' /></span> <div class='clearfix'> </div>"); // setup autocomplete function pulling from currencies[] array $('.del_dest').click(function () { var row = $(this).closest('span'); $(row).remove(); $('.row_dest:last').remove(); }); } }); $('.del_dest').click(function () { var row = $(this).closest('span'); $(row).remove(); $('.row_dest:last').remove(); }); });