8155 2
How to add custom search box in jQuery Datatable and place it outisde main Table?

I am using jQuery datatable in my ASP.NET MVC website, now I would like to place this custom search box main jQuery datatable, how can I do that using jQuery?

...
Type
Question
8117 3
How to disable paging in jQuery Datatable?

I am using jQuery Datatable in one of my projects and I need to remove jQuery datatable paging and other related details like 'Showing 1 of 5 pages' etc, here is the image of the details which I want to remove

...

Type
Question
8034 0
Best 10 Table Sorter jQuery plugins
This article gives basic information about widely used jquery and javascript based plugins for table sorting available on the internet
Type
Article
7655 2
change jQuery validate error position

I am using jQuery Validate to validate my form, it is placing errors in a position which is not appropriate for my forms, I want to change the position of error placement in it, but not to find a solution.

My jQuery code:

$('#content form:first').validate({
            rules: {
                MSRP: {
                    number: true
                },
                SellingPrice: {
                    number: true
                },
                BoxDimensionHeight: {
                    number: true
                },
                BoxDimensionWidth: {
                    number: true
                },
                BoxDimensionDepth: {
                    number: true
                },
                BoxWeight: {
                    number: true
                }
            },
            ignore: ':not(select:hidden, input:visible, textarea:visible)',
           
        });

HTML Code:

<div class="row ">
 <label class="control-label col-md-2 col-sm-12 col-xs-12">
   Name<span class="required">*</span>
 </label>
 <div class="col-md-10 col-xs-12 col-sm-12" style="padding:0">
   <div class="fg-line">
     <input class="form-control" id="Name" name="Name" required="" type="text" />
   </div>
 </div>
</div>

the output of code:

...

Type
Question
7359 1
How to export HTML table to PDF & Excel in jQuery Datatable?

Hello, I am using jQuery datatable, can you please provide me complete demo solution, to export the HTML into PDF using jQuery datatable plugins?

I have got many links on interent but I am not sure, how to implement in my table, as there is no complete solution, please give me all the details in basic manner like scripts to be included, HTML & CSs to refer, thank you

...
Type
Question

7191 2
How to call jQuery function when pop-up modal is opened or closed?

I would like to call some jQuery or javascript function on opening and closing Bootstrap pop-up modal in my project, So how can i do it, Suppose below is the code for Bootstrap pop-up modal.

...
Type
Question
7049 2
How to add headers before sending Ajax Request using jQuery?

I was trying to add custom headers before sending ajax request to the server (controller in .NET MVC), but I am not able to send it, here is what I am using as of now

...
Type
Question
6708 1
Top jQuery UI Alternatives
Article lists and gives brief introduction about top jQuery UI Alternative javascript libraries
Type
Article
6436 1
Web service returning 500 failed to load resource error

When I try to call C# Web service using jQurey, I am getting error "Failed to load resource: the server responded with a status of 500 (Internal Server Error)"

I'm trying to send a call using ajax but in Chrome it is raising an error here is my code

JQuery:

...
Type
Question
6251 0
Useful and amazing jQuery table plugins to use in web-applications
In this article, I have provided list of very useful and amazing jquery table plugins which a developer can use in web-applications to make development easier.
Type
Article

Page 2 of 6