Skip to main content

All Questions

Tagged with
0 votes
1 answer
781 views

Kendo for jQuery: show one of two different controls in each cell of a grid column

I'm using Kendo for jQuery. I have a grid where each cell of a column needs to display either a dropdown control or a text input control. I have found a method here on SO for displaying one or the ...
cmabe's user avatar
  • 1
4 votes
0 answers
788 views

Get/Change value of widget controls dynamically in Elementor

I am developing a plugin for the elementor editor , and I am stuck with this problem that I need help resolving, I need to get the Values of the controls on the side , like for example getting the ...
Sagi Weizmann's user avatar
3 votes
1 answer
1k views

Add Prev Next Controls to Carousel

After toying about with timers and intervals I have come to a solution that works to my satisfaction. See relevant jsFiddle or code below: HTML: <div id="foo">irrelevant content</...
jmazzo's user avatar
  • 37
0 votes
1 answer
286 views

How to detect if a control in an HTML form is a ComboBox using Javascript/Jquery

I am trying to detect if an HTML FORM in a web page contains ComboBox or List. . I could detect all the rest and here are my efforts so far. As you can see, the ComboBox is not detected. I understand ...
JamesT's user avatar
  • 83
0 votes
1 answer
26 views

How to order controls from a pre-determined order

I have registered some controls on a page and set their public properties server side no problem so they display as intended. Now there is a requirement to set the order of the controls on page load ...
stonypaul's user avatar
  • 677
0 votes
3 answers
2k views

Get value of ASP.NET Webform TextBox using JS/JQuery [duplicate]

I have an asp control for a textbox and a script that's trying to get the value from the textbox but it wont fire the alert: <asp:TextBox ID="txtEmailList" runat="server" TextMode="MultiLine">&...
user avatar
0 votes
1 answer
12 views

jQuery controls not passed to controller

I'm adding new controls in jQuery to a GET form, but when I submit the form the values are not part of the request. Is jQuery the right tool for the job? Do I need to submit the form with jQuery ...
David's user avatar
  • 965
0 votes
1 answer
160 views

How can I position custom controlUIs in Google Maps V3?

I have created two custom controlUIs in Google Maps based on existing default examples. They work nice but I realised they are displayed vertically: But I want them displayed horizontally: The CSS ...
Jonny's user avatar
  • 866
12 votes
8 answers
24k views

Need to show HTML5 Video Controls on Hover or Play

I'd like to hide the controls for multiple HTML5 videos on a page. If the user hovers over the video the controls should appear. If they click the play button, then the controls should remain visible ...
Cofey's user avatar
  • 11.4k
0 votes
1 answer
96 views

How to override the css aplied by a aspx control using jquery?

I have an AspxFileManager, and I want to distinct a file when they are loaded. To do this, I wanted to add a class that places a border around the element. I didn't work. I achieved it using .attr('...
kkica's user avatar
  • 4,084
0 votes
0 answers
75 views

HTML5 video tag Firefox and jQuery controls Bug

Don't find why the controls of my video tag doesn't work on firefox when i put the jquery.min.js file link on my page... Do you have an idea ? when the jquery file link is remove it's work on all ...
S.N Charlotte's user avatar
-1 votes
1 answer
41 views

Do we have any kendo treeview kind of control supporting angular2/4

KendoUI does not support treeview control with angular2/4 right now so i am searching for any 3rd party treeview control supporting angular4.
shiva k's user avatar
1 vote
1 answer
2k views

Play and Pause Buttons for multiple YouTube videos on the same page

I need to embed youtube videos on a webpage, and I want to control my videos with custom controls buttons (play / pause / progress bar), using the youtube player API. I used a tutorial (https://css-...
mmdwc's user avatar
  • 1,127
2 votes
1 answer
5k views

Custom HTML5 video controls not working when mp4 is the only source

Problem: I only have a single video source (mp4) as I am trying to add custom controls to a tumblr video. If there is only mp4 as the source video.duration is returned as NaN. As a test when using ...
lharby's user avatar
  • 3,204
1 vote
1 answer
228 views

I wanted to check whether one of the input value is same any of others

I wanted to check whether one of the input value is same any of others. my html code : <input name="p1[]" class="player"><span class="result"></span><br> <input name="p1[]"...
vciloglu's user avatar
  • 526

15 30 50 per page
1
2 3 4 5
9