Foros del Web » Programando para Internet » Jquery »

jquery scrollable y php

Estas en el tema de jquery scrollable y php en el foro de Jquery en Foros del Web. Hola amigos!. Estoy tratanto de aplicar un elemento jquery visto en esta pag http://flowplayer.org/tools/demos/scrollable/vertical.html# . Cuando salvo la pagina en .html funciona pero en .php ...
  #1 (permalink)  
Antiguo 29/03/2010, 14:57
 
Fecha de Ingreso: marzo-2010
Mensajes: 1
Antigüedad: 14 años, 1 mes
Puntos: 0
jquery scrollable y php

Hola amigos!. Estoy tratanto de aplicar un elemento jquery visto en esta pag http://flowplayer.org/tools/demos/scrollable/vertical.html# . Cuando salvo la pagina en .html funciona pero en .php no. ¿alguien puede ayudarme?? se lo agredeceria mucho.
Aqui el html
<div class="tabla_laempresa">
<div id="actions">
<a class="prevPage">&laquo; Back</a>
<a class="nextPage">More pictures &raquo;</a>
</div>

<!-- root element for scrollable -->
<div class="scrollable vertical">


<!-- root element for the items -->
<div class="items">


<div>
<img src="http://farm1.static.flickr.com/3650/3323058611_d35c894fab_m.jpg" />

<h3>1. Barcelona Pavilion</h3>

<strong>
The German Pavilion in Barcelona, designed by Ludwig Mies van der Rohe
and built for the International Exposition in 1929.
</strong>

<p>

The Pavilion was not only a pioneer for construction forms with a fresh, disciplined
understanding of space, but also for modeling new opportunities for an exciting
association of free art and architecture.
</p>

<p>
<a href="#">Read more</a> &nbsp; <a href="#">Show in map</a>
</p>

</div>

<div>

<img src="http://farm1.static.flickr.com/3635/3323893254_3183671257_m.jpg" />

<h3>2. Barcelona Pavilion</h3>

<strong>
The German Pavilion in Barcelona, designed by Ludwig Mies van der Rohe
and built for the International Exposition in 1929.
</strong>

<p>
The Pavilion was not only a pioneer for construction forms with a fresh, disciplined
understanding of space, but also for modeling new opportunities for an exciting
association of free art and architecture.
</p>

<p>

<a href="#">Read more</a> &nbsp; <a href="#">Show in map</a>
</p>

</div>
</div>
</div>
</div>

Aqui el javascript
<script>
$(function()
{
$("div.scrollable").scrollable({
size: 2,
speed : 200
});

});
</script>

Etiquetas: javascript, php
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 04:38.