Custom Query (7259 matches)
Results (37 - 39 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#7820 | fixed | $(...).accordion('option', 'active') is incorrect when set by URL hash navigation | ||
Description |
If an item is activated by the URL hash navigation feature, the 'active' option is not set properly. Test Case: http://jsfiddle.net/7xQLu/3 Direct Link to a section: http://jsfiddle.net/7xQLu/3/show/#section-3 |
|||
#9149 | notabug | $(...).jtable is not a function in Jquery 1.9.0 PlugIn | ||
Description |
Hi, We are facing an issue with jTable with 1.9.0 plugIn. During debugging process it is been identified that jquery 1.9.0 is calling code.jquery.com/jquery 1.4.2. For more information included image. We have tried by changing the sequence of jquery references in master page(layout.cshtml). But no result. Strange issue: We have tried the same in various machines , many of them loading data properly and jquery 1.9.0 getting called , but we are facing this issue in few client machines. What would be the problem ?do we need to change any things from browser level? we have installed all latest version of browsers. Thanks Mohan.Kadiyala |
|||
#6823 | duplicate | $(...).switchClass(...,...,"slow") | ||
Description |
If you transition between a certain color class to a different color class, the transition moves slowly. If you were to go from a background color class to a transparent class. The transition is messed up. Pretend:
What will happen is the background will shift straight to white making a weird appearance, do the animation, then go to the correct color. Let me know if you need some sample code. |