[jQuery] dimension of an object

2009-11-05 Thread JamaicaMan
I am trying to find the dimension of a div named content and print them to my screen. I am getting the top and left, but not the width and height. Here is what I have written so far: $(document).ready(function(){ var p = $(#content); var position = p.position();

[jQuery] Pass form value

2010-01-03 Thread JamaicaMan
I am working on translating a website where instead of repotting the pages I just move the changed content into a DIV using jQuery “ajax_load”. The code is simple and of the form: [code] var loadCreditCardDonation = 'content/creditCardDonation.php';

[jQuery] Re: help combine LightBox jMyCarousel effect?

2010-01-16 Thread JamaicaMan
Is this what you are trying to do? http://www.rouse.ws/jCarouselDemo.php If so send a link to the web page that does not work and let me take a look at it. J M On Jan 16, 1:37 pm, bhupal fren4...@gmail.com wrote: I want the combine effect of these two plugins..

[jQuery] Re: Is there have any JQuery plugin that can sort 1A,2A,3A,... 10A, 11A, 12A, 13A, 14A?

2010-02-02 Thread JamaicaMan
See this link: http://db4free.blogspot.com/2006/06/sorting-of-numeric-values-mixed-with.html