Unpopular Opinion: Bootstrap+jquery+CI is the best thing since sliced bread Programming Web Development by pyeri … programming stack which also happens to be my favorite (Bootstrap + jquery + CodeIgniter), I am starting to have a sense that I… Re: Unpopular Opinion: Bootstrap+jquery+CI is the best thing since sliced bread Programming Web Development by Dani I've posted my story many times before, but here it is again :) I've been programming the majority of my life, first in Apple BASIC, then QBasic, then Visual Basic, then C++. PHP was my first foray into web development, and DaniWeb was my first project. DaniWeb started 22 years ago with phpBB, and then evolved to vBulletin. I knew the phpBB code… Re: Unpopular Opinion: Bootstrap+jquery+CI is the best thing since sliced bread Programming Web Development by pyeri That's a very fascinating journey, Dani. The early era of the Internet was very different, bulletin boards and IRC were phenomenal, especially when it came to quality of interaction. It's a great achievement that you not only used to be a part but also helped build parts of that Internet. As the PHP creator himself once said, CodeIgniter is a … Re: Future of Web Development: Trends and Tools Programming Web Development by Dani … a CDN. On the front end, it's Bootstrap and jQuery. Yes, I'm still old school like that. For many… Re: DomContentLoaded vs jQuery Ready fn Programming Web Development by toneewa …> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></… { var endTime = performance.now(); var loadTime = endTime - startTime; console.log('jQuery .ready(): Page loaded in ' + loadTime.toFixed(2) + ' milliseconds'); });… Re: DomContentLoaded vs jQuery Ready fn Programming Web Development by jkon …load here the minified JavaScript file that contains jQuery }; window.addEventListener("DOMContentLoaded", _fnc…. I copy from https://code.jquery.com/jquery-3.7.1.js this part… ); window.removeEventListener( "load", completed ); jQuery.ready(); } // Catch cases where $(document).ready() is… DomContentLoaded vs jQuery Ready fn Programming Web Development by Dani I think that I understand the difference between: document.addEventListener('DOMContentLoaded', callback_fn); and: window.addEventListener('load', (event) => { ... }); However, as a jQuery user, what is the difference between DOMContentLoaded and the jQuery ready fn? Re: DomContentLoaded vs jQuery Ready fn Programming Web Development by pritaeas > However, as a jQuery user, what is the difference between DOMContentLoaded and the jQuery ready fn? No difference really, although some sources state that the ready function might fire "a little" later (because it is wrapper code). How Build Html form ? Programming Web Development by Kirubel_2 …>Comment</title> <script src="js/jquery.js"></script> <link rel="… Re: How to disable the automatic swipe effect on the product page? Programming Web Development by Dani …: true, speed: 1500, autoplay: { delay: 2000, }, }); } } var BlogSlideshowSwiper = function() { if (jQuery('.blog-slideshow').length > 0) { var swiperTestimonial = new Swiper('.blog… Re: How is Website Framework detected Programming Web Development by Dani … the framework. For example, you can see that we use jQuery and Bootstrap here at DaniWeb. That being said, this is… Re: How Build Html form ? Programming Web Development by Dani I'm not exactly understanding your question. I see you have an HTML form here in this HTML code. What is not working about it? You need to specify the action="#" to be a URL that will process the form. Jquery .not() checkbox - Help please! Programming Web Development by rom. Jquery's .not() and :not doesn't seem to work in …;script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> <… jquery in place of AJAX Programming Web Development by waqar100 jquery can work in place of ajax,tell me the answer how? someone asked me Jquery resizable on rotated div element Programming Web Development by Mallika_P Jquery resizable handles does not working correctly after rotating the div, i changed the handles after the rotation of div into correct position., but when resizing the div it resize opposite direction, for eg we move handle se means the position nw want be fixed but it moves away. Please help me to recover the answer. Thanks Re: Jquery resizable on rotated div element Programming Web Development by LastMitch >Jquery resizable handles does not working correctly after rotating the div, … Jquery slideshow fail. Programming Web Development by minimogul jquery slideshow works in dream weaver but doesn't …/tutorials/javascript_tutorial/create-a-slick-and-accessible-slideshow-using-jquery/"]http://sixrevisions.com/tutorials/javascript_tutorial/create-a-slick-…and-accessible-slideshow-using-jquery/[/URL]. I took out the background and changed the… jQuery Ajax/PHP call problem Programming Web Development by elbeato jQuery issue here. After calling some ajax, I'm having a … Jquery Programming Web Development by davy_yg … ''; if (domainoption == 'incart') var sld = jQuery("#" + domainoption + "sld option:selected&… () { jQuery("#domainresults").slideUp(); jQuery(".domainreginput").hide(); jQuery("#domain" + jQuery(this).val()).… Jquery Programming Web Development by leandros.ioannou … </title> <script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>…; <script src="http://code.jquery.com/ui/1.8.21/jquery-ui.min.js"></script>…; <script src="jquery.ui.touch-punch.min.js"></script>… Jquery Programming Web Development by chintan@dani Hello Friends Is there anybody who can tell me about Jquery? I know why one use Jquery but I want to know how to write jquery as per requirement? Re: Jquery Programming Web Development by pritaeas > I used to try using "document.write" but as i learnt its not updateable Have a look at jQuery's `text` method. Re: Jquery Programming Web Development by pritaeas All info [url=http://api.jquery.com/]here[/url] jquery Programming Web Development by chris evans Hi Guys! I'm building a site on html,javascript/jquery and css. i have links on the left side of …. Anyone help me out please. Im new to javascript and jquery. Re: jQuery Programming Web Development by pritaeas http://api.jquery.com/on/ http://api.jquery.com/attr/ Re: jquery Programming Web Development by chris evans …--> <script type="text/javascript" src="jquery-1.8.0.min.js"></script>… jQuery Programming Web Development by xpertj007 how can i change my background image by clicking on another image use as a button with jQuery... please help jquery Programming Web Development by network18 …') bounded to the element to make it scrollable using the jquery '.on' method but when I try to bind another event… Re: jquery Programming Web Development by network18 … scrollable event. but if the element is hidden initially they jquery code above, set up on '.on' dont work. It also… Re: Jquery .not() checkbox - Help please! Programming Web Development by Airshow … not()or :not because it isn't a question of jQuery selection. Instead, you have to specifically inhibit the click from…