Custom Query (13852 matches)
Results (10 - 12 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#15239 | migrated | .position on table rows inside a relative div container gives different results based on scroll position | ||
Description |
The [docs for .position()](http://api.jquery.com/position/) clearly state that they return the "current position of an element relative to the offset parent." - explicitly not the position based on the viewport. However, .position does report different results based on where it is moved on the page due to scrolling. Here's a fiddle: http://jsfiddle.net/6g5upsvq/ Click the button, then scroll and click it again. The .offsetTop direct from the DOM stays constant, but .position changes. |
|||
#15238 | invalid | HTML Background fading | ||
Description |
<html> background, defined as black with image, is shown in white in the transition of images. This does not appear when the transition images are in the <body> |
|||
#15237 | duplicate | jQuery.load() remove ajax:select tag of AjaxTag Library | ||
Description |
I am using jQuery.load() function to load the content in Div dynamically. It is working fine with all the scenario but there is one issue in it. When I include ajax:select tag of AjaxTag Library version 1.5.7 for populating dependent dropdown in my JSP page, jQuery.load() function remove ajax:select tag from my loaded JSP page. I am stuck since last many day on these issue. Early Response to problem will be great. Note: ajax:select is converted in tag when loaded as HTML in normal scenario. Code Block : container.jsp (main jsp in which dynamic content will be loaded on onload event of page)
dropdown.jsp <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
|