| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/usa_sites/usafundingapplications.ai/membersonly/ |
Upload File : |
jQuery.noConflict();
(function($, document, window){
$(function(){
var size = 'desktop', body = $('body'), nav = $('.nav'), navbar = $('.navbar');
$(window).on('resize', function(){
var ww = $(window).width();
if(ww < 768 && size == 'desktop'){
size = 'mobile';
body.trigger('body/resize');
}else if(ww > 767 && size == 'mobile'){
size = 'desktop';
body.trigger('body/resize');
}
var report = $('#report_broken_link');
report.css('bottom', '-' + report.children().last().outerHeight() + 'px');
});
$(window).trigger('resize');
navbar.find('.navbar-collapse').append(nav.html());
navbar.on('click', '.navbar-toggle', function(){
var btn = $(this);
if(navbar.hasClass('open')){
navbar.find('.navbar-collapse').stop().animate({'height': 0}, 300, function(){
navbar.removeClass('open');
});
}else{
navbar.find('.navbar-collapse').stop().animate({'height': '100%'}, 300, function(){
navbar.addClass('open');
});
}
});
navbar.find('.parent').each(function(){
var a = $(this);
a.prepend("<span class='target-toggle'><span class='glyphicon glyphicon-chevron-down'></span></span>");
});
navbar.on('click', '.target-toggle', function(e){
e.preventDefault();
e.stopPropagation();
var clicked = $(this).closest('a').toggleClass('open');
if(clicked.hasClass('open')){
clicked.next('.target').animate({'height': '100%'}, 300, function(){
});
}else{
clicked.next('.target').animate({'height': '0'}, 300, function(){
});
}
});
body.on('body/resize', function(){
if(size == 'mobile'){
}else{
}
});
});
})(jQuery, document, window);