Developer Ajay
Tuesday, 15 August 2017
Add click event on dynamic generated elements with jquery
Here is the working jQuery script:
jQuery('#div').on('click', '.class', function() {
//alert("");
});
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Google Map Filter Api Example
Here is Google Map Filter Api Example:
How to make custom query in laravel to get data of last seven days?
Here is the custom query to get last seven days data in laravel ->whereRaw('Date(timestamp_order_made) >= (CURDATE() - INTERVAL...
Angular2 : Create a Simple Angular2 Component
How to Create a Simple Angular2 Component and here is that command: ng generate component test-component --inline-template
No comments:
Post a Comment