Re: [jQuery] JQuery Context Menu Plugin

2010-02-06 Thread Asharudeen
Hi, Thanks for your reply. I will try it and let you know my results. Thanks. On Sat, Feb 6, 2010 at 12:17 PM, stworthy stwor...@gmail.com wrote: Here is another menu plugin http://jquery-easyui.wikidot.com/tutorial:menu Asharudeen wrote: Hi, I am using JQuery Right Click

[jQuery] JQuery Context Menu Plugin

2010-02-05 Thread Asharudeen
Hi, I am using JQuery Right Click Context Menu plugin from the following site, http://www.trendskitchens.co.nz/jquery/contextmenu/ Seems it works on Firefox/IE/Chrome browsers. But it has not worked on Opera browsers. Does any one have any work around/way to make workable this plugin in Opera

[jQuery] Open/Play Server side files

2010-02-04 Thread Asharudeen
Hi, I just want to know is there any way to open the server side files with the respective programs via jquery/php/javascript. For eg, if a text file is in server side we need to open it via our notepad or any text editor. Similarly images via paint. Similary open Audio/Video files with the

[jQuery] Re: Help with Column Navigation plugin (list page by selecting a element with particular ID)

2010-01-28 Thread Asharudeen
Hi, Is there any reply/idea for this email please. Awaiting for reply. Thanks. On Fri, Jan 22, 2010 at 12:50 PM, Asharudeen asharud...@gmail.com wrote: Hi, By using CloumnNavigation plugin ( http://plugins.jquery.com/project/column-navigation), Currently to list the tree list, we need

Re: [jQuery] Re: Help with Column Navigation plugin (list page by selecting a element with particular ID)

2010-01-28 Thread Asharudeen
wrote: On Fri, Jan 22, 2010 at 12:50 PM, Asharudeen asharud...@gmail.com wrote: Assume, if the li element and anchor element have unique IDs. Is there a way list by using their IDs. Or is there way to list the childs of the particular element. I'm not exactly sure what you're asking

Re: [jQuery] JQuery Trigger Event

2010-01-21 Thread Asharudeen
set X-UA-Compatible IE=EmulateIE7 but no luck. Could any one update me, how to fix it. and make it working on IE7/IE6. Awaiting for your reply. Thanks. On Wed, Jan 20, 2010 at 8:55 PM, Asharudeen asharud...@gmail.com wrote: Hi, I will explain my use case here. I am new to JQuery and I

Re: [jQuery] JQuery Trigger Event

2010-01-21 Thread Asharudeen
, Asharudeen asharud...@gmail.com wrote: Hi, I will explain my use case here. I am new to JQuery and I am currently working on listing Dynamic Tree list by using JQuery column navigation plugin. Please refer the following link to check the plugin demo page: (Note: The demo is not a dynamic tree

[jQuery] Help with Column Navigation plugin (list page by selecting a element with particular ID)

2010-01-21 Thread Asharudeen
Hi, By using CloumnNavigation plugin ( http://plugins.jquery.com/project/column-navigation), Currently to list the tree list, we need to give the html in the following format, http://plugins.jquery.com/node/ html body ul id=myTree li a

Re: [jQuery] JQuery Trigger Event

2010-01-20 Thread Asharudeen
the styles instead of calling 'applyStyles()' and trigger onclick events. Note: Currently I am using JQuery 1.2.6 (Also tried with 1.4) Thanks in Advance for your response. On Tue, Jan 19, 2010 at 10:25 PM, Nathan Klatt n8kl...@gmail.com wrote: On Tue, Jan 19, 2010 at 10:03 AM, Asharudeen

Re: [jQuery] JQuery Trigger Event

2010-01-19 Thread Asharudeen
hi Thanks for your reply.. Unfortunately, It seems trigger is not a issue.. I am trying to list dynamic file tree using JQuery. It seems to be work fine in Firefox. But in IE, it has not working.. I thought it is related to trigger event. Later I understand, it is related to some what different.