Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
emse:students [2015/03/16 15:21]
cnguyen
emse:students [2015/03/16 15:25]
cnguyen
Line 3: Line 3:
 Welcome to the EMSE students'​ page.  Welcome to the EMSE students'​ page. 
  
-  +<style type="​text/​css"​> 
-<p></p>+ .year 
 +
 + cursor: pointer; 
 +
 + 
 + .student-year .table 
 +
 + display: none; 
 +
 +</style>
 <div class="​student-year">​ <div class="​student-year">​
  <p>  <p>
Line 356: Line 365:
  if($(_this).attr('​active'​)=='​no'​){  if($(_this).attr('​active'​)=='​no'​){
  $(_this).attr('​active','​yes'​)  $(_this).attr('​active','​yes'​)
- $(_this).next('​div.table'​).css('​display','​inline-block'​)+ $(_this).next().next('​div.table'​).css('​display','​inline-block'​)
  $(_this).children().text('​▲'​)  $(_this).children().text('​▲'​)
  }  }
Line 362: Line 371:
  {  {
  $(_this).attr('​active','​no'​)  $(_this).attr('​active','​no'​)
- $(_this).next('​div.table'​).css('​display','​none'​)+ $(_this).next().next('​div.table'​).css('​display','​none'​)
  $(_this).children().text('​▼'​)  $(_this).children().text('​▼'​)
  
emse/students.txt · Last modified: 2019/02/18 10:12 (external edit)
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0