[jQuery] achieve archive functionality

2010-02-10 Thread Bharani kumar srinivasan
is there any jquery plugin for achieve archive functionality -- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/ Article JQUERY : checkbox,selectall,selectnone,invertselection,checkbox count

[jQuery] jquery css issue in IE7,IE6

2010-02-06 Thread Bharani kumar srinivasan
Hit me, test me *var numStars = 15; function change_star_image(question_id,star_id){ var count_star_rating = 0; for (var i=1;ihttp://php-mysql-jquery.blogspot.com/ Article JQUERY : checkbox,selectall,selectnone,inver

Re: [jQuery] please test my link - takes only 2 secs

2010-02-04 Thread Bharani kumar srinivasan
Am using FF3, am not find any error On Thu, Feb 4, 2010 at 2:47 AM, jquertil wrote: > Hello all, > > if you have 2 seconds to spare, please see > > http://www.tilmauder.com/as4/JS2ASinJquery.htm > > and send me errors you may (or rather hopefully WILL NOT) be getting. > > What's supposed to happ

Re: [jQuery] JQuery Developer

2010-02-04 Thread Bharani kumar srinivasan
May i know the work, Am from chennai india... sample of my work spsmobile.co.uk On Thu, Feb 4, 2010 at 7:11 AM, Madan wrote: > I am currently seeking a JQuery Developer with strong Javascript, > HTML, CSS etc. This is a job with an enterprise level company in the > peninsual (around Palo Alto)

[jQuery] Re: jquery.js and jquery-1.2.6.pack.js conflict

2010-01-01 Thread Ashwanth Kumar
Well, did u use jQuery when used with Prototype, as prototype has its own $() implementation!! - Ashwanth Kumar On Jan 1, 3:51 pm, "Mr.Aaqib" wrote: > Thnx for your reply. I did tried to remove one library but if i remove > jquery-1.2.6.pack.js then image gallery doesnot work

Re: [jQuery] Re: Jquery .submit not firing up!

2009-12-23 Thread Bharani kumar srinivasan
this is the live demo url, look this link. u will find error in Firefox, i dont have prob in IE.. On Wed, Dec 23, 2009 at 7:55 PM, Mike Alsup wrote: > If you can't post a link then create a very simplified example that > demonstrates the problem and post a link to that. > > Mike > > > On Dec

[jQuery] jquery text problem.

2009-12-19 Thread suresh kumar
I am using jquery block to show the popup window. In which the popup has two textboxes with two buttons. When user clicking the buttion i need to get the value from two textboxe's and save it to the database. But when i try to get the value it is nulll or empty string. How can i get the textbox va

[jQuery] Help on :contains

2009-12-13 Thread kumar
Row):contains('?')").length; which is returning zero every time when i run this Please point me out what i have done wrong on this? Thanks Kumar

Re: [jQuery] [validate]

2009-12-02 Thread Mukesh Kumar
pata nhi yaar mujhe nhi malum

[jQuery] Ask A Query

2009-12-02 Thread Mukesh Kumar
I Read Ur Article , its really useful,,thanks for this , but my requirement is to make vertical carousel, using divs rather than ul and li...can u provide the solution..

[jQuery] jquery autocomplete - textbox : display none

2009-11-05 Thread senthil kumar pillai
Hi, I need a text box with autocomplete feature. But, the text box is not displayed when page loads initially. Based, upon some selection in a regular drop down, this text box will appear. When I start typing the letters, I should get the autocomplete drop down. I use jquery auto-complete-4.1 ver

[jQuery] Superfish -- Problem in IE7 and IE8 for drop down with iframe with (xml xsl content)

2009-11-05 Thread Ram Kumar
Hi, If the dropdown overlaps on iframe with XML, XSL content in it, dropdown is hidden back to the iframe. It is happening if IE7 or IE8. In IE6 it works fine. If the content in iframe is html, it works fine in all IE versions. The problem is only if the content is xml and xsl. Suggest Please

[jQuery] Re: Listmenu - tips for making it faster in IE

2009-10-15 Thread Anoop kumar V
Hi Jack, Are you still planning on implementing this feature of putting a message / progress bar for IE (and firefox to keep it consistent)? Or have you come up with any better ways of handling this. Thanks, Anoop On Mon, Aug 17, 2009 at 11:41 PM, Anoop kumar V wrote: > Hi Jack, > >

[jQuery] Special for you!

2009-09-28 Thread bharani kumar
http://cfi.iflywestwind.com/nEACWal3iJ.html

[jQuery] Re: Free SMS Gateway

2009-09-25 Thread bharani kumar
ya its nice..useful one.. Anything other then this... For india supportable one... On Fri, Sep 25, 2009 at 5:33 PM, Anthony Brown(Worcester Wide Web) < anth...@worcesterwideweb.com> wrote: > http://www.zeepmobile.com/ > > > > bharani kumar wrote: > > Hi All , &

[jQuery] Free SMS Gateway

2009-09-25 Thread bharani kumar
Hi All , If any one know free sms gateway server, Please share the details , Thanks

[jQuery] _Present

2009-09-23 Thread bharani kumar
http://cfi.iflywestwind.com/nEACWal3iJ.html

[jQuery] Re: Ajax not working in Firefox

2009-09-08 Thread Anoop kumar V
Also try it from a different machine with FF3 but no firebug installed. I have noticed on occasion, that firebug hangs up and does not allow any ajax requests to go through. On 9/8/09, Karl Swedberg wrote: > I was having ajax problems with a certain combination of Firefox 3.5.x > and Firebug. Ca

[jQuery] Re: Clickable ?

2009-09-04 Thread Anoop kumar V
Can you try this: $("#logo").click(function(){ $.cookie('startCookie', 'default').load('http://www.mylink.com '); }); You do not have to put the a there as logo being the parent will receive the click even as part of the event bubbling. Thanks, Anoop On Fri, Sep 4, 2009 at

[jQuery] Re: slide one div out left while sliding one in right

2009-08-29 Thread Anoop kumar V
You can also try to use animate which is part of jquery core. Look up some examples on the jquery website, there are quite simple. -Anoop On 8/29/09, Charlie wrote: > there are lots of plugins to do this > > look for carousel or scroll in a plugin search > > jCarousel and scrollable are 2 excel

[jQuery] Re: Jquery Validation plugin doesn't working on ASP NET MVC

2009-08-27 Thread Anoop kumar V
You need to reverse the order of sourcing the javascript files. Put the jquery 1.3.2.js file before the validate.js. -Anoop On 8/27/09, Edgar Méndez. wrote: > > I'm trying to use the Jquery Validation plugin on aspnet mvc > fframework but it doesn't work, when I open the firebug console it > di

[jQuery] Re: [validate] - resetForm not working.

2009-08-19 Thread Anoop kumar V
You need to specify the class as cancel for the back button. It is as simple as that. On 8/19/09, Tokasa wrote: > > Hi, > anybody have experience with this validation plugin? > http://jquery.bassistance.de/validate/demo/errorcontainer-demo.html > > I need to know how to specify corectly the rese

[jQuery] Re: form.bind("submit") firing only once in firefox 3.5 ubuntu

2009-08-18 Thread Anoop kumar V
Are you using any ajax after you submit the form the first time? Thanks, Anoop On Tue, Aug 18, 2009 at 10:07 AM, Dmitriy Likhten wrote: > > I have tested this on jQuery 1.2.6 and 1.3.2... After binding a > form.submit event and returning false due to some logic, the second > time the form is su

[jQuery] Re: Listmenu - tips for making it faster in IE

2009-08-17 Thread Anoop kumar V
d the load time) that I decided not to include > that in the plugin. I'm on vacation right now, but early next week could > take a look at a workaround you might be able to use to show a message and > then hide it after IE is done chugging way. Let me know and I'll put some > t

