This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* | |
| * What are the objects in this exercise? | |
| * What are their properties and methods? | |
| * How do your objects interact with their respective DOM elements? | |
| */ | |
| function sum () | |
| { | |
| var priceString = $('#grocery_list .item_price').last().text(); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | https://github.com/kbasye/oauthpractice | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | $(document).ready(function(){ | |
| $('form').submit(function(e){ | |
| e.preventDefault(); | |
| $('.loader').show(); | |
| // $('form').attr('disabled', 'disabled'); | |
| $('form').hide(); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | .container { | |
| /* | |
| If you have a block-level element of a certain width, margin: 0 auto; | |
| will how you center it inside its parent container. | |
| See: http://bluerobot.com/web/css/center1.html | |
| Don't change the container width. | |
| */ | |
| margin: 0 0; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | https://github.com/kbasye/blogger.git | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ActiveRecord Associations | |
| https://github.com/kbasye/ar-student-schema.git | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # Active Record Student Schema | |
| # --DB creation | |
| # --Student model creation | |
| # --Email, age, phone validation | |
| https://github.com/kbasye/ar-student-schema.git |