[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,invertselection,checkbox count


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 happen: the page displays an orange swf file with a
> dynamic text field.
> When you click the button at the top, the text inside the orange swf
> is supposed to change.
>
> I'm interested in people who run:
>
> IE7, IE8, FF3 on Windows XP, Vista, 7
> Safari 4, FF3 on Mac OSX
>
> Thanks a bunch! Your help is appreciated.
>



-- 
Regards
B.S.Bharanikumar

http://php-mysql-jquery.blogspot.com/
Article
JQUERY : checkbox,selectall,selectnone,invertselection,checkbox count


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). Please contact me ASAP. This position
> will move fast.
>
> Regards,
>
> Madan
>



-- 
Regards
B.S.Bharanikumar

http://php-mysql-jquery.blogspot.com/
Article
JQUERY : checkbox,selectall,selectnone,invertselection,checkbox count


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 23, 4:23 am, Peter Laws  wrote:
> > If there's an error, the dredded IE doesn't throw up any error,
> > normally its on the ball in that department.
> >
> > And I can't post a link (unless I do it privately?) as its a
> > pre-production site.
> >
> > FWIW, I copied the example from the JForm site letter by letter -
> > still not firing; removed all other javascript I have - still no joy.
> > I know I'm new to all thhis jquery stuff, I'm a php guy, so maybe it
> > is me!
> >
> > Thanks
> >
> > 2009/12/23 Mike Alsup :
> >
> >
> >
> > > Most likely you have a JavaScript error somewhere that is preventing
> > > your scripts from running.  Post a link if you can.
>



-- 
Regards
B.S.Bharanikumar

http://php-mysql-jquery.blogspot.com/
Article
JQUERY : checkbox,selectall,selectnone,invertselection,checkbox count


[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 ,
>
> If any one know free sms gateway server,
>
> Please share the details ,
>
> Thanks
>
>
>


-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


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

2009-08-14 Thread bharani kumar
Hi Prashant ,

My option is like ,

single journey and return journey ,

I simply what i did know,

for the field is common for single and return journey, but when the single
is selected, on that time i disabled the return date,when i selec the return
journey on that time am enabled the return date,


My problem is , assume if the user going for return type journey ,

then they select the from date and return date, If they don't interest for
return journey , then they simply click the one way and then select date ..

Here is the problem ,,

This is link plz check it out ...

http://qa.ukatn.com/

the prob is .

USer cant select the date if they first go to return type process
Thanks ,,,

On Sun, Jun 28, 2009 at 9:13 PM, Prashant Khanal
wrote:

> hmmhave a look at the code below and its the one provided in that
> example:
>
> $(function()
> {
>   $('.date-pick').datePicker()
>   $('#start-date').bind(
>   'dpClosed',
>
>
>   function(e, selectedDates)
>   {
>   var d = selectedDates[0];
>   if (d) {
>   d = new Date(d);
>   $('#end-date').dpSetStartDate(.asString());
>   }
>   }
>   );
>   $('#end-date').bind(
>
>
>   'dpClosed',
>   function(e, selectedDates)
>   {
>   var d = selectedDates[0];
>   if (d) {
>   d = new Date(d);
>   
> $('#start-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.
>
> 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 the problem is that you are not allowed to select the
>>> same day as the end date. That can be changed. If you check the source code
>>> provided 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, Prashant Khanal <
>>>> prashantkha...@gmail.com> wrote:
>>>>
>>>>> check this out
>>>>> this might help you
>>>>>
>>>>> http://www.kelvinluck.com/assets/jquery/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.blogspot.com/
>>>>
>>>
>>>
>>
>>
>> --
>> Regards
>> B.S.Bharanikumar
>> http://php-mysql-jquery.blogspot.com/
>>
>
>


-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[jQuery] Re: Refresh DIV with full page refresh

2009-08-12 Thread bharani kumar
How the snippet work..there is simply html ...can u plz explain...

On Thu, Aug 13, 2009 at 5:00 AM, Justin Volpato
wrote:

>
> Assuming you are looking to simply reset div1 to its original
> contents, you would save the contents of it to a variable on page load
> 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 
> 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
>



-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[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
not an too twisted question ya..
what is the jquery snippet for refresh a DIV ,

On Tue, Aug 11, 2009 at 7:15 PM, Liam Potter wrote:

>
> Be nice :p, obviously his first language is not English.
>
> you should be using jQuery's ajax functions.
> http://docs.jquery.com/Ajax
>
> 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...@gmail.com>> wrote:
>>>
>>>What exactly do you mean by 'refresh DIV' ?
>>>If you want to get some content in the page and update the DIV
>>>without loading/refreshing the entire page, then you should use
>>>ajax calls to your server.
>>>
>>>If you can explain what you want in a bit more detail perhaps I
>>>could help you a bit more.
>>>
>>>Thanks & Regards,
>>>Dhruva Sagar.
>>>
>>>
>>>Ogden Nash
>>><http://www.brainyquote.com/quotes/authors/o/ogden_nash.html>  -
>>>"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
>>>>><mailto: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
>>>
>>>
>>>
>>>
>>>
>>> --
>>> Regards
>>> B.S.Bharanikumar
>>> http://php-mysql-jquery.blogspot.com/
>>>
>>
>>
>


-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[jQuery] Re: Refresh DIV with full page refresh

2009-08-11 Thread bharani kumar
We can refresh one DIV jquery script, wiht out entire page refresh ...

On Tue, Aug 11, 2009 at 6:30 PM, Dhruva Sagar wrote:

> What exactly do you mean by 'refresh DIV' ?If you want to get some content
> in the page and update the DIV without loading/refreshing the entire page,
> then you should use ajax calls to your server.
>
> If you can explain what you want in a bit more detail perhaps I could help
> you a bit more.
>
> Thanks & Regards,
> Dhruva Sagar.
>
>
> Ogden Nash <http://www.brainyquote.com/quotes/authors/o/ogden_nash.html> - 
> "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,
>>
>> Am having four DIV ,
>>
>> DIV1,DIV2,DIV3,DIV4
>>
>>
>> I want to refresh only DIV! without affecting the DIV3,DIV4 ,
>>
>> Thanks
>>
>
>


-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[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] 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 menu1 then it call some.php and showing menu ,

Assume if i have around 20 naviation means the i have to write
jquery navigation and sub navigation snippet all pages ?

Is there any short way there ,

OR is there any similary navigation plugin available ,

thanks


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

2009-08-05 Thread bharani kumar
thanks ,,,

but i did with genral javascript using for loop


Thanks

On Wed, Aug 5, 2009 at 2:58 PM, thedad...@gmail.com wrote:

>
> I use this method.
> $(‘input text ’).each(function(i){
> // then i+1 will give you the total number of the match elements.
> })
>
>
> On 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 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
>



-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[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: call ajax on ENTER key press

2009-07-31 Thread bharani kumar
hi ,

I dont have a form , simple textbox

Thanks


On Fri, Jul 31, 2009 at 9:31 AM, Sandeep Gonivada wrote:

> I believe if the button is of the type "Submit" then on press of enter the
> same function will be invoked.
>
>  - for which you havee already defined
> "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
>> using ENTER key ,
>>
>> But i written code for onclick only ,
>>
>> now tell me ,
>>
>> How to submit value ,
>>
>> When the ENTER Key pressed ,
>>
>> Thanks
>>
>>
>>
>>
>


-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[jQuery] Re: call ajax on ENTER key press

2009-07-30 Thread bharani kumar

thanks to all ,

On 7/31/09, rupak mandal  wrote:
> Hi bharani  I think this code will work for you
>
>
> $(document).ready(function() {
>  $('#movie_name').keyup(function(e) {
> if(e.keyCode == 13) {
>   //your code
> }
> })
> })
> 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 :)
>>
>> 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
>>> using ENTER key ,
>>>
>>> But i written code for onclick only ,
>>>
>>> now tell me ,
>>>
>>> How to submit value ,
>>>
>>> When the ENTER Key pressed ,
>>>
>>> Thanks
>>>
>>>
>>>
>>>
>>
>>
>>
>>   Regard
>>
>> Mohd.Tareque
>>
>


-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[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] 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 , after form submited , after the
30sec , we run the mail function and get the ticket id from the DB using his
emailID  and based on ticket created time as the unique ,

,,,no my question is , how run the mail function / any function  after
30second,


please advise


Thanks

bharani


[jQuery] Re: Add / Remove Element dynamically

2009-07-02 Thread bharani kumar
ok ok ..sure

On Thu, Jul 2, 2009 at 6:48 PM, Charlie  wrote:

>
> How is anyone supposed to understand what it is you are wanting to do with
> a 5 word question. Try going to jquery.com and type in  C-O-U-N-T in
> search box. Constantly asking for help *several times a week*, and
> expecting others to spend far more time creating their replies than you put
> into your questions is completely unfair on your part!
>
> So far in this thread there are snippets of a concept  *
> "dynamic"-"add/remove"-"count"-"textbox"
> *Mountains 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 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 8 element (ie Textbox)
>>
>> Thanks
>>
>> bharanikumar
>>
>>
>>
>
>
> --
> Regards
> B.S.Bharanikumar
> http://php-mysql-jquery.blogspot.com/
>
>
>


-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[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 8 element (ie Textbox)
>
> Thanks
>
> bharanikumar
>
>
>


-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[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
hi nice ya , am not getting any error , that's main problem , even no
browser script error , working in FF browser ,

Little bit i moved to another code ,

$(document).ready(function(){

$("#username").keyup(function(){
var username = $("#username").val();
$.getJSON('getinfo.php', {'id' : username}, parseInfo);
});

// this function parses the fetched data into the 'info' paragraph
function parseInfo(data)
{
alert(print_r(data));
// the data parameter is an object, while name and email are the
keys from the PHP array
// you can also use the 'text' function instead of html. The
difference is that 'text'
// displays raw text, even if it contains other HTML elements.
$('#info').html(data.name +', '+ data.email);
}
});


*getinfo.php*


mysql_connect("localhost","root","admin");
mysql_select_db("test");
$keyword=(isset($_GET['id']) && !empty($_GET['id'])) ? $_GET['id'] : 0;

$sqlQuery = "SELECT * FROM users WHERE username like '%$keyword%'";
$result = mysql_query($sqlQuery);
$item = array();
while($row=mysql_fetch_object($result)){

$username = $row->username;
$userid   = $row->userid;
$item = array("userid"=>$userid,"username"=>$username);
}
echo json_encode($item);

print_r($item);


now 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, bharani kumar 
> wrote:
> > 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);
> >
> > }});
> > });
> > });
> >
> > This is my code ,
> >
> > data type:json not working ,
> >
> > Please tell me Why?
> >
> > Thanks
>



-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[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);
}});

});
});

