All Questions
33 questions
-1
votes
1
answer
1k
views
How do I use a jQuery libary in ASP.NET Core?
I am developing a website using ASP.NET Core 2.2, and mainly with razor pages.
I am trying to make a tree table and found a jQuery plugin that suits perfectly but I am unsure of how to use it in a ...
1
vote
2
answers
1k
views
Default show Mutilple selected options in Select control using Bootstrap Select
I have created a multi selection select control using Bootstrap select.
By default I need to show dynamically selected items. When I make selected in option ALL selection (<option value="All" ...
0
votes
5
answers
108
views
Why does jQuery Datepicker fail to change dateformat?
All:
Here are the jquery versions that I'm using:
jquery 2.1.4
jquery-UI 1.11.2
In my ASPX web page, I have the following:
Start Date: <input type="text" id="startdate" size="30"/>
...
1
vote
1
answer
226
views
JQuery loads after F5
I have used the following script in my asp.net project. All is working fine but after releasing my prject to IIS, some users are complaining about rendering issues. If they press F5 then all works ...
0
votes
1
answer
86
views
Is it possible to set different UI theme for JQuery UI tooltip inside jquery function
Is it possible to set different theme for JQuery UI tooltip inside jquery function. I am using other UI themes for different controls on the same page, just wondering if there is any way to set ...
1
vote
2
answers
1k
views
Jquery multiselect widget - Single select inside update panel is not working after post back
I am using Eric Hynds multiselect widget on asp.net page. Control is inside update panel.
Single select works fine the first time page is loaded but after post back it is not working. I can't select ...
0
votes
3
answers
5k
views
Pass value to Jquery function from code behind
I am using Jquery progress bar control on asp.net form to show the percentage of completed work for inspector. Here is the client side function for progress bar.
<script>
$(function ...
0
votes
2
answers
462
views
Setting Jquery Multiselect plugin properties from codebeind
Is it possible to set jquery Multiselect plugin properties from codebeind?
I have created a asp.net web user control which shows multiselect jquery dropdown with checkboxes. I am using this control ...
1
vote
1
answer
2k
views
How to use Jquery Multiselect plugin on selected controls
I have created a user control which shows dropdown with check boxes. All works fine but when i use this control on my asp.net page, it effects other dropdown controls.
I don't want to effect other ...
0
votes
2
answers
133
views
Jquery and css references are blocking page rendering in Asp.net on IE7 compatibility
My Asp.net application was designed to work with IE 7 compatibility (through X-UA-Compatible). Recently I added latest Jquery (1.11.1 version) and css inline references to my project to include ...
0
votes
2
answers
346
views
store the current tabs after postback
I am creating an application where i want to store the current value of tabs during postback. I want to store the current value of tab using hidden variable.
what i doing wrong?
This is my jquery ...
0
votes
2
answers
521
views
How to know when a JQuery function is fired?
I created two JQuery plugins: _formValidator.validate() and refreshTime
in plugin _formValidator.validate(). I have a function for error message generation which name is buildError,
and I call these ...
0
votes
1
answer
1k
views
Disable Jquery autocomplete dropdown from codebehind c#
I am using http://jqueryui.com/autocomplete/#combobox for my dropdownlist and it works well.
My problem here is when I disable the dropdown list from code behind it doesn't work.
My code is here.
...
1
vote
1
answer
464
views
Jquery sliders do not work in aspx page but works fine in HTML
Scenario:
Within an asp.net site, we have 3 jquery sliders on ASPX page.
The three sliders (can be seen in the below jsfiddle link) are
a) Price
b) Variant
c) Related items (it is within the tab)
...
0
votes
2
answers
778
views
Cannot load local JQuery file when viewing site in IE 8
I am attempting to use the datetimepicker control (http://timjames.me/jquery-ui-datetimepicker-plugin) but it appears my local js file is having trouble loading - but only in IE (version 8.0.6) as it ...