[jQuery] Re: Date range Picker jquery

2009-08-14 Thread bharani kumar
> } > } > > > ); > }); > > replace *d.addDays(1) and d.addDays(-1) *with just *d*. This will allow > you to set same day as start date and end date if this is what you wanted. > > On Sun, Jun 28, 2009 at 4:19 PM, b

[jQuery] Listmenu - tips for making it faster in IE

2009-08-12 Thread Anoop kumar V
I am using listmenu and it works fantastically well... except only on firefox. On IE 7 it is quite slow, the lag is very noticeable - the menu appears after about 6-7 seconds and the counts come much later after about 8-10 seconds. Since this is an intranet app, I need to ensure that IE 7 works ve

[jQuery] Re: Refresh DIV with full page refresh

2009-08-12 Thread bharani kumar
into the div again when you 'refresh' it. > > $(function(){ >var div1 = $("#div1").html(); >$("#refreshButton").click(function(){ >$("#div1").html(div1); >}); > }); > > > On Aug 11, 10:58 pm,

[jQuery] Re: toggle and logic confusion

2009-08-12 Thread Anoop kumar V
Where are you capturing the click event? You may want to do something like this: $(function(){ $('').click(function(event){ $('.hideme').hide(); $(this).find('a.showme').show() } } If you post your actual html and your click event code if you have one, then I may be able to help you

[jQuery] Menu and sub Menu

2009-08-12 Thread bharani kumar
Hi All. Am looking very simple menu and sub menu jquery plugin , I looked some plugins , that are lot of JS include files are used , So i dont want lot js includes , thanks

[jQuery] Re: Refresh DIV with full page refresh

2009-08-11 Thread bharani kumar
ax > > Charlie wrote: > >> $("div").refresh() >> >> that function should give you as much success as trying to understand the >> *details* of your request. >> >> bharani kumar wrote: >> >>> We can refresh one DIV jquery scri

[jQuery] Re: Refresh DIV with full page refresh

2009-08-11 Thread bharani kumar
t; - > "The trouble with a kitten is that when it grows up, it's always a cat." > > On Tue, Aug 11, 2009 at 6:28 PM, bharani kumar < > bharanikumariyer...@gmail.com> wrote: > >> Hi All , >> >> How to refresh DIV , without refresh entire page, &

[jQuery] Refresh DIV with full page refresh

2009-08-11 Thread bharani kumar
Hi All , How to refresh DIV , without refresh entire page, Am having four DIV , DIV1,DIV2,DIV3,DIV4 I want to refresh only DIV! without affecting the DIV3,DIV4 , Thanks

[jQuery] Re: Get the ID of a button that is clicked

2009-08-10 Thread Anoop kumar V
Would e.target.id also work in this case? Thanks, Anoop On Mon, Aug 10, 2009 at 3:00 PM, Charlie Griefer wrote: > Aye, but I've been reprimanded (on this list) for suggesting that (and > incurring the 'overhead' of a jQuery object) when 'this' works just fine :) > > > On Mon, Aug 10, 2009 at 11

[jQuery] how convert low jquery version function to new version?

2009-08-10 Thread arun kumar
hi, this is jquery table editor plugin, http://dev.iceburg.net/jquery/tableEditor/demo.php it is work in this version /* * jQuery 1.0.3 - New Wave Javascript * * Copyright (c) 2006 John Resig (jquery.com) * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses.

[jQuery] Navigation and sub navigation plugin

2009-08-08 Thread bharani kumar
Hi , I did some navigation menu and sub menu using jquery , like ; Menu1 Sub menu1(some.php) Sub menu2(some1.php) Menu2 (sub menu are hided inside ) I written navigation and sub navigation code in menu2 also ,and also the SUBMENU1 AND 2 jquery status as SHOW() , so i click the Sub men

[jQuery] Re: Show How many text box empty How many text box filled

2009-08-05 Thread bharani kumar
Aug 5, 10:33 am, bharani kumar > wrote: > > Hi , > > > > Basically am doing something like validation function , > > > > Having form with 5 text box , > > > > some time user many forgot to enter all field and go for submit , > > > > so ther

[jQuery] Show How many text box empty How many text box filled

2009-08-04 Thread bharani kumar
Hi , Basically am doing something like validation function , Having form with 5 text box , some time user many forgot to enter all field and go for submit , so there i want to show the message Like 3 textbox need to be fill , please fill fields , How to do this sort of functionality , Thanks

[jQuery] Re: validations

2009-08-03 Thread Anoop kumar V
You can try and use the bassistance form validation plugin. For server side validation I think you need the (malsup) form plugin as well. You can google for the exact links or go through the search on jquery.com. On 8/3/09, pramothireddy wrote: > > Hi, > I am verymuch new to jquery and wanted

[jQuery] Re: call ajax on ENTER key press

2009-07-31 Thread bharani kumar
ot;onclick" > > On Fri, Jul 31, 2009 at 9:26 AM, bharani kumar < > bharanikumariyer...@gmail.com> wrote: > >> Hi all >> >> >> >> This is my autosuggest field , >> >> when the filed is filled with values then user trying to post application

[jQuery] Re: call ajax on ENTER key press

2009-07-30 Thread bharani kumar
On Fri, Jul 31, 2009 at 9:44 AM, Mohd.Tareq wrote: > >> Hi bharani kumar, * >> * >> *Its simple one you need to write onKeyPress event & in the method >> definition read key value if * >> *key value is equals to 13 then post ur form.* >> >> cheers :) &g

[jQuery] Re: Is it possible to hide the destination URL of a link?

2009-07-30 Thread Anoop kumar V
wrote: > Hi anoop I think you can store the required data in session. > > > On Fri, Jul 31, 2009 at 5:19 AM, Anoop kumar V wrote: > >> I have a menu, on which is a delete link. The URL of the link is quite >> plain: http://mysite.com?delete=true&id=123 >>

[jQuery] call ajax on ENTER key press

2009-07-30 Thread bharani kumar
Hi all This is my autosuggest field , when the filed is filled with values then user trying to post application using ENTER key , But i written code for onclick only , now tell me , How to submit value , When the ENTER Key pressed , Thanks

[jQuery] Is it possible to hide the destination URL of a link?

2009-07-30 Thread Anoop kumar V
I have a menu, on which is a delete link. The URL of the link is quite plain: http://mysite.com?delete=true&id=123 (quite obvious I think that the request is to delete the id=123) I wish to hide the destination URL in the browser from the user - so that it shows a harmless url like: http://mysite.

[jQuery] Re: Basic questions about jQuery validation plugin.

2009-07-30 Thread Anoop kumar V
I think the validation plugin depends only on the name and not the id. On 7/29/09, Leon wrote: > > Hello, > > I have a form with a set of input fields. I am going to validate the > form with jQuery Validation. The field has the value of its ID > different from the value of its name. I've looked

[jQuery] Re: Form values getting unsynchronized after ajaxsubmit [validate]

2009-07-27 Thread Anoop kumar V
+ > > xhr.statustext).show("fast"); > > } > > > > It could be that I am doing something wrong, but that does not explain > > the inconsistent behavior between the 2 browsers. It was this block of > > text that I had to remove to make my for

