5 questions from the last 7 days
-3
votes
0
answers
39
views
How to focus using Jquery Timepicker [closed]
I am using Jquery Timepicker and am validating the field
If the validation fails I want to focus on that field, but the code I have so far does nothing. Nothing else I have tried has worked either so ...
1
vote
0
answers
17
views
Jql change track
I want to showcase count of tickets improvement in last 4 months for a particular label. How to query for it. Eg- count of tickets with 'Compliance' label for OND quarter were 5,15,21 respectively--- ...
1
vote
2
answers
101
views
Add another javascript dropdown submenu
I have a dropdown menu on my Wordpress website that adds submenu items and it's categories into a dropdown menu. This works for one menu-item, with the help of that #id class. Now i can't get it ...
-1
votes
0
answers
122
views
How to transfer the document area width and hight to my php code [closed]
I have been reading previous posts about the difference of server and browser execution and found a way to read the document area hight and width in order to use it to scale a horizontal bar graph ...
-3
votes
0
answers
59
views
how do i display a message if nothing is found in the search filter of a table [closed]
I would like a message to appear saying there are no more items to display when the table filter has been run, so if the count val is zero the this additional message must also appear. Here is my code ...