"ss"
Bootstrap 3.0.0 Snippet by varun3129

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <h2>Resource Model</h2> <p>The Envestnet | Yodlee Resource Model explains the details of the entities that are provided in the response of REST APIs. This helps you define the entities to read the payload returned by our services. Here you can view the supported list of attributes, their data types and the valid set of values for an attribute. </p> <div class="tabs"> <ul class="nav nav-tabs"> <li class="active"><a data-toggle="tab" href="#Entities">Entities</a></li> <li><a data-toggle="tab" href="#Enums">Enums</a></li> </ul> <div class="tab-content"> <div class="tab-pane active" id="Entities"> <h4><div id = "event">Entity: event</div></h4> Name of the event for which the customers must subscribe to receive notifications<br /> <strong>Valid Value:</strong> <a href="#EAN" goto="Enums">Notification_Events_Name</a> </div> <div class="tab-pane" id="Enums"> <h2>Resource: Cobrand</h2> <div><h4 id="EAN"><a name="EAN"></a>Notification Events Name</h4></div> <!--<table width="733">--> <!--<div class ="table-responsive"> <table class="table table-bordered table-striped table-hover" cellspacing="0" width="100%"> <tbody> <tr> <td width="157"><strong>Name</strong></td> <td width="668"><strong>Description</strong></td> </tr> <tr> <td>REFRESH</td> <td>Events that happen during add, edit and update aggregated accounts processes.</td> </tr> <tr> <td>DATA_UPDATES</td> <td width="668">Data updates that happen on provider accounts, accounts, transactions and holdings data due to user actions or auto updates. This event is triggered to help the customer perform data extracts from Yodlee system to their system.</td> </tr> </tbody> </table> </div>--> </div> </div> </div> <script> jQuery(document).ready(function($){ $('a').not('.tabs li a').on('click', function(evt) { evt.preventDefault(); var whereTo = $(this).attr('goto'); $tabs = $("ul.tabs li"); $tabs.find('a[href=#' + whereTo + ']').trigger('click'); // code shortened to keep explanation simple } });</script>

Related: See More


Questions / Comments: