Tuesday, April 14, 2020

Navigation Menu Style 101

The post Navigation Menu Style 101 appeared first on Best jQuery.


by Admin via Best jQuery

Link Hover Style 102

The post Link Hover Style 102 appeared first on Best jQuery.


by Admin via Best jQuery

How to Run Instagram Ads on a Small Budget: 4 Tips

Do you have a limited ad budget? Wondering how to use your ad spend more wisely on Instagram? In this article, you’ll discover four ways to make your Instagram ad spend go further. #1: Repurpose Organic Posts for Top of Funnel Instagram Ads Quite simply, if you do a good job with your Instagram organic […]

The post How to Run Instagram Ads on a Small Budget: 4 Tips appeared first on Social Media Marketing | Social Media Examiner.


by Lynsey Fraser via Social Media Marketing | Social Media Examiner

YouTube continues its clampdown on controversial content

During a recent interview with NBC, YouTube CEO Susan Wojcicki shared the company’s updated protocol for tackling ‘controversial content.’ This includes content that may potentially hurt the individual content creators, journalists, and historic channels. Wojcicki said that YouTube is fighting...

[ This is a content summary only. Visit our website https://ift.tt/1b4YgHQ for full links, other content, and more! ]

by Saima Salim via Digital Information World

Shape Studio

Shape Studio
Shape is a specialist design and fabrication studio‌.‌ We create unique spatial experiences for commercial clients specialising in interiors‌,‌ exhibitions‌,‌ artworks and events‌.‌
by via Awwwards - Sites of the day

How to Set Up Basic jQuery Form Validation in Two Minutes

How to Set Up Basic jQuery Form Validation in Two Minutes

This tutorial shows you how to set up a basic form validation with jQuery, demonstrated by a registration form.

We’re going to use the jQuery Validation Plugin to validate our form. The basic principle of this plugin is to specify validation rules and error messages for HTML elements in JavaScript.

Step 1: Include jQuery

First, we need to include the jQuery library. The jQuery validation plugin has been tested up to jQuery version 3.1.1, but the demo in this article works perfectly with version 3.4.1, which is the latest one.

You can use any of the following download options:

  • Download it from jquery.com
  • Download it using Bower: $ bower install jquery
  • Download it using npm or Yarn: $ npm install jquery or yarn add jquery
  • Use a CDN: https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js

Create a new HTML file named index.html and include jQuery before the closing </body> tag:

<!-- Change the "src" attribute according to your installation path -->
<script src="vendor/jquery/dist/jquery.min.js"></script>

If you’d like to use Bower or npm but aren’t familiar with them, you might be interested in these two articles:

Step 2: Include the jQuery Validation Plugin

Choose between:

  • Download it from the plugin’s github repo
  • Download it using Bower: $ bower install jquery-validation
  • Download it using npm: npm i jquery-validation
  • NuGet: Install-Package jQuery.Validation
  • Use a CDN: https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.1/jquery.validate.min.js

Include the plugin after jQuery:

<!-- Change the "src" attribute according to your installation path -->
<script src="vendor/jquery-validation/dist/jquery.validate.min.js"></script>

The post How to Set Up Basic jQuery Form Validation in Two Minutes appeared first on SitePoint.


by Maria Antonietta Perna via SitePoint

Google’s latest video sheds light on ‘How to Help’ as the most popular search trend

This Sunday, Google posted a video, which highlights the most common search topic these days, and one of those topic is “How to help?” This is the second video message by Google amid coronavirus pandemic. The earlier footage was focusing on thanking the front-line health care workers. The data...

[ This is a content summary only. Visit our website https://ift.tt/1b4YgHQ for full links, other content, and more! ]

by Arooj Ahmed via Digital Information World