File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html lang ="fr ">
2
+ < html lang ="de ">
3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
5
< title > Sharrre.com</ title >
6
6
< meta name ="description " content ="Sharrre " />
7
- < script src ="http://code.jquery .com/jquery-1.7.min .js "> </ script >
8
- < script src ="jquery .sharrre-1.3.1 .js "> </ script >
7
+ < script src ="http://ajax.googleapis .com/ajax/libs/mootools/1.5.1/mootools-yui-compressed .js "> </ script >
8
+ < script src ="mootools .sharrre-1.3.5 .js "> </ script >
9
9
< script >
10
- $ ( function ( ) {
11
- $ ( '# demo1') . sharrre ( {
10
+ window . addEvent ( 'domready' , function ( ) {
11
+ new Sharrre ( ' demo1', {
12
12
share : {
13
13
googlePlus : true ,
14
14
facebook : true ,
21
21
twitter : { count : 'vertical' } ,
22
22
delicious : { size : 'tall' }
23
23
} ,
24
- hover : function ( api , options ) {
25
- $ ( api . element ) . find ( '.buttons' ) . show ( ) ;
24
+ onHover : function ( api , options ) {
25
+ $ ( api . element ) . getElement ( '.buttons' ) . show ( ) ;
26
26
} ,
27
- hide : function ( api , options ) {
28
- $ ( api . element ) . find ( '.buttons' ) . hide ( ) ;
27
+ onHide : function ( api , options ) {
28
+ $ ( api . element ) . getElement ( '.buttons' ) . hide ( ) ;
29
29
}
30
30
} ) ;
31
31
32
- $ ( '# demo2') . sharrre ( {
32
+ new Sharrre ( ' demo2', {
33
33
share : {
34
34
googlePlus : true ,
35
35
facebook : true ,
You can’t perform that action at this time.
0 commit comments