[jQuery] Looking for plugin to refresh images randomly

2009-09-04 Thread Bhaarat Sharma
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

[jQuery] jquery ui demo site

2008-09-03 Thread Bhaarat Sharma
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

[jQuery] drop and bounce effect using

2008-04-16 Thread Bhaarat Sharma
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

[jQuery] bouncing effect w/ jquery?

2008-04-01 Thread Bhaarat Sharma
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

[jQuery] skipping over some th while using tableSorter plugin

2008-03-06 Thread Bhaarat Sharma
Hello I have a table like this http://i32.tinypic.com/287oolg.jpg from the pic...3, 4 and 5 are all th 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 th tags. Is there

[jQuery] Re: skipping over some th while using tableSorter plugin

2008-03-06 Thread Bhaarat Sharma
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 th but all have columns underneath them, and the underneath columns

[jQuery] slider control how

2008-02-17 Thread Bhaarat Sharma
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

[jQuery] Re: slider control how

2008-02-17 Thread Bhaarat Sharma
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

[jQuery] Re: plugin to 'throw items around'

2008-02-14 Thread Bhaarat Sharma
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, so perhaps my view can be changed... :) Shawn Bhaarat Sharma wrote: Hi

[jQuery] plugin to 'throw items around'

2008-02-13 Thread Bhaarat Sharma
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

[jQuery] Re: is there autoscrolling in jQuery?

2008-02-11 Thread Bhaarat Sharma
with the x value of the mouse on the image as the speed... On Feb 10, 8:02 pm, Bhaarat Sharma [EMAIL PROTECTED] wrote: 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

[jQuery] Re: Uploader 0.9 beta

2008-02-11 Thread Bhaarat Sharma
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 11

[jQuery] is there autoscrolling in jQuery?

2008-02-10 Thread Bhaarat Sharma
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.

[jQuery] Re: Is there an sample like iGoogle?

2008-02-08 Thread Bhaarat Sharma
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@googlegroups.com

[jQuery] changing content for span tag on the fly

2008-01-30 Thread Bhaarat Sharma
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 span id=scrollStats style=font-size: 70%; width: 80px; text- align: center; position: absolute; bottom: 392px; left: 15px;/span i have tried these but none seem to work

[jQuery] Re: Not a plugin but code for anyone trying to have collapse-able menu with cookies

2008-01-30 Thread Bhaarat Sharma
Swedbergwww.englishrules.comwww.learningjquery.com On Jan 29, 2008, at 4:08 PM, Bhaarat Sharma wrote: Hi Karl, Thanks a lot! your solution is obviously much better and not dependent on how many links there are. since you are using 'each' function. I had the concept with me but not the power of ins and outs

[jQuery] Re: changing content for span tag on the fly

2008-01-30 Thread Bhaarat Sharma
*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 the fly using jQuery I have tag like this span id

[jQuery] Re: changing content for span tag on the fly

2008-01-30 Thread Bhaarat Sharma
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:55 am, Bhaarat Sharma [EMAIL PROTECTED] wrote: Hi Can someone please

[jQuery] Re: how to assign function to $(this)