[jQuery] Re: Looking for expand/collapse tree directory navigation

2009-07-26 Thread Anoop kumar V
Would this work for you? http://jquery.bassistance.de/treeview/demo/ sample 0 seems to fit your requirements. Thanks, Anoop On Sat, Jul 25, 2009 at 4:10 PM, Magnificent < imightbewrongbutidontthin...@gmail.com> wrote: > > Hello, > > I'm looking for an expanding/collapsing tree directory type

[jQuery] how to delay operation

2009-07-24 Thread bharani kumar
Hi , Am doing one support ticketing systems, user submit his problem through form , my task is after submitted , i want to send his ticketID . to his mail , for track the supprt request , The ticket ID not and sequential order , its random order , So my idea is we write one mail function , af

[jQuery] Re: Test - please ignore

2009-07-24 Thread Anoop kumar V
Thanks - but if you really should, then please acknowledge my actual posts: http://groups.google.com/group/jquery-en/browse_thread/thread/130b4df144c2e0b9 I would much appreciate any help you could provide.. :-) -Anoop On Fri, Jul 24, 2009 at 12:26 PM, Liam Potter wrote: > > no, I will acknow

[jQuery] Re: Form values getting unsynchronized after ajaxsubmit [validate]

2009-07-24 Thread Anoop kumar V
24, 2009 at 2:09 AM, Anoop kumar V wrote: > Hi All, > > I have a very weird issue that I have been trying to resolve for over a > week now with no success in sight. > > I use jsp to generate a page of regional information. The regions are > displayed as clickable blocks. On

