Thanks Nathan, it works as expected !
Great help !
On 20 fév, 21:34, Nathan Klatt wrote:
> On Sat, Feb 20, 2010 at 9:13 AM, macgyver47 wrote:
> > div1 class="post"
> > div class="title"
> >
> > div10 id="post"
> > div class="title"
> > I am trying: clicking on div#title belonging to di
I figured it out. All I had to do was move this part to the very end
of the page.
// prepare the form when the DOM is ready
$(document).ready(function() {
// bind form using ajaxForm
$('#msg_form').ajaxForm({
// target identifies the element(s) to update with the server response
target: '#sender'
I'm displaying a form in a Thickbox and using the jQuery form plugin
to process the form and load the results back into the same Thickbox
window.
It's working perfectly in Firefox, but when the form is submitted in
Chrome/Safari you are sent to the page in the action attribute.
This is the js in
I'm working on a series of "Javascript Feelings" which attempt to
explain complex human emotions using Javascript. I've used the
parallax effect in my first piece entitled "Intimacy With Strangers."
http://verytogether.com/lifestyle/play/javascript-feelings-intimacy-with-strangers.html
On Sat, Feb 20, 2010 at 9:13 AM, macgyver47 wrote:
> div1 class="post"
> div class="title"
>
> div10 id="post"
> div class="title"
> I am trying: clicking on div#title belonging to div1 scrolls to
> div#title belonging to div2 and so on
$().ready(function() {
$(".title").click(functio
Hi
I have
div1 class="post"
div class="title"
div2 class="post"
div class="title"
div3 id="post"
div class="title"
div10 id="post"
div class="title"
I am trying: clicking on div#title belonging to div1 scrolls to
div#title belonging to div2 and so on
to cut a long story short c
Dear members,
I run into problems with the tablesorter and tablepager plugin. Here`s the
case:
The original tablesorter plugin works fine on its own. However, if i try
integrating the tablepager, my tablesorting functions dissapear.
If i try sorting it on something, all my rows dissapear. This
7 matches
Mail list logo