This is my code ,

data type:json not working ,

Please tell me Why?

Thanks


[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 one,
>
> Thanks
>
> On Sun, Jun 28, 2009 at 9:13 PM, Prashant Khanal  > wrote:
>
>> hmmhave a lookyou know at the code below and its the one provided in
>> that example:
>>
>> $(function()
>> {
>>  $('.date-pick').datePicker()
>>  $('#start-date').bind(
>>  'dpClosed',
>>
>>
>>  function(e, selectedDates)
>>  {
>>  var d = selectedDates[0];
>>  if (d) {
>>  d = new Date(d);
>>  $('#end-date').dpSetStartDate(.asString());
>>  }
>>  }
>>  );
>>  $('#end-date').bind(
>>
>>
>>
>>  'dpClosed',
>>  function(e, selectedDates)
>>  {
>>  var d = selectedDates[0];
>>  if (d) {
>>  d = new Date(d);
>>  
>> $('#start-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.
>>
>> 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 the problem is that you are not allowed to select the
>>>> same day as the end date. That can be changed. If you check the source code
>>>> provided 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, Prashant Khanal <
>>>>> prashantkha...@gmail.com> wrote:
>>>>>
>>>>>> check this out
>>>>>> this might help you
>>>>>>
>>>>>> http://www.kelvinluck.com/assets/jquery/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.blogspot.com/
>>>>>
>>>>
>>>>
>>>
>>>
>>> --
>>> Regards
>>> B.S.Bharanikumar
>>> http://php-mysql-jquery.blogspot.com/
>>>
>>
>>
>
>
> --
> Regards
> B.S.Bharanikumar
> http://php-mysql-jquery.blogspot.com/
>



-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[jQuery] Re: Date range Picker jquery

2009-06-28 Thread bharani kumar
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, 2009 at 9:13 PM, Prashant Khanal
wrote:

> hmmhave a lookyou know at the code below and its the one provided in
> that example:
>
> $(function()
> {
>   $('.date-pick').datePicker()
>   $('#start-date').bind(
>   'dpClosed',
>
>
>   function(e, selectedDates)
>   {
>   var d = selectedDates[0];
>   if (d) {
>   d = new Date(d);
>   $('#end-date').dpSetStartDate(.asString());
>   }
>   }
>   );
>   $('#end-date').bind(
>
>
>   'dpClosed',
>   function(e, selectedDates)
>   {
>   var d = selectedDates[0];
>   if (d) {
>   d = new Date(d);
>   
> $('#start-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.
>
> 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 the problem is that you are not allowed to select the
>>> same day as the end date. That can be changed. If you check the source code
>>> provided 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, Prashant Khanal <
>>>> prashantkha...@gmail.com> wrote:
>>>>
>>>>> check this out
>>>>> this might help you
>>>>>
>>>>> http://www.kelvinluck.com/assets/jquery/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.blogspot.com/
>>>>
>>>
>>>
>>
>>
>> --
>> Regards
>> B.S.Bharanikumar
>> http://php-mysql-jquery.blogspot.com/
>>
>
>


-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[jQuery] Re: Date range Picker jquery

2009-06-28 Thread bharani kumar
hi ,
y tried but cant changes its functionality ,

Thanks

On Sun, Jun 28, 2009 at 11:19 AM, Prashant Khanal
wrote:

> you mean to say the problem is that you are not allowed to select the same
> day as the end date. That can be changed. If you check the source code
> provided 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, Prashant Khanal <
>> prashantkha...@gmail.com> wrote:
>>
>>> check this out
>>> this might help you
>>>
>>> http://www.kelvinluck.com/assets/jquery/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.blogspot.com/
>>
>
>


-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[jQuery] Re: Date range Picker jquery

2009-06-27 Thread bharani kumar
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, Prashant Khanal
wrote:

> check this out
> this might help you
>
> http://www.kelvinluck.com/assets/jquery/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.blogspot.com/


[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 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
>>
>> *
>> *
>>
>>
>> Thanks
>>
>> B.S.Bharanikumar
>>
>>
>>
>
>
> --
> Regards
> B.S.Bharanikumar
> http://php-mysql-jquery.blogspot.com/
>



-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[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
>
> *
> *
>
>
> Thanks
>
> B.S.Bharanikumar
>
>
>


-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


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

-- Autosuggest airport seaport stations


Is there any plugin available for my requirement , let me know please ,


Thanks

B.S .Bharanikumar


[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:
>
> Hi all,
>  for example am saying ,
>
>  around 10 fields in the form , u have entered all the fields, then u are
> see card selection ,
>
>  the site asking u , u have account in our site, if yes means, we have
> show the login link ,
>
>  Here please consentrate , if the enter the username and password , then
> they submit the form , what will happen , the page gets refresh , so other
> values get disappears ,
>
>  Thats y am asking / looking the code ,
>
>  without page refresh to login ,
>
>  Thanks
>
>
>
> On Thu, Jun 25, 2009 at 9:38 PM, Charlie  wrote:
>
>>  I tried to prompt a reasonable discussion on this , it doesn't appear you
>> wish to help anyone help you
>>
>> personally I have no idea *exactly* what you are looking for , provided a
>> multitude of resources to try to narrow it down and got a 6 word reply
>>
>> good luck to you...maybe someone else might try to help or get the
>> code from 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
>>>
>>> The following  were all very *easy* to find using jquery site and/or
>>> google !
>>>
>>> http://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 ,
>>>  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) , register , directly enter card details ,
>>>
>>>  So if they click the login LINK,
>>>
>>>  Then am showing the login form without page refresh ,
>>>
>>>  *HERE i need your help*
>>> *
>>> *
>>> *If they enter the username and password , after they hit the submit ,*
>>> *
>>> *
>>> *I want to login without page refresh and URL changes ,*
>>> *
>>> *
>>> *Any great suggestion i really appreciate , *
>>> *
>>> *
>>> *Any doubt in my question , hesitate to  reply ,*
>>> *
>>> *
>>> *Thanks *
>>> *
>>> *
>>> *B.S.Bharanikumar*
>>> *
>>> *
>>> *very urgent very urgent very urgent*
>>>
>>>
>>>
>>>
>>> --
>>> Regards
>>> B.S.Bharanikumar
>>> http://php-mysql-jquery.blogspot.com/
>>>
>>>
>>>
>>
>>
>> --
>> Regards
>> B.S.Bharanikumar
>> http://php-mysql-jquery.blogspot.com/
>>
>>
>>
>
>
> --
> Regards
> B.S.Bharanikumar
> http://php-mysql-jquery.blogspot.com/
>
>
>


-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


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

2009-06-25 Thread bharani kumar
Hi all,
for example am saying ,

around 10 fields in the form , u have entered all the fields, then u are see
card selection ,

the site asking u , u have account in our site, if yes means, we have show
the login link ,

Here please consentrate , if the enter the username and password , then they
submit the form , what will happen , the page gets refresh , so other values
get disappears ,

Thats y am asking / looking the code ,

without page refresh to login ,

Thanks



On Thu, Jun 25, 2009 at 9:38 PM, Charlie  wrote:

>   I tried to prompt a reasonable discussion on this , it doesn't appear you
> wish to help anyone help you
>
> personally I have no idea *exactly* what you are looking for , provided a
> multitude of resources to try to narrow it down and got a 6 word reply
>
> good luck to you...maybe someone else might try to help or get the code
> from 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
>>
>> The following  were all very *easy* to find using jquery site and/or
>> google !
>>
>> http://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 ,
>>  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) , register , directly enter card details ,
>>
>>  So if they click the login LINK,
>>
>>  Then am showing the login form without page refresh ,
>>
>>  *HERE i need your help*
>> *
>> *
>> *If they enter the username and password , after they hit the submit ,*
>> *
>> *
>> *I want to login without page refresh and URL changes ,*
>> *
>> *
>> *Any great suggestion i really appreciate , *
>> *
>> *
>> *Any doubt in my question , hesitate to  reply ,*
>> *
>> *
>> *Thanks *
>> *
>> *
>> *B.S.Bharanikumar*
>> *
>> *
>> *very urgent very urgent very urgent*
>>
>>
>>
>>
>> --
>> Regards
>> B.S.Bharanikumar
>> http://php-mysql-jquery.blogspot.com/
>>
>>
>>
>
>
> --
> Regards
> B.S.Bharanikumar
> http://php-mysql-jquery.blogspot.com/
>
>
>


-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


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

2009-06-25 Thread bharani kumar
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
>
> The following  were all very *easy* to find using jquery site and/or google
> !
>
> http://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 ,
>  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) , register , directly enter card details ,
>
>  So if they click the login LINK,
>
>  Then am showing the login form without page refresh ,
>
>  *HERE i need your help*
> *
> *
> *If they enter the username and password , after they hit the submit ,*
> *
> *
> *I want to login without page refresh and URL changes ,*
> *
> *
> *Any great suggestion i really appreciate , *
> *
> *
> *Any doubt in my question , hesitate to  reply ,*
> *
> *
> *Thanks *
> *
> *
> *B.S.Bharanikumar*
> *
> *
> *very urgent very urgent very urgent*
>
>
>
>
> --
> Regards
> B.S.Bharanikumar
> http://php-mysql-jquery.blogspot.com/
>
>
>


-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[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) , register , directly enter card details ,

So if they click the login LINK,

Then am showing the login form without page refresh ,

*HERE i need your help*
*
*
*If they enter the username and password , after they hit the submit ,*
*
*
*I want to login without page refresh and URL changes ,*
*
*
*Any great suggestion i really appreciate , *
*
*
*Any doubt in my question , hesitate to  reply ,*
*
*
*Thanks *
*
*
*B.S.Bharanikumar*
*
*
*very urgent very urgent very urgent*




-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[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 ,
>
> 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 the username and password , if i submit the button ,
>
>
> I don't want to refresh the page or no changes in URL ,
>
>
> After submitted , then i want to track the user details with as usual login
> functionlaity , that is need to track that user details and all ,
>
>
> If possible without page refresh ,
>
> Thanks
>
> B.S.Bharanikumar
>
>
>
>
>
>



-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[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 the username and password , if i submit the button ,


I don't want to refresh the page or no changes in URL ,


After submitted , then i want to track the user details with as usual login
functionlaity , that is need to track that user details and all ,


If possible without page refresh ,

Thanks

B.S.Bharanikumar


[jQuery] Re: am searching popup plugin

2009-06-22 Thread bharani kumar
Hi Thanks , useful one ,

On Mon, Jun 22, 2009 at 6:39 PM, Charlie  wrote:

>  your not liking the answer doesn't constitute someone else not
> understanding the question.
>
> Here's a jqueryUI dialog that floats with scroll. There is another way to
> do this by making 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 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  wrote:
>
>> not to mention jquery UI  >>  Dialog
>>
>> http://jqueryui.com/demos/dialog/
>>
>> options don't show how to set it fixed for scrolling but that's easily
>> modified with  jquery.css()
>>
>>
>> brian wrote:
>>
>> jquery.popup? There are 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, Jun 21, 2009 at 7:54 AM, bharani
>> kumar  wrote:
>>
>>
>>  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
>>
>>
>>
>>
>>
>>
>>
>>
>
>
> --
> Regards
> B.S.Bharanikumar
> http://php-mysql-jquery.blogspot.com/
>
>
>


-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


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

>  not to mention jquery UI  >>  Dialog
>
> http://jqueryui.com/demos/dialog/
>
> options don't show how to set it fixed for scrolling but that's easily
> modified with  jquery.css()
>
>
>
> brian wrote:
>
> jquery.popup? There are 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, Jun 21, 2009 at 7:54 AM, bharani
> kumar  wrote:
>
>
>  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
>
>
>
>
>
>
>
>


-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[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 replacement or what?
>>
>> On Jun 18, 11:25 pm, bharani kumar 
>> wrote:
>>  > Hello Friends ,
>> >
>> > How to resize the image using jquery ,
>> >
>> > Thanks
>> >
>> > B.S..Bharanikumar
>>
>
>
>
> --
> Regards
> B.S.Bharanikumar
> http://php-mysql-jquery.blogspot.com/
>
>
>


-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[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 ,
> >
> > Thanks
> >
> > B.S..Bharanikumar
>



-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[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 what was returned from the
> server script regardsless of what was returned. So if the server
> returned "fish" and "cold" on the user typing "f" I thought the "cold"
> value would be filtered out anyway but that is (logically) not the
> case.
>
> I still have an issue with the caching but I better start another
> thread about that.




-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[jQuery] Re: Tell me , Select option value

2009-06-15 Thread bharani kumar
thanks

On Mon, Jun 15, 2009 at 5:06 PM, david  wrote:

>
> For alert : you must define on which event and then use the bind
> function:
> http://docs.jquery.com/Events/bind#examples
>
> On Jun 15, 2:33 pm, david  wrote:
> > You mean the value of the radio button.
> > 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 doubt is very simple ,
> >
> > > Having two radio button ,
> >
> > > alert which ratio option i selected for example Male and female
> >
> > > Thanks
>



-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


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

> maybe try something like this
>>
>
> $("#yesBut, #condBut").click(function(){
>if($("#yesBut").is(":checked") && $("condBut").is(":checked")) {
>  $("#SubmitCard").removeAttr("disabled");
>   }
>   else {
>  $("#SubmitCard").attr("disabled", "disabled");
>   }
> })
>
> i am not too sure of my syntax and stuff, but hopefully you get the idea
>
> and hopefully someone come up with a better solution than mine
>
>


-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[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
> 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 CONDITION match , For this
> situation , i dont know how to write the jquery snippet
>
>
> Pay by Card *Yes* No   Address1 Address2  City Country
>Please check the box to accept terms & 
> conditions<http://www.ukatn.com/affiliates/terms.php?aid=>.
>
> --
>  * Pay Later * * Buy It Now *   £ * 126.00
>  *£ * 121.00
>  *
>
> Copyright © 2009 ATN
>
>


-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[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 CONDITION match , For this
situation , i dont know how to write the jquery snippet


Pay by Card *Yes* No   Address1 Address2  City Country
   Please check the box to accept terms &
conditions.

--
 * Pay Later * * Buy It Now *   £ * 126.00
 *£ * 121.00
 *

Copyright © 2009 ATN


[jQuery] Re: Marquee plugin

2009-06-09 Thread bharani kumar
one Good plugin,

Thanks , but when i click the left or right side the button , it just
showing next section of the images like image 4,5,6 ,

but am looking when user click left button , need to roll image left side,
if clicked right is then move  image's right side



On Tue, Jun 9, 2009 at 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  *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 * , light box must display ,
>>
>>
>> Thanks
>> B.S.Bharanikumar
>> --
>> Regards
>> B.S.Bharanikumar
>> http://php-mysql-jquery.blogspot.com/
>>
>
>


-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[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 * , light box must display ,


Thanks
B.S.Bharanikumar
-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


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

2009-06-06 Thread bharani kumar
Hi its ok ya ,
Am not bother abut the browser disable ,

Because its intra net project ,

So we disable in the systems,

Tell me the snippet for that ,


thanks





On Sun, Jun 7, 2009 at 9:46 AM, Ricardo  wrote:

>
> It's "doable", but save your efforts. After you deliver 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 kumar 
> wrote:
> > 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
>



-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[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:
> > Hi See ,
> >
> > i tried like
> >
> > emailInfo.html(data);
> >
> > It print fine ,
> >
> > When i out into condition, there i facing Problem ,
> >
> > like
> > for example
> >
> > var test = emailInfo.html(data);
> >
> > if(test == 'ACCT'){
> >
> > emailInfo.html(test);
> >
> > }else{
> >
> > emailInfo.html("Somthing bla lbla ");
> >
> >
> >
> > }
> > On Wed, Jun 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.
> >
> > > On Jun 3, 12:03 pm, bharani kumar 
> > > wrote:
> > > >   $(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_code").attr("value")+"&code="+airport_code,
> > > > url: "check.php",
> > > > beforeSend: function(){
> > > > emailInfo.html("Checking Email...");
> > > > },
> > > > success: function(data){
> > > > if(data == "ACAT"){
> > > > emailInfo.html("ACAT Already Exist");
> > > > }else if(data == "ACCT"){
> > > > emailInfo.html("ACCT Already Exist");
> >
> > > > }else{
> > > > emailInfo.html("Available");
> > > > }
> > > > }
> > > > });
> > > > });
> > > >   });
> >
> > > > Hi All ,
> >
> > > > This my snippet ,
> >
> > > > am doing the already exist functionality ,
> >
> > > > The above snippet is working fine ,
> >
> > > > but the problem is ,,
> >
> > > > Always the condition  goes to the Available , am not able to mark out
> my
> > > > Error spot,
> >
> > > > Can u tell me , where i made the mistake ,
> >
> > > > Thanks advance
> >
> > --
> > Regards
> > B.S.Bharanikumarhttp://php-mysql-jquery.blogspot.com/
>



-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[jQuery] Re: Problem in success function

2009-06-03 Thread bharani kumar
Hi See ,

i tried like

emailInfo.html(data);


It print fine ,


When i out into condition, there i facing Problem ,

like
for example

var test = emailInfo.html(data);

if(test == 'ACCT'){

emailInfo.html(test);

}else{
emailInfo.html("Somthing bla lbla ");
}





On Wed, Jun 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.
>
>
> On Jun 3, 12:03 pm, bharani kumar 
> wrote:
> >   $(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_code").attr("value")+"&code="+airport_code,
> > url: "check.php",
> > beforeSend: function(){
> > emailInfo.html("Checking Email...");
> > },
> > success: function(data){
> > if(data == "ACAT"){
> > emailInfo.html("ACAT Already Exist");
> > }else if(data == "ACCT"){
> > emailInfo.html("ACCT Already Exist");
> >
> > }else{
> > emailInfo.html("Available");
> > }
> > }
> > });
> > });
> >   });
> >
> > Hi All ,
> >
> > This my snippet ,
> >
> > am doing the already exist functionality ,
> >
> > The above snippet is working fine ,
> >
> > but the problem is ,,
> >
> > Always the condition  goes to the Available , am not able to mark out my
> > Error spot,
> >
> > Can u tell me , where i made the mistake ,
> >
> > Thanks advance
>



-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[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_code").attr("value")+"&code="+airport_code,
url: "check.php",
beforeSend: function(){
emailInfo.html("Checking Email...");
},
success: function(data){
if(data == "ACAT"){
emailInfo.html("ACAT Already Exist");
}else if(data == "ACCT"){
emailInfo.html("ACCT Already Exist");

}else{
emailInfo.html("Available");
}
}
});
});
  });

Hi All ,

This my snippet ,


am doing the already exist functionality ,

The above snippet is working fine ,

but the problem is ,,

Always the condition  goes to the Available , am not able to mark out my
Error spot,


Can u tell me , where i made the mistake ,


Thanks advance


[jQuery] Re: Edittable plugin problem

2009-06-03 Thread bharani kumar
The Boss ,

Link redirecting site not working BOSS ,

Please provide alternate link,

Thanks

On Tue, Jun 2, 2009 at 10:38 PM, Gustavo Salomé wrote:

> Its here:
> http://jquery.izfree.com/editable.js
>
> Now any function get the return (data, object)
> You can use it, for example, 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:
>>
>>> 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 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').editable( 'edit_update.php?id='(i want the getID
>>>> value here ), {
>>>>  "callback": function( sValue, y ) {
>>>> var aPos = oTable.fnGetPosition( this );
>>>>  oTable.fnUpdate( sValue, aPos[0], aPos[1] );
>>>> }
>>>> } );
>>>>  /* Init DataTables */
>>>> oTable = $('#example').dataTable();
>>>>  } );
>>>> 
>>>>
>>>>
>>>> 
>>>>  >>>while($row=mysql_fetch_object($result)){
>>>> $id = $row->id;
>>>>  echo "";
>>>> echo "$row->value";
>>>>  echo "";
>>>> }
>>>>   ?>
>>>>  
>>>>
>>>>
>>>> How i do this ,
>>>>
>>>> Thanks
>>>> --
>>>> Regards
>>>> B.S.Bharanikumar
>>>> http://php-mysql-jquery.blogspot.com/
>>>>
>>>
>>>
>>>
>>> --
>>> Gustavo Salome Silva
>>>
>>
>>
>>
>> --
>> Regards
>> B.S.Bharanikumar
>> http://php-mysql-jquery.blogspot.com/
>>
>
>
>
> --
> Gustavo Salome Silva
>



-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[jQuery] Re: Already Exist jquery plugin

2009-06-03 Thread bharani kumar
So great boss,

On Tue, Jun 2, 2009 at 10:58 PM, Chris Chen  wrote:

> why
>
> 2009/6/3 jsuggs 
>
>
>> You are going to have to be more specific than that.  Where are the
>> values for user or email stored?  In a database?  If so, then you'd
>> probably need to make an ajax call with the values that you would want
>> to check.  You might want to take a look at one of my other posts
>> where I show you how I do something similar:
>>
>>
>> http://groups.google.com/group/jquery-en/browse_thread/thread/17e6f22477bcbb32/9340ed6fa8cac46a?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 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').editable( 'edit_update.php?id='(i want the getID
>> value here ), {
>>  "callback": function( sValue, y ) {
>> var aPos = oTable.fnGetPosition( this );
>>  oTable.fnUpdate( sValue, aPos[0], aPos[1] );
>> }
>> } );
>>  /* Init DataTables */
>> oTable = $('#example').dataTable();
>>  } );
>> 
>>
>>
>> 
>>  >while($row=mysql_fetch_object($result)){
>> $id = $row->id;
>>  echo "";
>> echo "$row->value";
>>  echo "";
>> }
>>   ?>
>>  
>>
>>
>> How i do this ,
>>
>> Thanks
>> --
>> Regards
>> B.S.Bharanikumar
>> http://php-mysql-jquery.blogspot.com/
>>
>
>
>
> --
> Gustavo Salome Silva
>



