On Friday, February 24, 2012 12:32:32 AM UTC+5:30, Edgar Lizcano Sosa wrote:
> so after i load some content on my div i wanted to initialize > jscrollpane but it just wont work heres my code see if u guys can tell > me what its wrong
},
error: function() {
//called when there is an error
},
});
hoverli()
});
break;
What i did was instead of using the existent div where i load everything. I
decided to add another one on my ajax document. Like this.
<div id="scrollpro" style="overflow:auto; width:280px;">
<div id="pruebadiv" style="width:280px">
<P class ="subtitulo">Misión</p>
<p class ="cuerpotexto" style="text-align:justify">Formar a futuros
maquillistas profesionales adaptando sus perfiles a las necesidades de sus
empleadores, expandiendo sus oportunidades de desarrollo personal,
profesional y económico.<br/><br/></p>
<p class ="cuerpotexto" style="text-align:justify">Logramos la combinación
perfecta entre excelentes técnicas de maquillaje profesional y los más
altos estándares de comportamiento en el ambiente laboral.<br/><br/></p>
<p class="cuerpotexto" style="text-align:justify">"Somos un centro donde
cualquier persona pueda mejorar su apariencia al aprender la teoría y
práctica básica de la imagen y el maquillaje"<br/><br/></p>
<p class="cuerpotexto" style="text-align:justify">Nägu crea un espacio de
intercambio entre profesionales, empresas y estudiantes con la más alta
calidad de enseñanza para contribuir al buen desempeño de la industria en
México.</p>
</div>
</div>
Hope it works for you!
On Thu, Nov 8, 2012 at 9:21 AM, Deepak Bharadwaj <deepak.nag...@gmail.com>wrote:
> i need exactly this....did u figure this out Edgar ?....im using this for
> datatables.
> On Friday, February 24, 2012 12:32:32 AM UTC+5:30, Edgar Lizcano Sosa
> wrote:
>> so after i load some content on my div i wanted to initialize
>> jscrollpane but it just wont work heres my code see if u guys can tell
>> me what its wrong
> To post to this group, send email to jscrollpane@googlegroups.com.
> To unsubscribe from this group, send email to
> jscrollpane+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/jscrollpane?hl=en.
> where do i insert scrollpane code ? and also if i hit the search button i
> dont get the data again...and where do i put the reinitialise ? in my
> function ?
> To post to this group, send email to jscrollpane@googlegroups.com.
> To unsubscribe from this group, send email to
> jscrollpane+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/jscrollpane?hl=en.