Changeset 4394


Ignore:
Timestamp:
01/29/14 16:04:31 (10 years ago)
Author:
twagoo
Message:

show/hide technical details for record in mockup

Location:
vlo/branches/vlo-3.0/vlo-web-app/src/main/html
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/html/js/vlo-record.js

    r4393 r4394  
    1818$(document).ready(function() {
    1919    $("#recordtechnicaldetails").hide();
     20    $("#hiderecordtechnicaldetails").hide();
    2021    $("#recordtechnicaldetailstoggle a").click(function(event){
    2122        event.preventDefault();
    2223        $("#recordtechnicaldetails").toggle();
     24        $("#recordtechnicaldetailstoggle a").toggle();
    2325    });
    2426});
  • vlo/branches/vlo-3.0/vlo-web-app/src/main/html/record1.html

    r4393 r4394  
    175175                </div>
    176176
    177                 <p id="recordtechnicaldetailstoggle"><a href="#" >Show technical details</a></p>
     177                <p id="recordtechnicaldetailstoggle">
     178                    <a href="#" id="showrecordtechnicaldetails">Show technical details</a>
     179                    <a href="#" id="hiderecordtechnicaldetails">Hide technical details</a>
     180                </p>
    178181                <div id="recordtechnicaldetails">
    179182                    <h2>Additional attributes</h2>
Note: See TracChangeset for help on using the changeset viewer.