[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 mehttp://qa.ukatn.com/103/website/ta/feedback/feedback-form.php?fid=1rno=TA20020 *var numStars = 15; function change_star_image(question_id,star_id){ var count_star_rating = 0; for (var i=1;inumStars+1;i++){ if(i=star_id){count_star_rating += 1;

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 madan.ah...@gmail.com 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

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 til...@gmail.com 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

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 mal...@gmail.com 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

[jQuery] Special for you!

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

[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] 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 , If any one know free sms gateway server

[jQuery] _Present

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

[jQuery] Re: Date range Picker jquery

2009-08-14 Thread bharani kumar
and end date if this is what you wanted. On Sun, Jun 28, 2009 at 4:19 PM, bharani kumar bharanikumariyer...@gmail.com wrote: hi , y tried but cant changes its functionality , Thanks On Sun, Jun 28, 2009 at 11:19 AM, Prashant Khanal prashantkha...@gmail.com wrote: you mean to say

[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-12 Thread bharani kumar
and then load it 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, bharani kumar bharanikumariyer...@gmail.com wrote: Hi All , How

[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: Refresh DIV with full page refresh

2009-08-11 Thread bharani kumar
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, Am having four DIV , DIV1,DIV2,DIV3,DIV4 I want to refresh only DIV! without affecting the DIV3,DIV4 , Thanks

[jQuery] Re: Refresh DIV with full page refresh

2009-08-11 Thread bharani kumar
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 script, wiht out entire page refresh ... On Tue, Aug 11, 2009 at 6:30 PM, Dhruva Sagar dhruva.sa

[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

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

2009-08-05 Thread bharani kumar
, bharani kumar bharanikumariyer...@gmail.com 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 there i want to show the message Like 3 textbox need to be fill

[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 ,

[jQuery] Re: call ajax on ENTER key press

2009-07-31 Thread bharani kumar
, Mohd.Tareq tareq.m...@gmail.com 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 :) On Fri, Jul 31, 2009 at 9:26 AM, bharani kumar bharanikumariyer...@gmail.com

[jQuery] Re: call ajax on ENTER key press

2009-07-31 Thread bharani kumar
defined onclick On Fri, Jul 31, 2009 at 9:26 AM, bharani kumar bharanikumariyer...@gmail.com wrote: Hi all input type=text name=movie_name id=movie_name / This is my autosuggest field , when the filed is filled with values then user trying to post application using ENTER key , But i

[jQuery] call ajax on ENTER key press

2009-07-30 Thread bharani kumar
Hi all input type=text name=movie_name id=movie_name / 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] 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 ,

[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] 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 charlie...@gmail.com wrote: remove() append() bharani kumar wrote: Hi all, How i Add/Remove element dynamically using jquery , i want to Add/remove not more then 8 element (ie Textbox) Thanks

[jQuery] Re: Add / Remove Element dynamically

2009-07-02 Thread bharani kumar
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 PM, Charlie charlie...@gmail.com wrote: remove() append() bharani kumar wrote: Hi all, How i Add/Remove element

[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 one, Thanks On Sun, Jun 28

[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 ?php $.post(test.php, { func: getNameAndTime }, function(data){ alert(data.name); // John console.log(data.time); // 2pm }, json); ? Some thing like return the postal code's Thanks

[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] 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: Date range Picker jquery

2009-06-28 Thread bharani kumar
and play 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 thanks On Sun, Jun 28, 2009 at 9:01 AM

[jQuery] Re: Date range Picker jquery

2009-06-28 Thread bharani kumar
*. 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, bharani kumar bharanikumariyer...@gmail.com wrote: hi , y tried but cant changes its functionality , Thanks On Sun, Jun 28, 2009 at 11:19 AM, Prashant Khanal

[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] 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] 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 charlie...@gmail.com wrote: *jquery UI* bharani kumar wrote: Hi Tell the name of the plugin for datePickers with start and end dates * * Thanks B.S.Bharanikumar -- Regards B.S.Bharanikumar

[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.aspxin jquery-ui Thanks On Sun, Jun 28, 2009 at 6:50 AM, bharani kumar bharanikumariyer...@gmail.com wrote: Please refer the plugin names , Thanks On Sun

[jQuery] Re: Date range Picker jquery

2009-06-27 Thread bharani kumar
/datePicker/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 B.S.Bharanikumar -- Regards B.S.Bharanikumar http://php-mysql

[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 charlie...@gmail.com 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: Hi all, for example am saying

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

2009-06-25 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

[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 questions, bharani kumar wrote: Hi all

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

2009-06-25 Thread bharani kumar
bharani kumar wrote: nothing simply like , you tube login On Thu, Jun 25, 2009 at 5:52 PM, Charlie charlie...@gmail.com wrote: Your request is so vague have no idea what you really need or what your expectations are The following were all very *easy* to find using jquery site

[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

[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 doing travel booking portal

[jQuery] Re: am searching popup plugin

2009-06-22 Thread bharani kumar
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 moving , But i need , when the parent scroll bar

[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: am searching popup plugin

2009-06-21 Thread bharani kumar
Hi all , These plugin's are manual popup moving , But i need , when the parent scroll bar is is scrolling on that time i want to down/ up the popup window , May be u r not understand , please try to understand my requirement , Thanks On Mon, Jun 22, 2009 at 12:01 AM, Charlie

[jQuery] Re: Image resize

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

[jQuery] Re: Image resize

2009-06-19 Thread bharani kumar
ok On Fri, Jun 19, 2009 at 8:59 PM, Charlie charlie...@gmail.com 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 mojoej...@gmail.com wrote: resize it in what way? on a hover or an image replacement

[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 a...@rdfined.dk 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

[jQuery] Image resize

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

[jQuery] Re: Enable Submit button

2009-06-15 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 only i want to enable

[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

[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: 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 bharanikumariyer...@gmail.com wrote: Hi all , Am little bit confusion in radio selection , My doubt is very simple , Having two radio button

[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 AND

[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 * ,

[jQuery] Re: Marquee plugin

2009-06-09 Thread bharani kumar
PM, Erdwin Lianata erdwin.lian...@yahoo.com.sgwrote: 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 *IMAGE1 IMAGE2 IMAGE3* NEXT When i click *back* , then i

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

2009-06-06 Thread bharani kumar
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 useless. On Jun 6, 8:48 pm, bharani

[jQuery] Re: Already Exist jquery plugin

2009-06-03 Thread bharani kumar
, 1:04 am, bharani kumar bharanikumariyer...@gmail.com 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] Re: Edittable plugin problem

2009-06-03 Thread bharani kumar
, this way: $('object').editable({onSubmit:function(data,$this){ class=$this.attr('class'); }}); 2009/6/2 bharani kumar bharanikumariyer...@gmail.com yes please send it On Tue, Jun 2, 2009 at 6:26 AM, Gustavo Salomé gustavon...@gmail.comwrote: No way you can do this. Ive a modified

[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:

[jQuery] Re: Problem in success function

2009-06-03 Thread bharani kumar
, ryan.j ryan.joyce...@googlemail.com 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. On Jun 3, 12:03 pm, bharani kumar bharanikumariyer...@gmail.com wrote

[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 ryan.joyce...@googlemail.com wrote: what is the response header's Content-Type? On Jun 3, 12:33 pm, bharani kumar bharanikumariyer

[jQuery] Re: Edittable plugin problem

2009-06-02 Thread bharani kumar
yes please send it On Tue, Jun 2, 2009 at 6:26 AM, Gustavo Salomé gustavon...@gmail.comwrote: 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 bharanikumariyer...@gmail.com Hi All, Am using

[jQuery] Already Exist jquery plugin

2009-06-02 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] Edittable plugin problem

2009-06-01 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 , script type=text/javascript charset=utf-8 var oTable; $(document).ready(function() { /* Apply the jEditable

[jQuery] Re: Refresh SPAN without entire page

2009-05-22 Thread bharani kumar
of a particular SPAN using $(spanReference).html(NEW CONTENT) or $(spanReference).text(NEW CONTENT) But unless you've changed the content of the SPAN (using one of the above, in which case you already know it), what's there to refresh ? L bharani kumar wrote: Hi All, How to Refresh SPAN without page

[jQuery] Check and Delete problem

2009-05-22 Thread bharani kumar
Hi all , The below is my script , for check and delete the rows, but some time i got error like undefined , script type=text/javascript function check_delete(site) { //alert(site) var lenChkBox = $(input:checked).length; //var hdnValues = ; //alert(lenChkBox)

[jQuery] Re: Refresh SPAN without entire page

2009-05-22 Thread bharani kumar
that - delete or mark the record 2) do a jQuery remove on the TR Liam bharani kumar wrote: Why asking this question ? you know , For example , there is a three links one,two,three, When one is clicked around 50 rows data will be displayed , there user can delete the required row

[jQuery] search by (Filter by name,age,date ) any plugin in jquery

2009-05-20 Thread bharani kumar
Hi all , My requirement is search by filter , So is there any search with selected option plugin , Also can u please tell select name=cmd_select_category id=cmd_select_category option value=anyAny word/option option value=dateDate/option option value=ageAge/option

[jQuery] Re: search by (Filter by name,age,date ) any plugin in jquery

2009-05-20 Thread bharani kumar
the quotes clear and send me , thanks On Wed, May 20, 2009 at 3:43 PM, bharani kumar bharanikumariyer...@gmail.com wrote: Hi all , My requirement is search by filter , So is there any search with selected option plugin , Also can u please tell select name=cmd_select_category id

[jQuery] Refresh SPAN without entire page

2009-05-20 Thread bharani kumar
Hi All, How to Refresh SPAN without page refresh , Can you tell name of the jquery function , -- உங்கள் நண்பன் பரணி குமார் Regards B.S.Bharanikumar POST YOUR OPINION http://bharanikumariyerphp.site88.net/bharanikumar/

[jQuery] Tell me , name of the jquery plugin for my requirement

2009-05-19 Thread bharani kumar
Hi all , Am looking one plugin must statisfy all my need , below is my need , Can u please tell me , which plugin is suitable for my requirement , * * * Search Box* * Pagination * *S.No(table sort)* *Subject(sort)*

[jQuery] Re: Tell me , name of the jquery plugin for my requirement

2009-05-19 Thread bharani kumar
). Then this triggers an ajax call to update your table... But, I recall seeing a more comprehensive plugin that combined all this - I think they called it data grid or something similar. It was overly complex for my needs, but might suit your's Hope that helps. Shawn bharani kumar wrote

[jQuery] JQUERY Pagination

2009-05-18 Thread bharani kumar
Hi all, Please refer few jquery pagination plugins , Also need in the able heading with sort type , for example Assume if i click the date , then i want sort by date , if i click subject , need to sort by subject , *Date* *Subject* *09-08-1984* Subject 1 *10-09-1986* Subject 2

[jQuery] jQuery Pagination Plugin ( Need to increase the number rows per page )

2009-05-17 Thread bharani kumar
Hello All , I am using jQuery Pagination , the demo one is pagination with static data , Now i changed that static pagination into dynamic(retrieve data from db) , But the problem is , I cant display more then one row per page , Please find the attachment ,, Thanks -- உங்கள் நண்பன் பரணி

[jQuery] how to uncheck the check box

2009-05-15 Thread bharani kumar
Hi all Can u tell me , how to uncheck the check box , when i check another check box, for example having 4 check boxes, be default check box is checked ,. when i check the check box 2 , then need to uncheck the checked one , How to do this in jquery , Thanks -- உங்கள் நண்பன் பரணி

[jQuery] how to uncheck the check box

2009-05-15 Thread bharani kumar
through with $.each). when clicked, the function could use the same selected and loop through again making sure the others are off. Eric On May 15, 10:38 am, bharani kumar bharanikumariyer...@gmail.com wrote: Hi all Can u tell me , how to uncheck the check box , when i check another

[jQuery] make the Fading like opening DOOR

2009-05-12 Thread bharani kumar
Hi All , Can you some one tell me , I want to make the DIV something like opening DOOR or single Door opening , double door opening Any idea please Regards B.S.Bharanikumar POST YOUR OPINION http://bharanikumariyerphp.site88.net/bharanikumar/

[jQuery] make the Fading like opening DOOR

2009-05-12 Thread bharani kumar
On May 12, 11:17 pm, bharani kumar bharanikumariyer...@gmail.com wrote: Hi All , Can you some one tell me , I want to make the DIV something like opening DOOR or single Door opening , double door opening Any idea please Something like this? (centered element) http://jsbin.com/afota

[jQuery] site hit count jquery / javascript code

2009-05-08 Thread bharani kumar
hi al Can u please tell me the site counter hit jquery code , Am not sure there is a code in jquery , But i know the php code for site counter hit , but looking in javascript / jquery /ajax , thanks -- உங்கள் நண்பன் பரணி குமார் Regards B.S.Bharanikumar POST YOUR OPINION

[jQuery] Drop down select problem

2009-05-07 Thread bharani kumar
Hil all ,i tried something like , When i select the drop down value , that value related content will display into listbox, But when i select another value , old one will not disabled , how to disable the old one , !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

[jQuery] Round corner

2009-05-05 Thread bharani kumar
Hi Members , How to make the round corners , div id='test' welcome to jquery groups , i want round corner for this DIV /div Thanks in advance Bharani

[jQuery] Re: Round corner

2009-05-05 Thread bharani kumar
2009/5/6 bharani kumar bharanikumariyer...@gmail.com But i am not get the corners , Simply i get like rectangle , i thing jquery not applied in this DIV !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; html xmlns=http

[jQuery] I need the solution for my edit in the place

2009-05-03 Thread bharani kumar
The below code which display the username from the user table, When i click the username , then that particular user firstname will be display , Now i want to edit that particular person firstname , How to do that with jquery , html titleJofire Contacts/title head style type=text/css li{

[jQuery] Edit in place plugin

2009-05-02 Thread bharani kumar
Hi all Can u you please tell me , How to do the Edit in place using jquery , Thanks -- உங்கள் நண்பன் பரணி குமார் Regards B.S.Bharanikumar POST YOUR OPINION http://bharanikumariyerphp.site88.net/bharanikumar/

[jQuery] CTRL+S to Insert Record PHP+JQUERY

2009-04-17 Thread bharani kumar
Hi , Can u tell me , i have to create any div ID ? , Or simply paste this code ? jQuery(function($) { var pressed = {}; $(document).keydown(function(event) { // Capture the key being pressed var keyCode = event.keyCode; pressed[keyCode] = true; // Check if 'S' was pressed if (83 ==

[jQuery] show the number of insert record php jquery

2009-04-16 Thread bharani kumar
Hi All can u tell , how to show the record inserting count at the time of insert process , Using PHP,JQUERY thanks -- உங்கள் நண்பன் பரணி குமார் Regards B.S.Bharanikumar POST YOUR OPINION http://bharanikumariyerphp.site88.net/bharanikumar/

[jQuery] Re: show the number of insert record php jquery

2009-04-16 Thread bharani kumar
Hi harbris , I want something like , user want to know till how records inserted , like in the page view , we have to show till 10 records inserted , after some time till 15 records inserted , like that progress process am looking ,,jqu -- உங்கள் நண்பன் பரணி குமார் Regards B.S.Bharanikumar

[jQuery] CTRL+S to Insert Record PHP+JQUERY

2009-04-15 Thread bharani kumar
Hi All , Can u please tell , How to implement in jquery, php,, Insert record after pressed the CTRL+S in keyboard , Thanks -- உங்கள் நண்பன் பரணி குமார் Regards B.S.Bharanikumar POST YOUR OPINION http://bharanikumariyerphp.site88.net/bharanikumar/

[jQuery] How hide DIV on body onclick

2009-03-28 Thread bharani kumar
Hi All Can some one send example snippet for Show DIV and Hide DIV in Body On click, I have some snippet, but that are not full fill my need, Exact example for clear view is in yahoo classic reply and reply-to-all , -- உங்கள் நண்பன் பரணி குமார் Regards B.S.Bharanikumar POST YOUR

Reply - [jQuery] Re: How hide DIV on body onclick

2009-03-28 Thread bharani kumar
=button class=btn1 value=Image / /div div id=btn1 input name=Video type=button class=btn2 value=video / /div /body /body /html This code i used to display and hide two divs one at a time... On Mar 28, 12:56 pm, bharani kumar bharanikumariyer...@gmail.com wrote: Hi All Can some one send

[jQuery] How to use the plugins into our project

2009-03-07 Thread bharani kumar
Assum for example i want this plugin http://plugins.jquery.com/project/Plugins/category/20 Add to list, How to customize this into my work area, Can some one share your ideas, thanks -- உங்கள் நண்பன் பரணி குமார் Regards B.S.Bharanikumar POST YOUR OPINION

[jQuery] PHP-JQUERY-Form submit without page refresh

2009-02-22 Thread bharani kumar
Hi, Working in php, Looking the great snippet, Form submit without page refresh, Thanks -- உங்கள் நண்பன் பரணி குமார் Regards B.S.Bharanikumar POST YOUR OPINION http://bharanikumariyerphp.site88.net/bharanikumar/

[jQuery] PHP+JQUERY ,Three combo's (Populate Country,State,City)

2009-02-13 Thread bharani kumar
Hi Every One, I want to populate the value into combo, That is for example the first combo contains the country and second combo contains states third combo contains the city, So if select the particular country then i want to populate that country contained states , if i select the particular

Re: Fw: [jQuery] Re: IMAP PHP is possible or not !!!!

2009-01-11 Thread bharani kumar
So , need to increase the speed, i thing my english is very poor, On Sun, Jan 11, 2009 at 7:30 PM, bharani kumar bharanikumariyer...@gmail.com wrote: http://www.bharanikumariyerphp.site88.netretrieves mail list, it will take around 40 sec for retrieve mail list, so need to increase

[jQuery] COM Objectscombination is possible or not !!!!

2009-01-10 Thread bharani kumar
(it will not parse it in any way). Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Sun, Jan 11, 2009 at 9:58 AM, bharani kumar bharanikumariyer...@gmail.com wrote: Hi every one, Am working on the PHP COM Objects , When i run the com object, it take around 50 sec for loading

[jQuery] Re: COM Objectscombination is possible or not !!!!

2009-01-10 Thread bharani kumar
- http://jquery-howto.blogspot.com On Sun, Jan 11, 2009 at 10:16 AM, bharani kumar bharanikumariyer...@gmail.com wrote: But am using the php combination know , so it is not possible to call like load('phpfile name '); ? Sorry , i dont jquery, On Sun, Jan 11, 2009 at 10:38

[jQuery] Re: COM Objectscombination is possible or not !!!!

2009-01-10 Thread bharani kumar
Refer few no of link PHP-JQUERY COMBINATION PLZ On Sun, Jan 11, 2009 at 11:01 AM, bharani kumar bharanikumariyer...@gmail.com wrote: So , it is not possible to increase the com object performance using jquery, Am correct sir ? On Sun, Jan 11, 2009 at 10:51 AM, jQuery Lover ilovejqu

[jQuery] Re: IMAP PHP is possible or not !!!!

2009-01-10 Thread bharani kumar
-howto.blogspot.com On Sun, Jan 11, 2009 at 10:35 AM, bharani kumar bharanikumariyer...@gmail.com wrote: Refer few no of link PHP-JQUERY COMBINATION PLZ On Sun, Jan 11, 2009 at 11:01 AM, bharani kumar bharanikumariyer...@gmail.com wrote: So , it is not possible to increase the com

[jQuery] Re: IMAP PHP is possible or not !!!!

2009-01-10 Thread bharani kumar
Refer few php-jquery combinations

  1   2   >