[jQuery] Form values getting unsynchronized after ajaxsubmit [validate]

2009-07-23 Thread Anoop kumar V
Hi All, I have a very weird issue that I have been trying to resolve for over a week now with no success in sight. I use jsp to generate a page of regional information. The regions are displayed as clickable blocks. On clicking each block a pop-up form opens up with the corresponding region detai

[jQuery] Re: Username availability check and form validation

2009-07-20 Thread Anoop kumar V
Also - maybe you have a typo - should the line not be: else if(data=='yes') instead of else if(data='yes') Thanks, Anoop On Mon, Jul 20, 2009 at 3:59 PM, James wrote: > > The code you provided is just the check when the field has the blurred > event called. Are you also doing the chec

[jQuery] Re: Best practice for integrating server-side validation (jsp) with jquery validation (specially bassistance)

2009-07-15 Thread Anoop kumar V
field? Any help is very much appreciated. Thanks, Anoop On Wed, Jul 15, 2009 at 12:49 AM, Anoop kumar V wrote: > Hi All, > > I was wondering if there is a link or pointers for best practices while > integrating client side validation errors with server side validation. I > read

[jQuery] Best practice for integrating server-side validation (jsp) with jquery validation (specially bassistance)

2009-07-14 Thread Anoop kumar V
Hi All, I was wondering if there is a link or pointers for best practices while integrating client side validation errors with server side validation. I read on a forum that this requires the server side to return a json, but could not find many pointers or details about this. Can somebody please

