1
1
<!doctype html>
2
- < html lang ="es-es ">
2
+ < html itemscope itemtype =" http://schema.org/Book " lang ="es-es ">
3
3
4
4
< head >
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=Edge;chrome=1 ">
6
6
< meta charset ="utf-8 ">
7
7
< meta http-equiv ="Content-language " content ="es "/>
8
- < meta name ="description " content ="Libro gratuito de jQuery en español - "/>
9
- < meta property ="og:title " content ="Libro gratuito de jQuery en español - "/>
8
+ < meta name ="description " content ="Libro gratuito de jQuery en español - Fundamentos de jQuery "/>
9
+ < meta itemprop ="name " content ="Libro gratuito de jQuery en español - Fundamentos de jQuery ">
10
+ < meta itemprop ="description " content ="El propósito de este libro es proveer un resumen de la biblioteca, de tal forma que para cuando lo haya terminado de leer, será capaz de realizar tareas básicas utilizando jQuery y tendrá una sólida base para continuar el aprendizaje. ">
11
+ < meta itemprop ="image " content ="http://librojquery.com/img/jquery_logo.png ">
12
+ < meta property ="og:title " content ="Libro gratuito de jQuery en español - Fundamentos de jQuery "/>
10
13
< meta property ="og:image " content ="http://librojquery.com/img/jquery_logo.png "/>
11
- < title > Libro gratuito de jQuery en español - </ title >
14
+ < title > Libro gratuito de jQuery en español - Fundamentos de jQuery </ title >
12
15
< link rel ="stylesheet " type ="text/css " href ="css/style.css " media ="screen, projection, print ">
13
16
< link rel ="stylesheet " type ="text/css " href ="css/stylePrint.css " media ="print ">
14
17
< link rel ="canonical " href ="http://librojquery.com/ " />
@@ -24,10 +27,18 @@ <h1 class="title maintitle">
24
27
</ h1 >
25
28
26
29
< div class ="social ">
27
- < iframe src ="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Flibrojquery.com%2F&layout=button_count&show_faces=false&width=115&action=like&font&colorscheme=light&height=21 " scrolling ="no " frameborder ="0 " style ="border:none; overflow:hidden; width:115px; height:21px; " allowtransparency ="true ">
28
- </ iframe >
29
- < a href ="http://twitter.com/share " class ="twitter-share-button " data-count ="horizontal " data-via ="dzignus " data-lang ="es "> Tweet</ a >
30
- < g:plusone size ="medium "> </ g:plusone >
30
+ < ul >
31
+ < li >
32
+ < div class ="fb-like " data-href ="http://librojquery.com/ " data-send ="false " data-layout ="button_count " data-width ="115 " data-show-faces ="false "> </ div >
33
+ < div id ="fb-root "> </ div >
34
+ </ li >
35
+ < li >
36
+ < a href ="http://twitter.com/share " class ="twitter-share-button " data-count ="horizontal " data-via ="dzignus " data-lang ="es "> Tweet</ a >
37
+ </ li >
38
+ < li >
39
+ < div class ="g-plusone " data-size ="medium " data-href ="http://librojquery.com/ "> </ div >
40
+ </ li >
41
+ </ ul >
31
42
</ div >
32
43
33
44
< div class ="clear "> </ div >
@@ -4006,25 +4017,60 @@ <h4><a href="#TOC"><span class="header-section-number">11.1.1.2</span> Conclusi
4006
4017
</ div >
4007
4018
4008
4019
< script >
4020
+
4021
+ ( function ( d ) {
4022
+
4023
+ <!--GA-->
4009
4024
var _gaq = _gaq || [ ] ;
4010
4025
_gaq . push ( [ '_setAccount' , 'UA-16816025-3' ] ) ;
4011
4026
_gaq . push ( [ '_trackPageview' ] ) ;
4012
- ( function ( ) {
4013
- var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
4014
- ga . src = ( 'https:' == document . location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
4015
- var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
4016
- } ) ( ) ;
4017
- </ script >
4018
- < script src ="http://platform.twitter.com/widgets.js "> </ script >
4019
- < script type ="text/javascript ">
4020
- window . ___gcfg = { lang : 'es' } ;
4027
+ var ga = d . createElement ( 'script' ) ;
4028
+ ga . type = 'text/javascript' ;
4029
+ ga . async = true ;
4030
+ ga . src = ( 'https:' == d . location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
4031
+ var s = d . getElementsByTagName ( 'script' ) [ 0 ] ;
4032
+ s . parentNode . insertBefore ( ga , s ) ;
4033
+
4034
+ } ) ( document ) ;
4035
+
4036
+ </ script >
4037
+
4038
+ < script >
4021
4039
4022
- ( function ( ) {
4023
- var po = document . createElement ( 'script' ) ; po . type = 'text/javascript' ; po . async = true ;
4024
- po . src = 'https://apis.google.com/js/plusone.js' ;
4025
- var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( po , s ) ;
4026
- } ) ( ) ;
4040
+ window . onload = function ( ) {
4041
+
4042
+ var d = document ;
4043
+
4044
+ <!--Twitter-->
4045
+ var tw = d . createElement ( 'script' ) ;
4046
+ tw . type = 'text/javascript' ;
4047
+ tw . async = true ;
4048
+ tw . src = 'http://platform.twitter.com/widgets.js' ;
4049
+ var s = d . getElementsByTagName ( 'script' ) [ 0 ] ;
4050
+ s . parentNode . insertBefore ( tw , s ) ;
4051
+
4052
+ <!--G+-->
4053
+ window . ___gcfg = { lang : 'es' } ;
4054
+ var po = d . createElement ( 'script' ) ;
4055
+ po . type = 'text/javascript' ;
4056
+ po . async = true ;
4057
+ po . src = 'https://apis.google.com/js/plusone.js' ;
4058
+ var s = d . getElementsByTagName ( 'script' ) [ 0 ] ;
4059
+ s . parentNode . insertBefore ( po , s ) ;
4060
+
4061
+ <!--FB-->
4062
+ var js , fjs = d . getElementsByTagName ( 'script' ) [ 0 ] ;
4063
+ if ( d . getElementById ( 'facebook-jssdk' ) ) { return ; }
4064
+ js = d . createElement ( 'script' ) ;
4065
+ js . async = true ;
4066
+ js . id = 'facebook-jssdk' ;
4067
+ js . src = "//connect.facebook.net/es_ES/all.js#xfbml=1" ;
4068
+ fjs . parentNode . insertBefore ( js , fjs ) ;
4069
+
4070
+ } ;
4071
+
4027
4072
</ script >
4073
+
4028
4074
</ body >
4029
4075
4030
4076
</ html >
0 commit comments