Skip to content

Tag: javascript

needed to show Toastr Notification jquery Plugin

guys, i am using Toastr Notification (jquery Plugin) whenever user updates record it shows notification of success alert using plugin but problem is that whenever I update record it shows error in the console of the browser Answer I have no knowledge of Php but i can help you in jquery. Please see below code.

How to print an external page

I am trying to print an external source by clicking on a button. I found multiple scripts on the internet but none of them are working. So my question is, how can I print a specific page by clicking …

Adding click events to Datatables

Here is my Jquery data tables to get the values from ajax and placing it. Here is the constructed table. I want to write click function to it. How can i do it ? I want to write click event to the role=”row” and get the value TMB030 on it. How can i do that ? I tried like this

pancard structure validation in javascript and php also

i want to do pancard validation in javascript only. Its limited to india only. the structure of pancard in India is as follows.. for example : AAAAA9999A First five characters are letters (A-Z), next 4 numerics (0-9), last character letter (A-Z) Each deductee is uniquely identified by the PAN If the PAN does …