2008-01-29 Thread Bhaarat Sharma
*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() {   $('#menu ul').hide();  if ($.cookie

[jQuery] how to assign function to $(this)

2008-01-29 Thread Bhaarat Sharma
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

[jQuery] Not a plugin but code for anyone trying to have collapse-able menu with cookies

2008-01-29 Thread Bhaarat Sharma
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.

[jQuery] Re: Not a plugin but code for anyone trying to have collapse-able menu with cookies

2008-01-29 Thread Bhaarat Sharma
_ Karl Swedbergwww.englishrules.comwww.learningjquery.com On Jan 29, 2008, at 1:41 PM, Bhaarat Sharma wrote: 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

[jQuery] how to get name attribute from $(this)

2008-01-28 Thread Bhaarat Sharma
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

[jQuery] Re: how to get name attribute from $(this)

2008-01-28 Thread Bhaarat Sharma
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

[jQuery] Re: how to get name attribute from $(this)

2008-01-28 Thread Bhaarat Sharma
) { $.cookie('the_cookie', some); alert('cookie set ' + some); } $(document).ready(function() {initMenu();}); On Jan 28, 5:29 pm, Bhaarat Sharma [EMAIL PROTECTED] wrote: thanks that woked! i am getting very confused as i have no prior experience with javascript either. Can you please see

[jQuery] tableSorter 2.0 help needed

2008-01-25 Thread Bhaarat Sharma
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

[jQuery] Re: sorting values with commas with tablesorter 2.0

2008-01-24 Thread Bhaarat Sharma
anything? this data is directly in a th header. th 3,567/th 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

[jQuery] Re: sorting values with commas with tablesorter 2.0

2008-01-24 Thread Bhaarat Sharma
% 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 th header. th 3,567/th and isnt sorting

[jQuery] Re: sorting values with commas with tablesorter 2.0

2008-01-24 Thread Bhaarat Sharma
noticed i had nbsp; before the data inside the td 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 numbers from

[jQuery] Re: sorting values with commas with tablesorter 2.0

2008-01-24 Thread Bhaarat Sharma
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, Bhaarat Sharma [EMAIL PROTECTED] wrote

[jQuery] Re: way in tableSorter plugin to skip a th?

2008-01-23 Thread Bhaarat Sharma
. 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 header saying what the table is for. then underneath that I have a bunch of columns. Since I think tablesorter sorts by th

[jQuery] Re: way in tableSorter plugin to skip a th?

2008-01-23 Thread Bhaarat Sharma
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 table table id=myTable border=1 cellpadding=3 cellspacing=0 width=100% bgcolor=#99  thead

[jQuery] sorting values with commas with tablesorter 2.0

2008-01-23 Thread Bhaarat Sharma
Hi I have some number which have commos in them. How can i sort these propertly? for example 3567 is as 3,567

[jQuery] Re: how can a text field be hidden based on condition

2008-01-15 Thread Bhaarat Sharma
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'){ $('input[name=inputToBeHidden]').hide(); } On 1/14/08, Bhaarat Sharma [EMAIL

[jQuery] how can a text field be hidden based on condition

2008-01-14 Thread Bhaarat Sharma
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

[jQuery] looking for plugin that presets values in text box

2008-01-05 Thread Bhaarat Sharma
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

[jQuery] Re: photo tagging with jQuery

2007-11-08 Thread Bhaarat Sharma
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 Sharma [EMAIL PROTECTED] wrote: I am sure

[jQuery] how to make links unclickable

2007-11-07 Thread Bhaarat Sharma
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;? });

[jQuery] Re: how to make links unclickable

2007-11-07 Thread Bhaarat Sharma
this to also remove the hand cursor: $(a).css('cursor','arrow').click(function(){ return false; }); -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bhaarat Sharma Sent: Wednesday, November 07, 2007 12:10 PM To: jQuery (English

[jQuery] photo tagging with jQuery

2007-11-07 Thread Bhaarat Sharma
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

[jQuery] Any jQuery plugin for image upload with preview?

2007-10-29 Thread 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

[jQuery] Re: Any jQuery plugin for image upload with preview?

2007-10-29 Thread Bhaarat Sharma
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 [EMAIL PROTECTED] wrote: Hi

[jQuery] can this cool feature be done w/ jQuery

2007-10-24 Thread Bhaarat Sharma
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

[jQuery] table pagination plugin

2007-10-19 Thread Bhaarat Sharma
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)

[jQuery] looking for scrolling plugin

2007-10-18 Thread Bhaarat Sharma
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

[jQuery] Re: number formatting plug-in

2007-10-18 Thread Bhaarat Sharma
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

[jQuery] how can 'load on scroll' be achieved in jquery+php

2007-10-18 Thread Bhaarat Sharma
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?

[jQuery] Re: jQuery.AJAX statement

2007-10-18 Thread Bhaarat Sharma
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

[jQuery] jQuery.AJAX statement

2007-10-18 Thread Bhaarat Sharma
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?