-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[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').editable( 'edit_update.php?id='(i want the getID
value here ), {
"callback": function( sValue, y ) {
var aPos = oTable.fnGetPosition( this );
oTable.fnUpdate( sValue, aPos[0], aPos[1] );
}
} );
 /* Init DataTables */
oTable = $('#example').dataTable();
} );




 id;
echo "";
echo "$row->value";
echo "";
}
  ?>



How i do this ,

Thanks
-- 
Regards
B.S.Bharanikumar
http://php-mysql-jquery.blogspot.com/


[jQuery] Re: Refresh SPAN without entire page

2009-05-22 Thread bharani kumar

am just intermediate in jquery ,

so am not understand the remove TR, but i asked to google ,

Let we see the response


thanks for reply

On Fri, May 22, 2009 at 4:56 PM, Liam Byrne  wrote:
>
> The issue is what exactly you are trying to achieve when the user "deletes
> the required row".
>
> If it's purely client side, then it's "hide" rather than delete. You could
> achieve this by
>
> 1) Display the page using a session variable to determine which rows to show
> 2) Call an ajax function to set a session variable
> 3) do a jQuery "remove" on the TR
>
> But if it's meant to do something server-side (e.g. delete a record from a
> database, or mark a record as unwanted in a "preferences" table, then you'll
> need to do exactly that via a server-side function; the "refresh" that you
> requested would do the exact same as a page refresh, if it were available.
>
> 1) Call an ajax function to do just 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, assume if i give the page
>> refresh , then user have to click the link again ,
>>
>> Assume if is there any function do somthing link refresh span , means ,
>>
>> That span contained rows will refresh , then will will not affect ,
>> thats y am asking ,,,
>>
>> thanks in advance
>>
>> On Fri, May 22, 2009 at 12:30 AM, Liam Byrne  wrote:
>>
>>>
>>> What do you mean "refresh span" ?
>>>
>>> You can reset the content 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 refresh ,
>>>>
>>>> Can you tell name of the jquery function ,
>>>>
>>>> --
>>>> ?? ??
>>>>  ??
>>>>
>>>> Regards
>>>> B.S.Bharanikumar
>>>>
>>>> POST YOUR OPINION
>>>> http://bharanikumariyerphp.site88.net/bharanikumar/
>>>> 
>>>>
>>>>
>>>> No virus found in this incoming message.
>>>> Checked by AVG - www.avg.com Version: 8.5.339 / Virus Database:
>>>> 270.12.35/2124 - Release Date: 05/20/09 06:22:00
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>>
>>  
>>
>>
>> No virus found in this incoming message.
>> Checked by AVG - www.avg.com Version: 8.5.339 / Virus Database:
>> 270.12.36/2128 - Release Date: 05/22/09 06:03:00
>>
>>
>
>



