Skip to main content

All Questions

Tagged with
0 votes
1 answer
36 views

JS Sliding Panel: prevent delay of mouseleave event

I wrote a JS panel class that shows a sliding panel on top, bottom, left or right border of the page. The panel is shown when the mouse comes near to the top, bottom, left or right edge of the page (...
Samwise_71's user avatar
0 votes
1 answer
68 views

Make ASP.NET panel width the same as aspx page width

I have the following aspx page: <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="SectionPreview.aspx.vb" Inherits="Management.SectionPreview" %...
Prescott Chartier's user avatar
0 votes
1 answer
2k views

How can I split the resizable panel vertically using JavaScript

How can I split the resizable panel vertically using current code HTML,CSS and JavaScript. Right now this code is working for horizontal resizable split. What are the changes I would have to do in ...
Rihazz's user avatar
  • 49
0 votes
1 answer
50 views

My social media panels are not working properly

I want to ask about javascript. I want to create a social media share floating panel. I have made the code like below, but the panel is not working properly. When the panel is closed, it displays the ...
Frauds's user avatar
  • 137
-1 votes
2 answers
58 views

Div doesn't appear when at the bottom of a page

I have a question about javascript. I'm creating a panel which when scrolling, the panel closes and when we are at the bottom of the page the #toTop div will appear. I have made the function code as ...
Sir Palermo's user avatar
0 votes
2 answers
1k views

Get focus(or scroll into view) to a panel using jquery

I am setting up a form in which user will be able to see their selection of radio button(of a particular value) on a button click. i am able to get the radio button focus and make the page to scroll ...
Dhaval Verma's user avatar
0 votes
1 answer
28 views

Scotch Panels: making a panel open "above", as an overlay

This pretty known jQuery library allows creating "collapsable" panels. When the panels are opened - they "push" the other content aside, and I'd like to have them open "above" the main content. Take ...
Yuval A.'s user avatar
  • 6,049
0 votes
1 answer
2k views

Bootstrap panel increase panel-body size to fixed length with scroll

Creating a panel in bootstrap with max, min length. I am trying to increase the length of panel body to a fix length. If the text overflows the length I would use the scroll bar. increasing the ...
Raj's user avatar
  • 113
0 votes
1 answer
529 views

bootstrap nested panel collapse toggle without IDs

I'm not sure if what I'm trying to do is even possible but here it is. I'm using bootstrap 3.3.7 I'm also working in TFS There are blocks of code generated by clicking on items like "add user" or "...
miss chohoh's user avatar
0 votes
3 answers
155 views

How to change jQuery panel href?

I have an record with an href to a panel. In differing states, I would like the button to open different panels. I've tried changing the href, but that doesn't appear to be enough, as the button ...
carter's user avatar
  • 633
1 vote
1 answer
61 views

jQuery Search page for word not working as expected

I have a view full of bootstrap collapsible panels. Inside the panels are a list of documents. I have a search box at the top of the page for the user to type in the document name. What currently ...
Grizzly's user avatar
  • 5,923
0 votes
2 answers
49 views

Bootstrap Panel align

I have a question about Bootstrap Panel align. I have three tables on the Website. Left side top a short table (1) Under them a short table (3) and on the right side a long table (2). Table 2 long ...
chrisz's user avatar
  • 75
0 votes
2 answers
3k views

SAPUI5 - When panel is expanded, how do I close all others?

I'm generating Panels from view>categories, so the number of panels is not known. I therefore can't assign specific I'd's to them. When I expand a panel, I need to close all the others, so how can I ...
Adam Harkus's user avatar
  • 2,190
0 votes
1 answer
294 views

How to Prevent a panel from going to next panel when input fields are empty

I have a question based on panels containing forms. How can I prevent clicking "Next" on a starting panel containing empty form fields? If the forms are filled in the first panel then the "next" ...
ricky's user avatar
  • 29
0 votes
1 answer
73 views

How do i display hidden slide?

I have a code in which I need assistance with. Basically, I have a panel with 4 slides. I hide the 2nd slide using the code $(".two").detach();. The goal I am trying to achieve is: when I ...
ricky's user avatar
  • 29

15 30 50 per page
1
2 3 4 5
13