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:24]
cnguyen
emse:students [2015/03/16 15:25]
cnguyen
Line 4: Line 4:
  
 <style type="​text/​css">​ <style type="​text/​css">​
- .title+ .year
  {  {
  cursor: pointer;  cursor: pointer;
Line 365: 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 371: 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