Menu

Blog

Auto Time Format in Textbox Using JavaScript (HH:MM:SS) – With Validation

This JavaScript function automatically formats time in HH:MM:SS format while typing inside a textbox. It restricts non-...

Sticky Header on Page Scroll – jQuery Code Example

A sticky header helps keep your navigation bar visible at the top of the page when users scroll down. Using a small jQu...

Get YouTube Video Id using jQuery

jQuery function to extract YouTube Video ID from any YouTube URL — supports all formats (regular, shortened, embed, s...

Default Natural Sorting DataTable using script

$('#dataTable').dataTable({ aoColumnDefs: [ { bSortable: false, sTy...

Drag and Drop Sortable List using jQuery

Managing list order manually can be time-consuming, especially when dealing with menus, categories, or dynamic items. W...