• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Tutsplanet

Tutsplanet

Free Technical and Blogging Resources

  • Home
  • Web Hosting
  • Programming
  • Plugins
  • Twitter Trends
  • Tools
  • About Us

Javascript

Javascript, Programming

collect.js – A Laravel collection clone in JavaScript

Feb 25, 2022 Editorial Staff Leave a Comment

collection-like-laravel-in-javascript

Are you familiar with the collection in Laravel, then you will love this Collect.js, a Javascript counterpart of Laravel Collection. Collect.js offers an almost similar API  to Laravel collections.

Javascript, Programming Tagsjavascript

How to Get Value of Selected Option In JavaScript?

Jun 4, 2021 Editorial Staff

Today’s tutorial we will learn how to get value of selected option in JavaScript. In JavaScript, we use selectedIndex property to get the value of select box value element. The selectedIndex property sets and returns the index of selected value from the  drop-down list. We will use onClick to get the value, you can use…Continue Reading

Javascript

How To Parse Json String in Javascript

Jan 12, 2021 Editorial Staff Leave a Comment

It’s very often you encounter this question, that how to parse Json string in Javascript. Your best bet for this task is the a built in JSON parse for strings in Javascript.

Javascript

Export HTML to MS Word Document using JavaScript

Sep 9, 2020 Editorial Staff 2 Comments

Today’s tutorial we are showing how to convert html to word format using simple Javascript. This is the answer for the question, if someone is asking how to convert the html to doc format using Javascript. There is no need of server side code to convert html to word. HTML source to convert The below…Continue Reading

Javascript

How To Get Selected Radio Button Value using Jquery?

Aug 28, 2020 Editorial Staff Leave a Comment

We use forms almost everywhere in computer applications, so is radio buttons. Today’s tutorial we are talking about a simple solution for getting the selected value from a radio button in jQuery.  There are different ways you can get selected radio button’s value in jQuery.

Javascript

How To Check If An Array Is Empty or Null or Undefined in JavaScript?

Aug 28, 2020 Editorial Staff Leave a Comment

If you are a web developer( now almost everywhere), you might have encountered this question already , how to check if array is empty or null or undefined in JavaScript?. Like other programming languages, JavaScript also have methods to check this.

Javascript TagsModal & Popup

MediaBox – Responsive Youtube/Vimeo Video Lightbox With Vanilla JavaScript

Aug 1, 2019 Editorial Staff Leave a Comment

What is Mediabox? MediaBox is a lightweight vanilla JavaScript plugin which displays and plays Youtube or Vimeo videos in a fullscreen, responsive, model-like lightbox popup. Installation: Load the CSS file in the header section of your page. <link href=”source/mediabox.css” rel=”stylesheet”> Next, load the javascript file in the footer, in order to avoid render blocking. <script…Continue Reading

Javascript

Live Character Counter using JavaScript

May 20, 2018 Editorial Staff Leave a Comment

Javascript-Tutorials

The character counter counts the number of characters entered in a textbox or textarea. It really helps a person to know how many characters he typed and how many left if there are any restrictions. You would see this functionality  in Twitter, a famous social media platform. Live character count in JavaScript You will declare…Continue Reading

Javascript TagsWord Count Plugins

5 jQuery Word/Text Counter Plugins

Sep 3, 2017 Editorial Staff Leave a Comment

These awesome plugins listed below will allow you to count the characters or words in a given text area or text box.  You may have seen the twitter message box has this feature to indicate the text/word length. 1 )NobleCount Completely customizable jQuery plugin that allows showing the remaining character count in the text area. 2)Word…Continue Reading

Javascript TagsFile Uploader, HTML5

Fileuploader- Powerful HTML5 file uploading plugin

Sep 3, 2017 Editorial Staff Leave a Comment

Fileuploader, Powerful HTML5 file uploading plugin works with jQuery. Fileuploader will replace the traditional file input in the browser to modern looking, beautiful,  yet asynchronous file uploader. Main features Design your own input – You can theme your input to look and feel like other website elements. Add files from different folders – Multiple file select…Continue Reading

Javascript

Fuzzysort : Fast SublimeText-like fuzzy search for JavaScript

Sep 3, 2017 Editorial Staff Leave a Comment

