Subversion Repositories My Stuff

Rev

Rev 3 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 13
Line 1... Line -...
1
#######################################################################
-
 
-
 
1
/*#######################################################################
2
# This script is distributed in the hope that it will be useful,
2
# This script is distributed in the hope that it will be useful,
3
# but WITHOUT ANY WARRANTY; without even the implied warranty of
3
# but WITHOUT ANY WARRANTY; without even the implied warranty of
4
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
5
# GNU General Public License for more details.
5
# GNU General Public License for more details.
6
# Author: Andrzej Kardaś
6
# Author: Andrzej Kardaś
7
# License: GPLv3
7
# License: GPLv3
8
# The full version of the licencse can be obtainted by visiting:
8
# The full version of the licencse can be obtainted by visiting:
9
# http://www.gnu.org/licenses/gpl.html
9
# http://www.gnu.org/licenses/gpl.html
10
#######################################################################
-
 
-
 
10
#######################################################################*/
11
$(document).ready(function(){
11
$(document).ready(function(){
12
      $('div.toggle').each(function(){
12
      $('div.toggle').each(function(){
13
              var $link = $(this).children('a.toggle_link:first');
13
              var $link = $(this).children('a.toggle_link:first');
14
              var $content = $(this).children('div.toggle_content:first');
14
              var $content = $(this).children('div.toggle_content:first');
15
              $link.click(function(){
15
              $link.click(function(){