-- 
உங்கள் நண்பன்
பரணி  குமார்

Regards
B.S.Bharanikumar

POST YOUR OPINION
http://bharanikumariyerphp.site88.net/bharanikumar/


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




function check_delete(site) {
//alert(site)
var lenChkBox = $("input:checked").length;
//var hdnValues = "";
//alert(lenChkBox)
if(lenChkBox > 1){
for(var i=0;i

[jQuery] Re: Refresh SPAN without entire page

2009-05-21 Thread bharani kumar

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, assume if i give the page
refresh , then user have to click the link again ,

Assume if is there any function do somthing link refresh span , means ,

That span contained rows will refresh , then will will not affect ,
thats y am asking ,,,

thanks in advance

On Fri, May 22, 2009 at 12:30 AM, Liam Byrne  wrote:
>
> What do you mean "refresh span" ?
>
> You can reset the content 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 refresh ,
>>
>> Can you tell name of the jquery function ,
>>
>> --
>> ?? ??
>>  ??
>>
>> Regards
>> B.S.Bharanikumar
>>
>> POST YOUR OPINION
>> http://bharanikumariyerphp.site88.net/bharanikumar/
>> 
>>
>>
>> No virus found in this incoming message.
>> Checked by AVG - www.avg.com Version: 8.5.339 / Virus Database:
>> 270.12.35/2124 - Release Date: 05/20/09 06:22:00
>>
>>
>
>



-- 
உங்கள் நண்பன்
பரணி  குமார்

Regards
B.S.Bharanikumar

POST YOUR OPINION
http://bharanikumariyerphp.site88.net/bharanikumar/


[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] Re: search by (Filter by name,age,date ) any plugin in jquery

2009-05-20 Thread bharani kumar
Am not get ur mail,

Hi all tell me how to pass the value into function

for example



Can u please tell me ,

how to do this, put 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
>
> 
>   Any word
>   Date
>   Age
>   subject
> 
>
> 
>
>
>
>  "search_keyword('cmd_select_category','txt_search')">
>
>
> How to bring the  cmd_select_category value, and txt_search  in the
> search_keyword function
> --
> உங்கள் நண்பன்
> பரணி  குமார்
>
> Regards
> B.S.Bharanikumar
>
> POST YOUR OPINION
> http://bharanikumariyerphp.site88.net/bharanikumar/
>



-- 
உங்கள் நண்பன்
பரணி  குமார்

Regards
B.S.Bharanikumar

POST YOUR OPINION
http://bharanikumariyerphp.site88.net/bharanikumar/


[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


  Any word
  Date
  Age
  subject









How to bring the  cmd_select_category value, and txt_search  in the
search_keyword function
-- 
உங்கள் நண்பன்
பரணி  குமார்

Regards
B.S.Bharanikumar

POST YOUR OPINION
http://bharanikumariyerphp.site88.net/bharanikumar/


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

2009-05-19 Thread bharani kumar
Hi shawn ,

Thanks for reply ,

Actually today morning i saw one plugin ,

That plugin satisfy my need ,

Without book mark to i closed , even i clear the browser history ,

Thats y am asking somthing similar, and i asked to google with keyword
somthing like pager,tablesort,search jquery plugin , but no use,


But got one ajax pager,tablesort,search , that thing looking only in jquery
,

Any let we surt upto some level,

Thanks for reply ,



On Tue, May 19, 2009 at 1:12 PM, Shawn  wrote:

>
> tablesorter with pagination?  And a search option?
>
> The tablesorter plugin (http://tablesorter.com/docs/) works well for most
> my needs.
>
> I haven't had to implement pagination yet, but I've seen a few plugins for
> this, and have heard of some combined with tablesorter.
>
> The search option needs more details.  Do you want to search the contents
> of the table on screen?  Or search on the server side which then
> creates/replaces your table of data?  Either way, I think this can be
> accomplished without a plugin and very little code.  A simple text box where
> you capture the keypress events and look for the enter key (or make use of a
> "go" button beside the textbox).  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:
>
>> 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)*
>>
>>
>>
>> Date(sort)
>>
>> *1*
>>
>>
>>
>> Subject 1
>>
>>
>>
>> 09-08-1984
>>
>> * *
>>
>>
>>
>>
>>
>>
>>
>> * *
>>
>>
>>
>>
>>
>>
>>
>> * *
>>
>>
>>
>>
>>
>>
>>
>> * *
>>
>>
>>
>>
>>
>>
>>
>> * *
>>
>>
>>
>>
>>
>>
>>
>> * *
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> Thanks in advance
>> B.S.Bharanikumar
>>
>> POST YOUR OPINION
>> http://bharanikumariyerphp.site88.net/bharanikumar/
>>
>


-- 
உங்கள் நண்பன்
பரணி  குமார்

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)*

Date(sort)

*1*

Subject 1

09-08-1984

* *





* *





* *





* *





* *





* *








Thanks in advance

B.S.Bharanikumar

POST YOUR OPINION
http://bharanikumariyerphp.site88.net/bharanikumar/


[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

*10-08-1996*

Subject 3


Thanks

-- 
உங்கள் நண்பன்
பரணி  குமார்

Regards
B.S.Bharanikumar

POST YOUR OPINION
http://bharanikumariyerphp.site88.net/bharanikumar/


[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



-- 
உங்கள் நண்பன்
பரணி  குமார்

Regards
B.S.Bharanikumar

POST YOUR OPINION
http://bharanikumariyerphp.site88.net/bharanikumar/


pagination.rar
Description: Binary data


[jQuery] how to uncheck the check box

2009-05-15 Thread bharani kumar
Thanks for your response ,

In my application i dont want default checked = checked ,


Then how i do Peter ,

Thanks

There are a few ways to do this.
You can select by class, in which case you give a group of checkboxes the
same class

$(function(){
// attach a click event to each checkbox whose class is 'onechecked'
$(':checkbox.onechecked').click(function(){
  // if the clicked checkbox is checked (no need to do anything if it is
being unchecked)
  if (this.checked) {
// loop through all other checkboxes with the same class
$(':checkbox.onechecked').each(function(){
  // uncheck all of them
  this.checked = false;
});
// re-check the one clicked
this.checked = true;
  }
});
});

HTML:







you can also use the name attribute of the checkbox to group them - this
could work for multiple groups of checkboxes - this example assumes that
each group of checkboxes has the same name attribute, and those you want to
limit to one selection are prefixed 'limit'

$(function(){
// attach a click event to each checkbox whose name begins with 'limit'
$(':checkbox[name^=limit]').click(function(){
  // store the name of the checkbox which has been clicked
  var inputname = $(this).attr("name");
  // if the clicked checkbox is checked (no need to do anything if it is
being unchecked)
  if (this.checked) {
// loop through all other checkboxes with the same name attribute as the
one clicked
$(':checkbox[name='+inputname+']').each(function(){
  // uncheck all of them
  this.checked = false;
});
// re-check the one clicked
this.checked = true;
  }
});
});

HTML:













There are other ways as well, but this should give you some idea about some
of the possibilities.

on 15/05/2009 15:48 elubin said::
> add a click handler to each checkbox (you could use a selector and
> loop 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 
> wrote:
>
>> 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
>>
>> --
>> உங்கள் நண்பன்
>> பரணி  குமார்
>>
>> Regards
>> B.S.Bharanikumar
>>
>> POST YOUR OPINIONhttp://bharanikumariyerphp.site88.net/bharanikumar/
>>
>
>

-- 
உங்கள் நண்பன்
பரணி  குமார்

Regards
B.S.Bharanikumar

POST YOUR OPINION
http://bharanikumariyerphp.site88.net/bharanikumar/


[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

-- 
உங்கள் நண்பன்
பரணி  குமார்

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


yes ,
-- 
உங்கள் நண்பன்
பரணி  குமார்

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
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] 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
http://bharanikumariyerphp.site88.net/bharanikumar/


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



http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
http://www.w3.org/1999/xhtml";>


 Test for UKATN


function show_place(str){
 $.ajax({
   type: "POST",
   url: "load_place_div.php",
   data: "place="+str,
  success: function(html){
  $("#results").append(html);
  }
 });

}






Select
location_name;
$location_id = $row->from_id;
?>










load_place_div .php File



place_name;
 $place_id = $row->fromID;
?>

   
  



-- 
உங்கள் நண்பன்
பரணி  குமார்

Regards
B.S.Bharanikumar

POST YOUR OPINION
http://bharanikumariyerphp.site88.net/bharanikumar/


[jQuery] Re: Round corner

2009-05-05 Thread bharani kumar
2009/5/6 bharani kumar 

> But i am not get the corners ,
>
> Simply i get like rectangle , i thing jquery not applied in this DIV
>
>  http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
> http://www.w3.org/1999/xhtml";>
> 
> 
> Corners Div
> 
> 
> $(document).ready( function(){
>   $('.rounded').corners("30px 10px");
> });
>
> 
> 
> 
> 
>   Example with different x and y sizes.
> 
> 
> 
>
> 2009/5/6 bharani kumar 
>
> No, reply body in this ,
>>
>> 2009/5/6 SFL(北京圣福伦) 
>>
>>>
>>>
>>
>>
>> --
>> உங்கள் நண்பன்
>> பரணி  குமார்
>>
>> Regards
>> B.S.Bharanikumar
>>
>> POST YOUR OPINION
>> http://bharanikumariyerphp.site88.net/bharanikumar/
>>
>
>
>
> --
> உங்கள் நண்பன்
> பரணி  குமார்
>
> Regards
> B.S.Bharanikumar
>
> POST YOUR OPINION
> http://bharanikumariyerphp.site88.net/bharanikumar/
>



-- 
உங்கள் நண்பன்
பரணி  குமார்

Regards
B.S.Bharanikumar

POST YOUR OPINION
http://bharanikumariyerphp.site88.net/bharanikumar/


[jQuery] Round corner

2009-05-05 Thread bharani kumar
Hi Members ,
How to make the round corners ,



 welcome to jquery groups , i want round corner for this DIV



Thanks in advance

Bharani


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



Jofire Contacts


li{
list-style:none;
color:#0033FF;
cursor:pointer;
}




function showDetails(id)
{
$.ajax({
 type: "POST",
 url: "showdetails.php",
 data: "id=" + id ,
success: function(html){
$('#test').html(html);
}
});
}






id;
print "".$row->first_name."";
}
//onClick=showDetails($contact_id)
?>







-- 
உங்கள் நண்பன்
பரணி  குமார்

Regards
B.S.Bharanikumar

POST YOUR OPINION
http://bharanikumariyerphp.site88.net/bharanikumar/


[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 == keyCode) {
// Check if Ctrl + S (Windows) or Command + S (Mac) was pressed
if (pressed[17] || pressed[224]) {
alert('Custom save dialog!');
event.preventDefault(); // prevent the default save dialog
}
}
});
 $(document).keyup(function(event)
{
delete pressed[event.keyCode];
});
});
-- 
உங்கள் நண்பன்
பரணி  குமார்

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

