Skip to content

Tag: jquery

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.

Submitting data via Ajax in X-Editable

I am trying to submit data via Ajax using X-Editable and having trouble with running the php script defined in url parameter. Actually, I got basic example from working: Html: Js: And this is working (post.php is executed). But now I want to have more editable fields and to run them on button click. This is m…

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