Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

jQuery UI Conflict with Ari Data Table
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: jQuery UI Conflict with Ari Data Table
#25994
jQuery UI Conflict with Ari Data Table 12 Years, 1 Month ago Karma: 5
Is is possible to avoid the conflict with ARI data tables (Module settings: Conflict set to "no", use Jquery themes set to "yes") when using jquery UI

Thanks

Code:

<div id="tabs">
   <ul>
      <li><a href="#tabs-1">TAB 1</a></li>
      <li><a href="#tabs-2">TAB 2</a></li>
      <li><a href="#tabs-3">TAB 3</a></li>
   </ul>
   <div id="tabs-1">
      <p>{aridatatables moduleId="141"}</p>
   </div>
   <div id="tabs-2">
      <p>Tab 2 content</p>
   </div>
   <div id="tabs-3">
      <p>Tab 3 content</p>
   </div>
</div>
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.18.custom.min.js"></script>

<script>
  jQuery.noConflict();
$(function() {
$( "#tabs" ).tabs({
ajaxOptions: {
error: function( xhr, status, index, anchor ) {
$( anchor.hash ).html(
"Couldn't load this tab. We'll try to fix this as soon as possible. " +
"If this wouldn't be a demo." );
}
}
});
});
</script>

The administrator has disabled public write access.
 
#26012
Re:jQuery UI Conflict with Ari Data Table 12 Years, 1 Month ago Karma: 748
Hello,

Could you provide a link to a page where we can see a problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#26038
Re:jQuery UI Conflict with Ari Data Table 12 Years, 1 Month ago Karma: 5
.
Last Edit: 2012/03/06 15:30 By trevor_stp.
The administrator has disabled public write access.
 
#26039
Re:jQuery UI Conflict with Ari Data Table 12 Years, 1 Month ago Karma: 748
Send it be email please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1