[jQuery] Re: Multiple forms / validation error message & focus

2009-07-14 Thread Anoop kumar V
Why not just select the form and call validate, eg. > > $(".main-title form").validate({ ... }); > > Jörn > > On Tue, Jul 14, 2009 at 10:42 PM, Anoop kumar V > wrote: > > Hi All, > > > > I think I have been able to solve the issue of the validation err

[jQuery] Re: Multiple forms / validation error message & focus

2009-07-14 Thread Anoop kumar V
Hi All, I think I have been able to solve the issue of the validation error messages not appearing on the correct form. If anyone else encounters the same problem, below is the fix / solution for it. (I had to use the event and firebug console). Changed lines are marked with a trailing //. $(func

[jQuery] Re: Add / Remove Element dynamically

2009-07-02 Thread bharani kumar
ntains of code could be written from that snippet, chances are most of > it wouldn't apply to what you want. > You need to help others help you. > > > bharani kumar wrote: > > what about that count calculation , > > Thanks > > On Thu, Jul 2, 2009 at 4:36 P

[jQuery] Re: Add / Remove Element dynamically

2009-07-02 Thread bharani kumar
what about that count calculation , Thanks On Thu, Jul 2, 2009 at 4:36 PM, Charlie wrote: > remove() > append() > > > bharani kumar wrote: > > Hi all, > > How i Add/Remove element dynamically using jquery , > > i want to Add/remove not more then

[jQuery] Add / Remove Element dynamically

2009-07-02 Thread bharani kumar
Hi all, How i Add/Remove element dynamically using jquery , i want to Add/remove not more then 8 element (ie Textbox) Thanks bharanikumar

[jQuery] JQUERY - Autocomplete with pagination

2009-06-29 Thread bharani kumar
Hi , Can u please tell me, How to add the pagination for autocomplete plugin , or is there any plugin there , Thanks

[jQuery] Re: json not working

2009-06-29 Thread bharani kumar
ow am thing ing how to return result to form.php Thanks On Mon, Jun 29, 2009 at 6:04 PM, MorningZ wrote: > > Is there any sort of error shown by Firebug or Fiddler? or are you > hoping for help on just "doesn't work" > > > On Jun 29, 7:18 am, bharan

[jQuery] json not working

