[jQuery] Menu content within text file

2010-02-04 Thread jayz
hi all, i'm trying to build a menu ..whose content will fetched through any text file..it maybe json..xml or any other format. is there any way possible to create menu at runtime with the help of the data available.

[jQuery] “(validate)”

2010-02-04 Thread Søren gruby
I'm using the jQuery plugin: Validation. How can I validate, say a textbox inside a specific div element that has a specific id? $(document).ready(function() { $(#aspnetForm).validate({ rules: { txt_1: { minlength: 2,

Re: [jQuery] Menu content within text file

2010-02-04 Thread Carlos De Oliveira
try to use an associative array to build the menu php: get data from a yaml file or txt or whatever. then build the array structure and encode to json. Also could make the file directly in json format $menu array(link1 = http://;, link2 = array ( link2.1 = http:/, link2.2 = http://..;

[jQuery] JQuery tablesorter problem

2010-02-04 Thread Nagaraju
I am facing problem with jquery.tablesorter.js It's working fine if I have more than column in sorting/header list. But if I have one column in sorting/header showing following error. o is undefined o.order = o.count = s[1]; (jquery.tablesorter.js at line 421) Please suggest me fix for this

Re: [jQuery] Jquery Image Rotator Question

2010-02-04 Thread dylan.home
Hey There Jacques, I'm looking at the same (to avoid the use of Flash and use simple HTML!) There's a good example at http://malsup.com/jquery/cycle/add3.html I guess this could be changed to contain a dynamically created array (or batches of arrays) that add specific (in my case CMS driven)

[jQuery] Move up and Down the Div Block with Dynamic content

2010-02-04 Thread phpfever
Hi, I am having a kind of project where i want to move the div block with dynamic content, up and Down, similiar to yahoo homepage.(Move Top and Move Down With arrow Markd in Yahoo) Is it possible to do, do u guys have any idea pls help me. thank you -- View this message in context:

Re: [jQuery] “(validate)”

2010-02-04 Thread Nathan Klatt
On Thu, Feb 4, 2010 at 7:28 AM, Søren gruby mrgr...@gmail.com wrote: How can I validate, say a textbox inside a specific div element that has a specific id? Validate validates forms so to validate a field, it has to be in a form - doesn't matter whether it's in another div or what. Each rule

[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

Re: [jQuery] Open/Play Server side files

2010-02-04 Thread Andreas Möller
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] Forms Plugin - Button Id

2010-02-04 Thread neojquery
Hi I am using the Forms plugin to do an Ajax submit , and I have two button on the page I need to know which one has been clicked and trigger an event based on this. I am not sure how to do this, this event shouldnt stop the form posting or anything but just need to know which one is clicked.

Re: [jQuery] Forms Plugin - Button Id

2010-02-04 Thread Nathan Klatt
On Thu, Feb 4, 2010 at 9:21 AM, neojquery w.as...@rocketmail.com wrote: I have two button on the page I need to know which one has been clicked and trigger an event based on this. http://api.jquery.com/click/ Nathan

Re: [jQuery] Fwd: Multiple file upload + flash component

2010-02-04 Thread jayakumar ala
DA: It does seems that the URL you send talks about usage of php. I am looking for without php as php is not allowed in our case. Any one else tried the multifile upload using the flash component...for multiple file selection from file selector ? I am already using multifile library of jquery. On

[jQuery] fade in first problem

2010-02-04 Thread rockblock
Hi, I am using the jQuery Cycle plugin to rotate backgrounds on my website. I am using the fade effect, with random image order and fading in the first image. The problem is, the timeout works even on the very first image. But that means, after the page is loaded, I have to wait 30sec. to see the

[jQuery] Issue with duplicated userCollapseText for JQuery Expander :(

2010-02-04 Thread jpriddy123
Hello JQuery group, I'm must say that I really enjoy using the jquery.expander control for a simple and intuitive UI. It works really well with news items that need to include a Read More... and Close... option. I just have a strange issue/artifact with one of the controls properties, the

Re: [jQuery] JQuery Developer

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

Re: [jQuery] JQuery tablesorter problem

2010-02-04 Thread aquaone
Please provide the code you're using to invoke tablesorter. It's likely a syntax error. On Thu, Feb 4, 2010 at 05:36, Nagaraju man25...@gmail.com wrote: I am facing problem with jquery.tablesorter.js It's working fine if I have more than column in sorting/header list. But if I have one

[jQuery] TableSorter problem: calling textExtraction()

2010-02-04 Thread corona79
I know practically nothing about javascript, so maybe this is just a simple matter of incorrect syntax. The following code works for making a table sortable: $(function() { $(#team_loses).tablesorter({ widgets: ['zebra'], headers: {2: {sorter: 'rank'}, 6:{sorter: false}, 7:{sorter: false},

[jQuery] DD_roundies

2010-02-04 Thread Erik
Hello everyone... I'm using DD_roundies for IE round corners and it works great. BUT, I cant seen to figure out how to make the following work: a class=a2 href=test.htm/a .a2 {width: 100px; height: 100px; background-image: src=/img/a2.png no repeat; float:left; border:1px; border-color:#000;}

Re: [jQuery] Fwd: Multiple file upload + flash component

2010-02-04 Thread D A
DA: It does seems that the URL you send talks about usage of php. I am looking for without php as php is not allowed in our case. Flash and jQuery are both client side technologies. As would be HTML 5. So none of those technologies would specifically have to be paired with any specific

[jQuery] [Maybe OT] Table width 100%

2010-02-04 Thread Steffan A. Cline
This may be OT. It could be pure css or it could require some jQuery. I have a div set to 600px wide and 400px tall. Inside I load different height tables so I have overflow: scroll to make the div scrollable. On FF and Safari, if I set the table width to 100%, it stretches to the left side of

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

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