I have been working with jQuery for some time now, & while I was working on Ajax GET, iPOST methods, I am not able to understand exactly, what is content-type and datatype in a POST request, in this example request
...Hello, I am using jQuery datatable (little bit modified as in theme) in my project and getting error as below
...I am using jQuery Datepicker inside a page, which works when complete page is loaded in browser, but when I load the same page in bootstrap modal pop-up, jQuery datepicker inside it doesn't work.
Not sure how to solve it, here is my textbox HTML
...I am using jQuery validation plugin in my form, but I am not able to show validation errors on button click using the above plugin, in my form.
Here is my code
...I am using jQuery Validate to implement validation in my forms, I am also using Bootstrap selectpciker for dropdown. Validation message placement are correct for all fields except the dropdown, so I would like to know how can I place the validation messsage below dropdown instead of above it using jquery validate?
here is the error in image
my jquery script for validating form
...I am using jQuery Dropzone js plugin in one of my projects and I would like to know how can I force it to allow only one file upload at a time.
I know about maxFiles attribute, but what I need is that only one file should be there in Drag and drop area, if i upload another file, last one should be automatically removed.
Here is my current code
...