Fast SublimeText-like fuzzy search for JavaScript.

Javascript

Broken Image Handling

May 19, 2017 Editorial Staff Leave a Comment

jQuery

How to do Broken Image Handling with Jquery? Missing images will be an annoying problem for many websites. Either it will display nothing or just a question mark style depending on the browser you are using. There is a better solution to display a no image if there is a broken image.  Or you may want to…Continue Reading

Javascript

Send form elements via ajax in jquery by serialize method

Apr 5, 2017 Editorial Staff Leave a Comment

If you have a form with numerous fields and want to send those fields via ajax. Here comes the easy way, use the serialise in jQuery. Follow the examples var post_form:$(“#daily_checklist_form”).serialize(); $.ajax({ method: “POST”, url: “someurl.php”, data: { data:post_form } }) .done(function( msg ) { //alert( “Data Saved: ” + msg ); }); And next…Continue Reading

Javascript TagsMega Menu

SmartMenu : Responsive jQuery Mega Menu

Apr 2, 2017 Editorial Staff Leave a Comment

SmartMenu is a user-friendly, highly customizable and responsive jQuery mega menu plugin. It allows you to use multiple menus with different sub menus. These days the mega menus are very  much popular as they can contain more data than conventional popup menu. Main Features Responsive design Horizontal (top, bottom) or Vertical (left, right) menu layouts…Continue Reading

Javascript TagsjQuery

Water Ripple effect jQuery plugin

Apr 2, 2017 Editorial Staff Leave a Comment

Who wouldn’t like to have water rippling effect on their website? So I am showing a wonderful jQuery plugin that does the water rippling effect when mouse over a swimming pool image. It’s kept very minimally in size like max 2KB.

Javascript TagsSVG

jQuery SVG Progress Plugin

Apr 2, 2017 Editorial Staff Leave a Comment

This is a unique jQuery plugin that allows you to display infographics on your web pages in a variety of shapes to be precise about six. Dimensions of each figure are based on the container it exists. One of the main advantage is the plugin is its weight, it’s just 5KB!.

Javascript

Open a URL in a new tab using JavaScript

Feb 28, 2017 Editorial Staff 3 Comments

Opening a URL in new tab using JavaScript, below snippet will do the trick function OpenInNewTabWinBrowser(url) { var win = window.open(url, ‘_blank’); win.focus(); } You could do it this way calling a direct function, or by adding an event listener to your DOM object. Note: JavaScript, abbreviated as JS, is a high-level, interpreted programming language. It…Continue Reading

Primary Sidebar

Quick Links

  • Top 21 Website Ideas To Make Money Online in 2021
  • A Simple YouTube Video Downloader Script in PHP
  • The 50 Most Useful jQuery Plugins for Frontend Development
  • Replace “\n” with new line characters, using Notepad++
  • Using Third-Party Libraries in Codeigniter
  • Upload Multiple Images and Store in Database using PHP and MySQL.
  • Hierarchical Tree view Category Example in Laravel
  • Laravel Image Intervention Tutorial With Example
  • How to import sql file in MySQL database using PHP?
  • Free VAT Calculator Online

Subscribe

* indicates required



Search Here

Share

   



Hot topics

  • Replace “\n” with new line characters, using Notepad++ 40 views
  • How to enter new line in Microsoft Teams? 35 views
  • Simple PHP Shopping Cart 18 views
  • Open a URL in a new tab using JavaScript 16 views
  • Add FTP/SFTP in Visual Studio Code 15 views
  • How to Create PDF File From HTML Form Using Fpdf? 14 views
  • Laravel: Download files to storage from SFTP 12 views
  • Solution: windows photo viewer opens each time save a pic file 11 views
  • Laravel Eloquent Select Column as Alias 11 views
  • A Simple YouTube Video Downloader Script in PHP 11 views

Categories

  • Design & Development
  • Drupal
  • Facebook
  • General
  • How To
  • ios
  • Javascript
  • Linux
  • Magento
  • Marketing
  • News
  • PHP
  • Plugins
  • Programming
  • Snippets List
  • Social Media
  • Softwares
  • Themes
  • Tips
  • Wordpress
  • YouTube























Copyright © 2023 · Planet on Genesis Framework · Powered By BunnyCDN . Network wallpapernoon.com