Select2 plugin is : Its a Jquery plugin to turn an input/select field into a dropdown select box with searchable and stylable features such as adding the image with options, navigate to option with arrow keys, etc. Head over to https://select2.gith…
If You are trying to validate select2 field using jquey.validation plugin but nothing happens You can check this link: https://github.com/rkeshmir/select2-validation Here you can find the simplest way to validate select2 components. The idea id trig…
Short little snippet I found the other day to customize the pdf output in datatables. buttons: [ { text: 'PDF Html5 (Land)', extend: 'pdfHtml5', message: '', orientation: 'landscape', e…
Object.keys() returns an array whose elements are strings corresponding to the enumerable properties found directly upon object. The ordering of the properties is the same as that given by looping over the properties of the object manually. The pu…