POST YOUR OPINION
http://bharanikumariyerphp.site88.net/bharanikumar/


[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] 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/


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

2009-03-28 Thread bharani kumar
Hi am asking somthing like yahoo , not an this, this one small example for
show and HIDE DIV,


when i click the reply link, it should show the reply, reply to all ,

these link hide , when i click the reply link as well as anywhere in the
page , u got it,

Thanks

n



You Can use following code...





$(document).ready(function() {
$('#list1').hide();
$('#list').show();


$("#btn .btn1").bind("mouseover", function(){
$('#list').show("slow");
$('#list1').hide();
});
$("#btn1 .btn2").bind("mouseover", function(){
$('#list1').show("slow");
$('#list').hide();
});

});


#btn{width:200px; float:left;}
#btn1{width:200px; float:left;}
.btn1{width:120px; height:25px; background:#33; color:#fff; text-
align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-
size:11px; cursor:pointer;}
.btn2{width:120px; height:25px; background:#33; color:#fff; text-
align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-
size:11px; cursor:pointer;}





Image


Video





  





This code i used to display and hide two divs one at a time...






On Mar 28, 12:56 pm, bharani kumar 
wrote:
> 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 OPINIONhttp://bharanikumariyerphp.site88.net/bharanikumar/

-- 
உங்கள் நண்பன்
பரணி  குமார்

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 OPINION
http://bharanikumariyerphp.site88.net/bharanikumar/