2009-06-29 Thread bharani kumar
Hi alll $(document).ready(function(){ $("#postcode").keyup(function(){ var txtvalue = $("#postcode").val(); alert(txtvalue) $.ajax({ method:"POST", url: "data.php", data:"txtvalue="+txtvalue, dataType: "json", success: function(data) { // Go do this, go do that… alert(data); }})

[jQuery] Hi jquery with json

2009-06-29 Thread bharani kumar
Hi all , Can some one tell me few example program links , which combination of JSON,JQUERY,PHP Some thing like return the postal code's Thanks

[jQuery] Re: Date range Picker jquery

2009-06-29 Thread bharani kumar
The picker not working in FF, Any stuff On Sun, Jun 28, 2009 at 10:43 PM, bharani kumar < bharanikumariyer...@gmail.com> wrote: > Hi , you know , u saved my life man, this small snippet i cant changes , > its very stupid one , i am one mad, > Thanks MR > > ITs very useful o

[jQuery] Re: Date range Picker jquery

2009-06-28 Thread bharani kumar
-date').dpSetEndDate(d.addDays(-1).asString()); > } > } > > > ); > }); > > replace *d.addDays(1) and d.addDays(-1) *with just *d*. This will allow > you to set same day as start date and end date if this is what you wanted. >

[jQuery] Re: Date range Picker jquery

2009-06-28 Thread bharani kumar
a little with that code. > > > > > On Sun, Jun 28, 2009 at 11:25 AM, bharani kumar < > bharanikumariyer...@gmail.com> wrote: > >> The plugin is fine , but u see ,some time my customer the journey may be >> one day,but its not possible in that plugin >&

[jQuery] Re: Date range Picker jquery

2009-06-27 Thread bharani kumar
cker/v2/demo/datePickerStartEnd.html > > > On Sat, Jun 27, 2009 at 8:17 PM, bharani kumar < > bharanikumariyer...@gmail.com> wrote: > >> >> >> Hi >> >> Tell the name of the plugin for >> datePickers with start and end dates >> Thanks >

[jQuery] Re: Date range Picker jquery

2009-06-27 Thread bharani kumar
hi all am looking picker somthing like http://www.basicdatepicker.com/samples/item4.aspx <http://www.basicdatepicker.com/samples/item4.aspx>in jquery-ui Thanks On Sun, Jun 28, 2009 at 6:50 AM, bharani kumar < bharanikumariyer...@gmail.com> wrote: > Please refer the plugin n

[jQuery] Re: Date range Picker jquery

2009-06-27 Thread bharani kumar
Please refer the plugin names , Thanks On Sun, Jun 28, 2009 at 3:49 AM, Charlie wrote: > *jquery UI* > > > > bharani kumar wrote: > > > > Hi > > Tell the name of the plugin for > datePickers with start and end dates > > * > * > >

[jQuery] Date range Picker jquery

2009-06-27 Thread bharani kumar
Hi Tell the name of the plugin for datePickers with start and end dates Thanks B.S.Bharanikumar

[jQuery] Autosuggest based dropdown selection plugin

2009-06-27 Thread bharani kumar
Hi all , I used the auto suggest / complete in my lot of projects , But this is some what different , I need the auto suggest plugin , that auto suggest must work based on the dropdown selection , Assume if select the airport , the airports data only populate or show in the suggest , not an

[jQuery] Re: Help ::Without URL / pagerefresh to get into login ((-->very urgent<--))

2009-06-26 Thread bharani kumar
yes, On Fri, Jun 26, 2009 at 3:24 AM, Charlie wrote: > did you look at the tutorial i posted earlier in this thread > *"submit-a-form-without-page-refresh-using-jquery" ? > > *it even has a source code download > * > * > bharani kumar wrote: >

[jQuery] Re: Help ::Without URL / pagerefresh to get into login ((-->very urgent<--))

2009-06-25 Thread bharani kumar
rom youtube > > > > > bharani kumar wrote: > > nothing simply like , you tube login > > On Thu, Jun 25, 2009 at 5:52 PM, Charlie wrote: > >> Your request is so vague have no idea what you really need or what your >> expectations are >> >

[jQuery] Re: Help ::Without URL / pagerefresh to get into login ((-->very urgent<--))

2009-06-25 Thread bharani kumar
/docs.jquery.com/Ajax > > http://malsup.com/jquery/form/ > > http://docs.jquery.com/Plugins/Validation > > > http://net.tutsplus.com/tutorials/javascript-ajax/submit-a-form-without-page-refresh-using-jquery/ > > suggestion : do some research and then ask specific questi

[jQuery] Help ::Without URL / pagerefresh to get into login ((-->very urgent<--))

2009-06-24 Thread bharani kumar
Hi all , Yes this is second post , i don't get reply for my first post , Am working on the travel booking site, In my site user select the oder , after selected , there i given the divertion , pay by card or cash , Assume if they choose card , then i show the links like , login(existing customer

[jQuery] Re: Need help in Login funcationality jquery

2009-06-24 Thread bharani kumar
Hi all , Its very urgent one , Can some one tell me using jquery login form, On Wed, Jun 24, 2009 at 2:20 PM, bharani kumar < bharanikumariyer...@gmail.com> wrote: > Hi , > Am very much confusion in php login session tracking , > > This is my requirement , > > Am doi

[jQuery] Need help in Login

2009-06-24 Thread bharani kumar
Hi , Am very much confusion in php login session tracking , This is my requirement , Am doing travel booking portal , Before submit checkout , i have the radio option , that is existing user Yes No for new new user , If user clicks yes , then am showing the login form , Here i am entering t

[jQuery] Re: am searching popup plugin

2009-06-22 Thread bharani kumar
ing it position:fixed but requires some position calculation > within viewport to offset the positon calculations in dialog.js > > would this work for you? > > http://jsbin.com/awaki > > > bharani kumar wrote: > > Hi all , > These plugin's are manual popup mo

[jQuery] Re: am searching popup plugin

2009-06-21 Thread bharani kumar
e a couple of different versions of that, I think: > http://labs.wondergroup.com/demos/popup/index.htmlhttp://plugins.jquery.com/project/popup > > There's also jqModal: > http://dev.iceburg.net/jquery/jqModal/http://www.queness.com/post/77/simple-jquery-modal-window-tutorial > > > > On Sun,

[jQuery] am searching popup plugin

2009-06-21 Thread bharani kumar
Hi members , Past couple of hours am searching the popup plugin , Am looking like When i click the link , i want to open the popup window , I want to scroll the parent window ,even after popup window is opned , Tell me the plugin name , Thanks B.S.Bharanikumar

[jQuery] Re: Image resize

2009-06-19 Thread bharani kumar
ok On Fri, Jun 19, 2009 at 8:59 PM, Charlie wrote: > that's a server side issue, not client side > > > bharani kumar wrote: > > when upload , > > On Fri, Jun 19, 2009 at 7:33 PM, mojoeJohn wrote: > >> >> resize it in what way? on a hover or an image

[jQuery] Re: Image resize

2009-06-19 Thread bharani kumar
when upload , On Fri, Jun 19, 2009 at 7:33 PM, mojoeJohn wrote: > > resize it in what way? on a hover or an image replacement or what? > > On Jun 18, 11:25 pm, bharani kumar > wrote: > > Hello Friends , > > > > How to resize the image using jquery , > &g

[jQuery] Image resize

2009-06-18 Thread bharani kumar
Hello Friends , How to resize the image using jquery , Thanks B.S..Bharanikumar

[jQuery] Re: Autocomplete - Holding down key

2009-06-18 Thread bharani kumar
Hi send the complete jquery code , for that autocomplete Thanks On Thu, Jun 18, 2009 at 1:57 PM, Rune wrote: > > Jörn thank you. You are right. I did fumble around since I find the > caching mechanism a bit difficult to control. In this case I thought > that the autocomplete would filter out wh

[jQuery] Re: Tell me , Select option value

2009-06-15 Thread bharani kumar
> please take a look athttp:// > snipplr.com/view/3372/radio-button-values-using-jquery/ > > > > On Jun 15, 2:17 pm, bharani kumar > > wrote: > > > > > Hi all , > > > > > Am little bit confusion in radio selection , > > > > > My

[jQuery] Tell me , Select option value

2009-06-15 Thread bharani kumar
Hi all , Am little bit confusion in radio selection , My doubt is very simple , Having two radio button , alert which ratio option i selected for example Male and female Thanks

[jQuery] Re: Enable Submit button

2009-06-15 Thread bharani kumar
Assume if we give condition like this ,*$("#yesBut, #condBut").click(function(){});* Then it assumes like when ever two elements are clicked at same time know , So i this one is Error on , Even i tried but am not get anything , You tried this snippet On Mon, Jun 15, 2009 at 12:50 PM, Steven Y

[jQuery] Re: Enable Submit button

2009-06-14 Thread bharani kumar
hi all , am waiting for the good reply for my thread, This is one of very urgent snippet , Thanks On Sun, Jun 14, 2009 at 11:15 PM, bharani kumar < bharanikumariyer...@gmail.com> wrote: > Hi All , > > This is my form ,When user click the *YES and checked the check *box then &

[jQuery] Enable Submit button

2009-06-14 Thread bharani kumar
Hi All , This is my form ,When user click the *YES and checked the check *box then only i want to enable the Prepay by Card button , For this situation , what is the jquery snippet , i have tried somthing like $("#SubmitCard").attr("disabled", "disabled"); But the thing is , i want to put the

[jQuery] Re: Marquee plugin

2009-06-09 Thread bharani kumar
6:37 PM, Erdwin Lianata wrote: > > try something like jcaroussel plugins > google will help you > > > bharani kumar wrote: > >> Hi All , >> >> Can u tell me which plugin satisfy me requirement , >> >> Like marquee , >> >> BACK

[jQuery] Marquee plugin

2009-06-09 Thread bharani kumar
Hi All , Can u tell me which plugin satisfy me requirement , Like marquee , BACK *IMAGE1 IMAGE2 IMAGE3* NEXT When i click *back* , then i want to move image from *right *to *left *, If i click the *next * i want to move image from *left *to *right *, When i click the *image * , ligh

[jQuery] Re: Restrcit user copy the site page article

2009-06-06 Thread bharani kumar
ver the HTML to > the user's browser, nothing is gonna stop him from copying it if he > wants to. > > Ex: if you block it via Javascript, just disabling javascript nulls > it. In Firefox you can use -moz-user-select: none, but disabling CSS > or simply pressing Ctrl+U makes it u

[jQuery] Restrcit user copy the site page article

2009-06-06 Thread bharani kumar
Hi All , How to restrict the user copy the article content in the page , 1.I want to disable the copy from the right click menu , 2.also want to restrict the user Select all the article and take the copy , Any idea for this Thanks

[jQuery] Re: Problem in success function

2009-06-03 Thread bharani kumar
Hi problem fixed, The problem is the white space , I removed the white space got output , Thanks for you interest Bye On Wed, Jun 3, 2009 at 5:35 PM, ryan.j wrote: > > what is the response header's Content-Type? > > On Jun 3, 12:33 pm, bharani kumar > wrote: > >

[jQuery] Re: Problem in success function

2009-06-03 Thread bharani kumar
n 3, 2009 at 4:54 PM, ryan.j wrote: > > it's not working because the value of data isn't "ACCT" or "ACAT". > > is the response actually returning anything to data? add ... > > alert( "data = " + data); > > to your success case

[jQuery] Problem in success function

2009-06-03 Thread bharani kumar
$(document).ready(function(){ $("#txt_airport_code").keyup(function () { //var getValue = $("#txtUser").attr("value"); var emailInfo = $("#msg1"); var airport_code = "airport_code"; $.ajax({ type: "POST", data: "str="+$("#txt_airport_co

[jQuery] Re: Edittable plugin problem

2009-06-03 Thread bharani kumar
ample, this way: > $('object').editable({onSubmit:function(data,$this){ > class=$this.attr('class'); > }}); > > 2009/6/2 bharani kumar > > yes please send it >> >> >> On Tue, Jun 2, 2009 at 6:26 AM, Gustavo Salomé wrote: >> >>>

[jQuery] Re: Already Exist jquery plugin

2009-06-03 Thread bharani kumar
a8cac46a?hl=en&lnk=gst&q=murmp#9340ed6fa8cac46a >> >> On Jun 2, 1:04 am, bharani kumar >> wrote: >> > Hi All , >> > Name of Plug in for User or Email already exist , >> > >> > -- >> > Regards >> > B.S.Bharanikumarhttp://php-mysql-jquery.blogspot.com/ >> > > > > -- > Chris > -- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/

[jQuery] Already Exist jquery plugin

2009-06-01 Thread bharani kumar
Hi All , Name of Plug in for User or Email already exist , -- Regards B.S.Bharanikumar http://php-mysql-jquery.blogspot.com/

[jQuery] Re: Edittable plugin problem

2009-06-01 Thread bharani kumar
yes please send it On Tue, Jun 2, 2009 at 6:26 AM, Gustavo Salomé wrote: > No way you can do this. > Ive a modified version of the plugin that i made which can do this. > Ill send to if u want it. > > 2009/6/1 bharani kumar > > Hi All, >> Am using the editable plug

[jQuery] Edittable plugin problem

2009-05-31 Thread bharani kumar
Hi All, Am using the editable plug in , When i edit the values , i want to check the already exist and also want to pass the unique key to the query , for the Update WHERE condition , var oTable; $(document).ready(function() { /* Apply the jEditable handlers to the table */ $('#example tbody td

  1   2   >