Custom Query (7259 matches)
Results (94 - 96 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2262 | wontfix | iFrame problem while using UI Sortables makeSortable | ||
Description |
I'm using new ui.sortables makeSortable method. When I'm using an iFrame in this, this iFrame is getting refreshed when dragging is started. Fortunately it is not refreshing it's contents while dragging is completed. |
|||
#9376 | fixed | Slider value can be set greater than value of 'max' option | ||
Description |
Slider value can be set greater than value of 'max' option Example on jsfiddle: http://jsfiddle.net/Bacher/6sdHc/ In this case, I can set value 100. |
|||
#12520 | notabug | click.apply is not a function | ||
Description |
I have a simple dialog: <div id="shippingAddressDialog"> <p>Would you like to add a separate shipping address?</p> </div> $(document).ready(function() { jQuery('#shippingAddressDialog').dialog({"modal":true,"autoOpen":true,"title":"Shipping Address","width":"400px","buttons":[{"text":"Yes","click":"function(){closeDialog();}"}]}); }); function closeDialog() { jQuery('#shippingAddressDialog').dialog("close"); } When the button is clicked it throws the following error (Firebug): TypeError: click.apply is not a function click.apply( that.element[ 0 ], arguments ); jsfiddle: https://jsfiddle.net/a8a46s2y/4/ Browser: Firefox 37.0.2 |
Note: See TracQuery
for help on using queries.