[jQuery] Issue in finding the controls from asp.net usercontrols

2009-11-27 Thread vivek
Hi, I am trying to find a table first tr tag which is located in a usercontrol from a main page like the following $(table[id*=nav]).find(tr).size() this shows 0, but it is available on the usercontrol i couldn't able to find any elements in usercontrol through main page. please help.

[jQuery] Re: crossSlide with preloaded images

2009-11-19 Thread Vivek
ANY HELP PLS. On Nov 18, 9:03 pm, Vivek narula.vi...@gmail.com wrote: Hi, I am using CrossSlide plugin (http://www.gruppo4.com/~tobia/cross-slide.shtml ) for my website however the images loads slowly. How can i make my images to preload for CrossSlide. Thanks

[jQuery] crossSlide with preloaded images

2009-11-18 Thread Vivek
Hi, I am using CrossSlide plugin ( http://www.gruppo4.com/~tobia/cross-slide.shtml ) for my website however the images loads slowly. How can i make my images to preload for CrossSlide. Thanks

[jQuery] Autocomplete cache problem ( Urgent )

2009-07-28 Thread Vivek
Hi, I am using autocomplete plugin. I have one Search field upon which i have put the autocomplete and other a select box which have 3-4 values such as Vidoes, audios, images etc..., I am using Extrafield option to pass the select box's value to the PHP Script. It is working fine however i am

[jQuery] Re: Autocomplete cache problem ( Urgent )

2009-07-28 Thread Vivek
; On Tue, Jul 28, 2009 at 1:29 PM, Vivek narula.vi...@gmail.com wrote: Hi, I am using autocomplete plugin. I have one Search field upon which i have put the autocomplete and other a select box which have 3-4 values such as Vidoes, audios, images etc..., I am using Extrafield option to pass

[jQuery] Re: Multiple responses while using Jquery From Plugin

2009-06-20 Thread Vivek
Anyone Please ?? On Jun 19, 8:40 pm, Vivek narula.vi...@gmail.com wrote: Hi, I am using Jquery's Form plugin. I am getting one response at the end of the submission of the form. I would like to have multiple responses delaying few seconds e.g. First Loading , then Sending

[jQuery] Multiple responses while using Jquery From Plugin

2009-06-19 Thread Vivek
Hi, I am using Jquery's Form plugin. I am getting one response at the end of the submission of the form. I would like to have multiple responses delaying few seconds e.g. First Loading , then Sending... then Connected... and so on, How can i acheive this ? Please Suggest. Thanks

[jQuery] Window Explorer like tree

2009-06-08 Thread Vivek
Hi, Is there any plugin with the help of which we can have windows explorer like tree struture with Jquery ? There will be a tree pattern of folders and files on the left side and whenever an user clicks on an folder the internal files should show on the right panel as well. Please help Thanks

[jQuery] Re: Window Explorer like tree

2009-06-08 Thread Vivek
this kind of functionality in it by default. Please let me know if you know any other plugin like windows explorer. Thanks On Jun 8, 10:45 pm, Jack Killpatrick j...@ihwy.com wrote: Maybe this:http://abeautifulsite.net/notebook.php?article=58 - Jack Vivek wrote: Hi, Is there any plugin

[jQuery] Calling ajax function with form submission

2009-02-09 Thread Vivek
Hi, I am fiddling with an form and calling an function which is using the Ajax calls. Below is the code that i am using. script language=javascript type=text/javascript src=jq.js/ script script language=javascript type=text/javascript function submitting() { $.ajax({ type: POST, url:

[jQuery] Re: Any plugin like this one, double select boxes ???

2008-05-09 Thread Vivek
:28 pm, Vivek [EMAIL PROTECTED] wrote: Hi Guys, i am looking for an functionality in jquery. some thing like this one. Sometimes we see two big text boxes with values, one on the left side other one is on the right side and there is two arrow buttons ( faced towards left and right

[jQuery] Any plugin like this one, double select boxes ???

2008-05-08 Thread Vivek
Hi Guys, i am looking for an functionality in jquery. some thing like this one. Sometimes we see two big text boxes with values, one on the left side other one is on the right side and there is two arrow buttons ( faced towards left and right ) in the center of both of them with the help of

[jQuery] creating an form element on the fly.

2008-03-09 Thread Vivek
Hi, I am new in Jquery. I am trying to add file upload field in an form. We can't user $(#container).html() or text() for file upload field because they will not pass the values to other pages. So we have to create an element on the fly. I am not able to figure it out that how can i create an

[jQuery] Interface

2007-09-09 Thread Vivek
Hello Friends, I am using jquery's interface plugin's Tooltip it was working fine. Then i have included the treeview menu's plugin. But it was working fine when in an HTML file that i downloaded form the treeview's homepage. then i added that to my project then it starts flickering instead of

[jQuery] A Newbie Question

2007-09-01 Thread Vivek
hi , i am new to jquery and this group. i am learning to use jquery as i am finding it very cool and easy. i have question how can i show the loading indicator with load function i am using this simple code $(#field).load(test.php) div id=field/div Thanks

[jQuery] A Newbie Question

2007-09-01 Thread Vivek
Hello Friends, i am new to jquery and this group as this is my first post and just started to work with jquery. My question is how can we use and loading indicator while we are extracting some data from other file with load function. The code i am using is as follow :- script