How To
How to Add Active Navigation Class Based on URL
2/16/2024 9:46:12 AM 286
If you got a problem with highlight the active link in a navigation menu when selected, this example might help you solve it.
How to Display popup message in Javascript
2/16/2024 9:44:16 AM 271
This post shows you how to use javascript popup window to alert a message box.
How to Show message instead of alert
2/16/2024 9:42:37 AM 308
To show a message instead of using the alert box you can insert a hidden div on your form and show it instead of using the alert.
How to fix 'Uncaught TypeError: Cannot read property 'fn' of undefined'
2/16/2024 9:41:32 AM 282
This post shows you how to solve Uncaught TypeError: Cannot read property 'fn' of undefined.
How to Pass string parameter in an onclick function
2/16/2024 9:37:55 AM 690
This post shows you how to pass string parameter in an onclick function javascript.
How to fix 'Requested unknown parameter '6' for row 0, column 6'
2/16/2024 9:36:29 AM 366
This post shows you how to fix 'Requested unknown parameter '6' for row 0, column 6' when using jquery.datatable.net
How to fix popper.js in bootstrap 4 gives SyntaxError Unexpected token export
2/16/2024 9:34:26 AM 483
This post shows you how to fix 'popper.js in bootstrap 4 gives SyntaxError Unexpected token export' in javascript.
How to get @Url.Action url in a separate script file?
2/16/2024 9:31:22 AM 348
This post shows you How to get @Url.Action url in a separate script file
How to Add new row to datatable using jquery datatable
2/16/2024 9:29:50 AM 424
This post shows you how to add new row to datatable using jquery datatable.net
How to get the name of a select option using jQuery
2/16/2024 9:28:10 AM 368
This post shows you how to get data attribute of selected option in javascript.
Ho to add class to column dynamically using jQuery datatable
2/16/2024 9:23:16 AM 637
This post shows you how to add class to column using jquery datatable.net
How to Add text to the select with the chosen plugin
2/16/2024 9:22:17 AM 252
This post shows you How to Add text to the select if not exists with the chosen plugin