[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
http://bharanikumariyerphp.site88.net/bharanikumar/


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

Then i want to populate the state contained cities,

Any good suggestion

Thanks




-- 
உங்கள் நண்பன்
பரணி  குமார்

Regards
B.S.Bharanikumar

POST YOUR OPINION
http://bharanikumariyerphp.site88.net/bharanikumar/


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.net>retrieves mail list, it will
> take around 40 sec for retrieve mail list, so need to increase the
>
>>
>>
>> - Forwarded Message 
>> *From:* jQuery Lover 
>> *To:* jquery-en@googlegroups.com
>> *Sent:* Sunday, 11 January, 2009 3:35:57 PM
>> *Subject:* [jQuery] Re: IMAP PHP is possible or not 
>>
>>
>> The main question is: What is taking up the time? Is it php script
>> that connects through imap and retrieves mail list or is it the
>> mail list download time?
>>
>> Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com
>>
>>
>>
>> On Sun, Jan 11, 2009 at 10:46 AM, bharani kumar
>>  wrote:
>> > Yes, Ok,
>> >
>> > Here another question , this is new question,
>> >
>> > am working in imap php,
>> >
>> > it take too much time for load the inbox mail,
>> >
>> > any idea , to increase the speed,
>> >
>> >
>> > On Sun, Jan 11, 2009 at 11:09 AM, jQuery Lover 
>> > wrote:
>> >>
>> >> I don't think so. Because you were parsing your COM elements using php
>> >> before jquery and still parsing them with php. The only performance
>> >> increase you may see is the page load. The page with jquery will load
>> >> first and then jquery will load Com object contents. This will still
>> >> take original 50 secs.
>> >>
>> >> Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com
>> >>
>> >>
>>
>> --
>> Get perfect Email ID for your Resume. Get before others 
>> grab.<http://in.rd.yahoo.com/tagline_dbid_1/*http://in.promos.yahoo.com/address>
>>
>
>
>
>


-- 
உங்கள் நண்பன்
பரணி  குமார்

Regards
B.S.Bharanikumar

POST YOUR OPINION
http://bharanikumariyer.hyperphp.com/
http://bharanikumariyerphp.site88.net/


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

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


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

2009-01-10 Thread bharani kumar
Yes, Ok,

Here another question , this is new question,

am working in imap php,

it take too much time for load the inbox mail,

any idea , to increase the speed,


On Sun, Jan 11, 2009 at 11:09 AM, jQuery Lover wrote:

> I don't think so. Because you were parsing your COM elements using php
> before jquery and still parsing them with php. The only performance
> increase you may see is the page load. The page with jquery will load
> first and then jquery will load Com object contents. This will still
> take original 50 secs.
>
> Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com
>
>
>
> On Sun, Jan 11, 2009 at 10:35 AM, bharani kumar
>  wrote:
> > Refer few no of link
> >
> > PHP-JQUERY COMBINATION PLZ
> >
> > On Sun, Jan 11, 2009 at 11:01 AM, bharani kumar
> >  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 
> >> wrote:
> >>>
> >>> If you do $.load('yourfile.php') you will get the contents of your
> >>> word document to jquery.
> >>>
> >>> Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com
> >>>
> >>>
> >>>
> >>> On Sun, Jan 11, 2009 at 10:16 AM, bharani kumar
> >>>  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 AM, jQuery Lover <
> ilovejqu...@gmail.com>
> >>> > wrote:
> >>> >>
> >>> >> You can not call your com objects in jQuery. All you can do is
> request
> >>> >> them (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
> >>> >>  wrote:
> >>> >> >
> >>> >> > Hi every one,
> >>> >> >
> >>> >> >
> >>> >> > Am working on the PHP  COM Objects ,
> >>> >> >
> >>> >> > When i run the com object, it take around 50 sec for loading, so
> for
> >>> >> > get
> >>> >> > the
> >>> >> > better performance we have to go to jquery,
> >>> >> >
> >>> >> >
> >>> >> > But i dont know how to call the com objects file php,
> >>> >> >
> >>> >> > But i know if we want to call the php file we have to call like
> this
> >>> >> >
> >>> >> > $('#divid').load('example.php')
> >>> >> >
> >>> >> > Can any tell below is my COM OBJECT IN PHP CODE,
> >>> >> >
> >>> >> > Can you tell now , how can i use the jquery for the below snippet,
> >>> >> >
> >>> >> > Thanks
> >>> >> >
> >>> >> >  >>> >> > $word = new COM("word.application") or die ("Could not initialise
> MS
> >>> >> > Word
> >>> >> > object.");
> >>> >> > $word->Documents->Open(realpath("sample.doc"));
> >>> >> >
> >>> >> > // Extract content.
> >>> >> > $content = (string) $word->ActiveDocument->Content;
> >>> >> >
> >>> >> > echo $content;
> >>> >> >
> >>> >> > $word->ActiveDocument->Close(false);
> >>> >> >
> >>> >> > $word->Quit();
> >>> >> > $word = null;
> >>> >> > unset($word);
> >>> >> > ?>
> >>> >> >
> >>> >> >
> >>> >> >
> >>> >> > How to call the com Object in JQUERY ,
> >>> >> >
> >>> >> >
> >>> >> >
> >>> >> >
> >>> >> > --
> >>> >> > உங்கள் நண்பன்
> >>> >> > பரணி  குமார்
> >>> >> >
> >>> >> > Regards
> >>> >> > B.S.Bharanikumar
> >>> >> >
> >>> >> > POST YOUR OPINION
> >>> >> > http://bharanikumariyer.hyperphp.com/
> >>> >> > http://bharanikumariyerphp.site88.net/
> >>> >> >
> >>> >
> >>> >
> >>> >
> >>> > --
> >>> > உங்கள் நண்பன்
> >>> > பரணி  குமார்
> >>> >
> >>> > Regards
> >>> > B.S.Bharanikumar
> >>> >
> >>> > POST YOUR OPINION
> >>> > http://bharanikumariyer.hyperphp.com/
> >>> > http://bharanikumariyerphp.site88.net/
> >>> >
> >>
> >>
> >>
> >> --
> >> உங்கள் நண்பன்
> >> பரணி  குமார்
> >>
> >> Regards
> >> B.S.Bharanikumar
> >>
> >> POST YOUR OPINION
> >> http://bharanikumariyer.hyperphp.com/
> >> http://bharanikumariyerphp.site88.net/
> >
> >
> >
> > --
> > உங்கள் நண்பன்
> > பரணி  குமார்
> >
> > Regards
> > B.S.Bharanikumar
> >
> > POST YOUR OPINION
> > http://bharanikumariyer.hyperphp.com/
> > http://bharanikumariyerphp.site88.net/
> >
>



-- 
உங்கள் நண்பன்
பரணி  குமார்

Regards
B.S.Bharanikumar

POST YOUR OPINION
http://bharanikumariyer.hyperphp.com/
http://bharanikumariyerphp.site88.net/


[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 wrote:
>
>> If you do $.load('yourfile.php') you will get the contents of your
>> word document to jquery.
>>
>> Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com
>>
>>
>>
>> On Sun, Jan 11, 2009 at 10:16 AM, bharani kumar
>>  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 AM, jQuery Lover 
>> > wrote:
>> >>
>> >> You can not call your com objects in jQuery. All you can do is request
>> >> them (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
>> >>  wrote:
>> >> >
>> >> > Hi every one,
>> >> >
>> >> >
>> >> > Am working on the PHP  COM Objects ,
>> >> >
>> >> > When i run the com object, it take around 50 sec for loading, so for
>> get
>> >> > the
>> >> > better performance we have to go to jquery,
>> >> >
>> >> >
>> >> > But i dont know how to call the com objects file php,
>> >> >
>> >> > But i know if we want to call the php file we have to call like this
>> >> >
>> >> > $('#divid').load('example.php')
>> >> >
>> >> > Can any tell below is my COM OBJECT IN PHP CODE,
>> >> >
>> >> > Can you tell now , how can i use the jquery for the below snippet,
>> >> >
>> >> > Thanks
>> >> >
>> >> > > >> > $word = new COM("word.application") or die ("Could not initialise MS
>> >> > Word
>> >> > object.");
>> >> > $word->Documents->Open(realpath("sample.doc"));
>> >> >
>> >> > // Extract content.
>> >> > $content = (string) $word->ActiveDocument->Content;
>> >> >
>> >> > echo $content;
>> >> >
>> >> > $word->ActiveDocument->Close(false);
>> >> >
>> >> > $word->Quit();
>> >> > $word = null;
>> >> > unset($word);
>> >> > ?>
>> >> >
>> >> >
>> >> >
>> >> > How to call the com Object in JQUERY ,
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > --
>> >> > உங்கள் நண்பன்
>> >> > பரணி  குமார்
>> >> >
>> >> > Regards
>> >> > B.S.Bharanikumar
>> >> >
>> >> > POST YOUR OPINION
>> >> > http://bharanikumariyer.hyperphp.com/
>> >> > http://bharanikumariyerphp.site88.net/
>> >> >
>> >
>> >
>> >
>> > --
>> > உங்கள் நண்பன்
>> > பரணி  குமார்
>> >
>> > Regards
>> > B.S.Bharanikumar
>> >
>> > POST YOUR OPINION
>> > http://bharanikumariyer.hyperphp.com/
>> > http://bharanikumariyerphp.site88.net/
>> >
>>
>
>
>
> --
> உங்கள் நண்பன்
> பரணி  குமார்
>
> Regards
> B.S.Bharanikumar
>
> POST YOUR OPINION
> http://bharanikumariyer.hyperphp.com/
> http://bharanikumariyerphp.site88.net/
>



-- 
உங்கள் நண்பன்
பரணி  குமார்

Regards
B.S.Bharanikumar

POST YOUR OPINION
http://bharanikumariyer.hyperphp.com/
http://bharanikumariyerphp.site88.net/


  1   2   >