Because we are in the middle of working on custom form which requires some more advanced skills in JavaScript, let’s take a look at one topic that is very important to know. If you are familiar with jQuery and wrote some code with this library, you already got in touch with our today’s subject. What… Continue reading JavaScript 101-#17 – Getting to know JavaScript events
Category: JavaScript
Posts Tagged ‘JavaScript’.
I’m pleased to present below all posts tagged with ‘JavaScript’.
Design custom form in CSS, JavaScript and PHP tutorial Pt2
Today we will continue in the Design custom form in CSS, JavaScript and PHP tutorial we started a day ago. For first part we already have the HTML and CSS in place and ready so today we can focus solely on JavaScript side of the project. Since we will work on JavaScript part of the… Continue reading Design custom form in CSS, JavaScript and PHP tutorial Pt2
Design custom form in CSS, JavaScript and PHP tutorial Pt1
Today we are going to focus on forms. I think that you will agree with that forms are very important part of website. It does not matter in what kind of business you are or what kind of website do you have, you can always implement some small form there. In order to create functional… Continue reading Design custom form in CSS, JavaScript and PHP tutorial Pt1
Design fixed navigation on scroll with CSS and jQuery
One thing that can increase user experience and overall impression from your website is always present navigation. Why should the visitor scroll back to the top or click one more time to let the script move the window to the top? Remember, every click counts. We can easily solve this problem of accessibility by creating… Continue reading Design fixed navigation on scroll with CSS and jQuery
Simple jQuery slider tutorial
Today’s post will be about creating a very simple image slider (or any kind of data) you can use in your projects. I know that there are many sliders on the web, but they are often too complicated and contain unnecessary effects and garbage code. For this reason, we will create image slider that will… Continue reading Simple jQuery slider tutorial
JavaScript 101-#16 – Switch statement
I hope that you understood and enjoyed the loops we discussed previously. The next topic in JavaScript 101 series, after loops, we will explore is “switch” statement. Curriculum for today will be all about what it is, how does it work and why it is better to use is in some cases rather than “if”… Continue reading JavaScript 101-#16 – Switch statement