Skip to main content

Questions tagged [jquery-plugins]

Custom add-ons and plugins for the jQuery library. jQuery functions and features not included in the standard jQuery library.

jquery-plugins
1 vote
3 answers
11k views

How to display a dialog box when you click a button

I would like to display a dialog box when I click the "Forward" button. This dialog must give me the possibility to continue or stay on the same page. How do you do that? Below is my source code: &...
52 votes
10 answers
476k views

jQuery multiselect drop down menu

I have a simple html multi select drop down list: <select id="transactionType" multiple="multiple" size="10"> <option value="ALLOC">ALLOC</option> <option value="LOAD1">...
0 votes
1 answer
19 views

jqGrid - Show Page Numbers In Export To PDF

I'm using Guriddo jqGrid JS-v5.8.2 with pdfmake 0.2.7 I can print the jqGrid to PDF, but I want the print out to show page numbers in the footer for example. Here's what I have $("#...
1 vote
5 answers
6k views

How to use html tags in sweet alert

var text += '<b>Hii This is Error<b>'; swal("Required", text, "error"); how to use html coding in Bootstrap Sweet alert plugin. In the above code i have to write for A error message! to ...
-3 votes
0 answers
58 views

Software connection of the CryptoPro plugin installed in the browser, Javascript (jQuery)

I recently installed the CryptoPro plugin in my browser and would like to connect it programmatically in my Javascript (jQuery) code. As a result, my Javascript code must be inserted into the PHP code ...
0 votes
0 answers
20 views

Jquery Multi-select ComboTree plugin: how to insert selected count label

I'm using the Jquery Multi-select comboTree plugin and i would like to insert a selected elements count label inside combobox, but i'm not find a correct way to do this. I'm follow up the plugin ...
92 votes
10 answers
220k views

How to show all rows by default in JQuery DataTable

Does anybody know how to show all rows by default in jQuery datatable? I have tried this code, but it only shows 10 rows by default. $("#adminProducts").dataTable({ "aLengthMenu": [100] ...
1 vote
1 answer
2k views

How to blur image on scroll?

Yo guys im currently developing this site its almost done , but im currently simulating a blur effect with 2 images and with opacity, so the user will think the image is blurring when you are ...
23 votes
6 answers
78k views

How to get the number of pages of a .PDF uploaded by user?

I have a file input, and before uploading, I need to calculate the number of pages of that .pdf in Javascript (e.g. JQuery...)
2 votes
1 answer
9k views

Where to call fnAdjustColumnSizing in Jquery DataTable

Am working on the UI issue i got in Datatables.net when scrollx is applied to the table. Thanks to this Jquery DataTable UI Issue -- when to call fnAdjustColumnSizing but waiting for answer Am ...
13 votes
9 answers
38k views

jstree checkbox checked on load

I'm fighting with jQuery jsTree plugin checkbox. Ok, I have find out how to handle events on checking or unchecking checkbox. If its useful I can paste a code: .bind("check_node.jstree", function(e, ...
8 votes
4 answers
24k views

how to hide keyboard in jquery mobile programmatically on focus()

I want to hide the keyboard on Focus(),but when $(".ui-input-text").focus(); it will automatically open the keyboard . I just want to hide in particular screen ,I have test with document....
8 votes
2 answers
15k views

Highcharts - Keep tooltip showing on click

I have a highcharts graph, and I allowed the user to dynamically create their own Flags. Now I want to be able to click on the flag itself and be able to keep it's tooltip showing the whole time until ...
225 votes
11 answers
335k views

Set width of a "Position: fixed" div relative to parent div

I'm trying to give a div (position: fixed) the width of 100% (relating to it's parent div). But I've got some problems... Fox example #container { width: 800px; } #fixed { position: fixed; ...
1 vote
1 answer
9k views

Fancybox Image Gallery

I have the next code in iframe and i achieve it gets display in the parent but now i dont know how i can agroup the images like image gallery in fancybox example. i saw this in an example: $(...

15 30 50 per page
1
2 3 4 5
870