Hello,
I am looking for some jquery plugin that would replicate what is done
on this page http://www.lorigrahamdesign.com/index.php
Basically there are 5 images which keep changing (fade in/out)
randomly and when clicked they take the user to a new page.
I remember seeing lots of jquery plugin
Hi,
I am wondering whether jquery ui demo site is written in jquery (would
be ironic if its not )
http://ui.jquery.com/demos
it looks very appealing how they have things going in a semi-circle.
I am wondering if this is doable via jquery? and if soare there
any plugs to achieve this or anyt
Hi i came across this site
http://smoothgallery.jondesign.net/showcase/gallery/
please see how the menu items are dropped from top and bounce before
finally settling down.
I am wondering how this can be done using jquery...
I gave the easing plugin a try but the easing plugin only animates the
Hi
I came across this smoothgallery site. The gallery is nice and
everything but what i really liked about the main page was the
'dropping and bouncing' of the top menu bar (what, whats new,
downloadetc).
here is a link
http://smoothgallery.jondesign.net/showcase/gallery/
if you miss it th
Hello
I made an earlier post regarding this as well but now i know what the
problem is
So i have a table like this
http://i32.tinypic.com/287oolg.jpg
the code for the table i slike this
1
2
3
4
5 members
3a
3b
4a
4b
4c
to be done if a
column has 2 columns in it?
Thanks!
On Mar 6, 11:04 am, Bhaarat Sharma <[EMAIL PROTECTED]> wrote:
> Hello
>
> I have a table like this
>
> http://i32.tinypic.com/287oolg.jpg
>
> from the pic...3, 4 and 5 are all but all have columns underneath
> them,
Hello
I have a table like this
http://i32.tinypic.com/287oolg.jpg
from the pic...3, 4 and 5 are all but all have columns underneath
them, and the underneath columns are the ones that need sorting.
If i use tableSorter plugin then it is adding sorting capability to
all tags. Is there any way
thanks!
So now i have been able to acheve a slider based on which i am
slidingUp and slidingDown some divs. But I have two questions now...
My divs are just in simple line by line order
so for example
test1
test2
test3
If i slideUp test1 then i would like test2 and test3 to automatically
take
Hello,
I am new to both jQuery and YUI. While jQuery has an easy slideUp
slideDown mehtods..YUI has an easy slider widget (http://
developer.yahoo.com/yui/examples/slider/slider-simple.html).
I am confused which one can achieve the similar feat for me:
http://demo.backbase.com/travel/
In that
ing value to my interface (i.e.
> making it easier/more intuitive to use my web page/app), this fails
> miserably. I don't see much more benefit to this than those annoying
> stars that follow your mouse around. But, I've been wrong before, and I
> don't know your requirements
Hi
Does anyone know a plugin that would let users 'throw items around' in
a designated area.
basically something like this
http://www.etsy.com/showcase.php once you click on an item, it pops up
and then u can draw and throw it.
i know there are bunch of drag and drop plugins around but anyone
pretty cool functionality.
one thing i can think of is showing the user a thumbnail version of
the image after it has been placed in the queue. rather than just the
name.
great work!
On Feb 11, 10:26 am, "Gilles (Webunity)" <[EMAIL PROTECTED]> wrote:
> http://docs.jquery.com/UI/Uploader
>
> On
d, you could have an image like that "AutoScroll"
> > on the example you linked to, check the MouseOver for x position and
> > kick off the ScrollTo animation with the x value of the mouse on the
> > image as the "speed"...
>
> > On Feb 10, 8:02 pm, Bhaarat
Hello
Yesterday i came across an autoScroll feature on this linke
http://www.etsy.com/time_machine2.php
if you hoover on the "Auto Scroll" button then the div starts to
scroll towards the left. the speed can be increased or decreased based
on how far you have hooverd on the "Auto Scroll" button
sorry to kick an old thread.
But how can we get the source code for jquery used in the link you
provided...
On Jan 3, 9:52 am, "Andy Matthews" <[EMAIL PROTECTED]> wrote:
> This might work for you:
>
> http://host.sonspring.com/portlets/
>
> -Original Message-
> From: jquery-en@googlegrou
oh haha thanks. we replied at the same time :)
On Jan 30, 11:11 am, Bhaarat Sharma <[EMAIL PROTECTED]> wrote:
> *dope*
>
> $("#scrollStats").html("someting");
>
> that works.
>
> ...should visit the api's more often...
>
> On Jan 30, 10
*dope*
$("#scrollStats").html("someting");
that works.
...should visit the api's more often...
On Jan 30, 10:55 am, Bhaarat Sharma <[EMAIL PROTECTED]> wrote:
> Hi
>
> Can someone please tell me how i can change the text between span tags
> on th
found, still,
> > athttp://test.learningjquery.com/cookie-menu.html
>
> > Good luck with your test page!
>
> > --Karl
> > _
> > Karl Swedbergwww.englishrules.comwww.learningjquery.com
>
> > On Jan 29, 2008, at 4:08 PM, Bhaarat Sharma wrote:
&g
Hi
Can someone please tell me how i can change the text between span tags
on the fly using jQuery
I have tag like this
i have tried these but none seem to work
$("#scrollStats").val("im here!!");
$("#scrollStats").setText("works?");
Thanks!
dded a little function to show the value of
> the cookie and called the function onready and onclick:
>
> function showCookie() {
> if (!$('#jar').length) {
> $('').appendTo('body');
> }
> $('#jar').text(document.cookie);
&
Hi,
I took the code from jQuery Accordion menu and am using the cookie
plugin.
while searching for a collapse-able menu I saw that a lot of people
were looking for this but with cookies so when user refreshes..the
collapse/expand state stay the same.
I am new to jQuery and even javascript.
But
*dope*
nevermind..got it. just calling the fucntion directly ,...
On Jan 29, 11:01 am, Bhaarat Sharma <[EMAIL PROTECTED]> wrote:
> Hi
>
> I have the following snippet to expand/collapse menu items and set the
> cookie as well.
>
> function initMenu() {
>
Hi
I have the following snippet to expand/collapse menu items and set the
cookie as well.
function initMenu() {
$('#menu ul').hide();
if ($.cookie('the_cookie')=='a'||$.cookie('the_cookie')=='b'||
$.cookie('the_cookie')=='c'||
$.cookie('the_cookie')=='d')
{
alert('came her
alert('this isname: ' + $(this).attr('name'));
$(this).next().slideDown('normal');
}
);
}
function setCookie(some)
{
$.cookie('the_cookie', some);
alert('cookie set ' + some);
}
$(document).ready(function() {ini
thanks that woked!
i am getting very confused as i have no prior experience with
javascript either.
Can you please see If im going in right direction with this?
I am just trying to take this plugin
http://www.i-marco.nl/weblog/jquery-accordion-menu/
and integrate cookies to it so once user hits
Hi
I am trying to create a slideing menu. I have this code
$('#menu li a').click(
function() {
$(this).next().slideToggle('normal');
}
);
This is working fine but now i am trying to add the cookie plugin by
kalus into this so that it remembers which menu item was open and
Hi
I am planning to use the tableSorter 2.0 plugin by
But just wondering if there is a way to do the following with this:
Right now once we have tableSorter set up...we can toggle the columns.
click once do asc, click again do desc.
But I want the user to be able to just click either up arrow
got it
for anyone ahving same trouble..
format: function(s) {
while (s.indexOf(",")>0)
s = s.substring(0,s.indexOf(","))
+s.substring(s.indexOf(",")+1,s.length);
return s;
},
On Jan 24, 12:04 pm,
noticed i had before the data inside the tags.
but still not able to sort number with commas. like 1642 as 1,642
thanks!
On Jan 24, 11:51 am, Bhaarat Sharma <[EMAIL PROTECTED]> wrote:
> now i notice that even simple numbers are not sorted correctly.
>
> i am displaying these
1% and 00.55%
What aM i doing wrong!
hopefully someone can come to rescue. I've spent a lot of time in
getting tableSorter to work and now noticing sorting error s:(
On Jan 24, 11:36 am, Bhaarat Sharma <[EMAIL PROTECTED]> wrote:
> anything?
>
> this data is directly in a
anything?
this data is directly in a th header. 3,567 and isnt sorting
properly.
would appreciate some tips
On Jan 23, 5:20 pm, Bhaarat Sharma <[EMAIL PROTECTED]> wrote:
> Hi
>
> I have some number which have commos in them. How can i sort these
> propertly?
>
> for example 3567 is as 3,567
Hi
I have some number which have commos in them. How can i sort these
propertly?
for example 3567 is as 3,567
nevermind..got it. made another table just for the heading..
On Jan 23, 1:21 pm, Bhaarat Sharma <[EMAIL PROTECTED]> wrote:
> I tried class="{sorter: false}" but to no avail.
>
> This is sample of my ta
to sort in tags. In the above code only
'color' column is to be sorted.
Thanks
On Jan 23, 12:46 pm, Bhaarat Sharma <[EMAIL PROTECTED]> wrote:
> Hi
>
> This is my first time using tablesorter plugin.
>
> I have a table which has a row at the top. like table he
Hi
This is my first time using tablesorter plugin.
I have a table which has a row at the top. like table header saying
what the table is for. then underneath that I have a bunch of
columns.
Since I think tablesorter sorts by tags..it is messing up for me.
Since my table Header (saying what tab
a check
for 'my value2' as well...
I appreciate your help!
On Jan 14, 8:39 pm, "Benjamin Sterling"
<[EMAIL PROTECTED]> wrote:
> Something like below should work:
>
> if($('select[name=myDropdown] :selected').val() == 'my value'){
> $('
Hello,
I'm a little new to jQuery.
Is it possible to hide/disable a text field based on a certain value
in a drop down box on the same page??
I'd appreciate if someone could either show me a similar example or
guide a little.
Thanks
Hi,
some time ago I saw a jquery plugin which would preset the value in a
text box and when users' cursor came to that text box...the preset
value would go away. it was sort of there to let the user know what
format should be in this text field.
I cant recall the name of the plugin.
Wondering i
think.
I'm very new to jQuery so dont know where to begin, but if someone
does decide to take this idea on...I'd be willing to help in any way i
can.
On Nov 8, 8:59 am, Robert O'Rourke <[EMAIL PROTECTED]> wrote:
> Jared wrote:
> > On Nov 7, 4:27 pm, Bhaarat Sh
hi,
I am sure most of you are familiar with 'facebook'. you might have
noticed that facebook allows ursers to hoover over pictures, click on
them and that way tag them. so the next time someone comes to take a
look at the picture and hover over it they will see the tag created. I
am wondering if
ific behavior.
>
> On 7 nov, 15:41, "Andy Matthews" <[EMAIL PROTECTED]> wrote:
>
> > Yes.
>
> > return false won't make the link "unclickable", but it will prevent the
> > default action from occurring. You can do this to also remove the h
Hi
is it possible to make all links on a page un-clickable using jQuery?
the mouse cursor shouldn't even change when user hovers over the
link.
I am new to jQuery
I'll start out with something like this
$("a").click(function(){
//what should go here? return false;?
});
Sorry i am fairly new to jQuery. could you please show a little
snippet that can achieve this?
On Oct 29, 11:48 am, Yehuda Katz <[EMAIL PROTECTED]> wrote:
> This could be done trivially via Ajax
>
> Sent from my iPhone
>
> On Oct 29, 2007, at 8:46 AM, Bhaarat Sharma <
Hi
Wondering if someone here knows a plugin that would dynamically show
the user what image has been uploaded.
say the page has 3 text fields with browse button that lets users
select which pic to upload and an upload button on each 3 text
fields.
if after clicking browse and upload on first el
Hello,
I was browsing through slasdot and came across a cool feature.
If you go to this link
http://developers.slashdot.org/article.pl?sid=05/05/13/2023250
you will notice that in the left side panel there is a widget. This
lets you filter your comments and comments on the right hand side are
d
Hi
is there a good table pagination plugin out there that explains how to
use it as well? I came across this example but it doesnt explain how
to use it :(
http://tablesorter.com/docs/example-pager.html
it just shows this snippet
$(document).ready(function() {
$("table")
.tablesorter({
Hey
Thanks a lot.
so if my jQuery.ajax is calling mycontent.php page will it also send ?
q=test appened to the url? so that my php can pick it up using $_GET
kind of confused on that part...
sorry i am asking the above before reading the documentation you
mentioned. I'll read the documentation
hi
I am very new to jQuery. I am trying to make up a 'load on scroll'
function.
I have a few questions on the following piece of code.
-Is jQuery.ajax a valid call ? or should i be using some other module
beside jQuery?
-what does dataType: html mean? what other dataTypes could I be
returning?
-
Hi
I finally came across a site that demonstrates how to achieve this in
CF and Java script. But i dont know CF at all so I'm unable to pick
exactly what is going on.
Can some one help me explaining this code and converting it to jquery
plugin?
http://cfsilence.com/blog/client/index.cfm/2007/8/
Hi
Is there a plugin for 'load on scroll' which behaves as this example
http://www.coldfusionjedi.com/demos/sharp/ajaxLoadOnScroll/test.cfm
Thanks
On Oct 18, 2:19 pm, Sean O <[EMAIL PROTECTED]> wrote:
> I like the numeric plugin:http://www.texotela.co.uk/code/jquery/numeric/
>
> SEAN O
> _
Hi
I am wondering if there is a plugin out there that would append more
data to the table as the user is about to reach the end of the page
(while scrolling). These results can be grabbed from a server uging
JSON or locally.
An example of this working is at www.dzone.com if you try to scroll
do
51 matches
Mail list logo