[jQuery] need help in adding preloader using jquery

2010-02-09 Thread doforumda
hi i need help in adding preloader using jquery. in the following code i want to add preloader when user clicks on Tab One and also when user enter its username and password and after pressing submit button there i want to add preloader. i have a loader.gif image so please help me how and where ca

Re: [jQuery] Need Java & Oracle programers /Ohio

2010-02-09 Thread Marty Vance
Would you mind not spamming this list? On Tue, Feb 9, 2010 at 10:17 AM, Eswar Rao wrote: > Hi Partner, > > > Please let me know if you have any candidate suitable for these > requirements. Once you identify the candidates I will send you the > attachments to be filled in by them. > > > > please s

[jQuery] Need Java & Oracle programers /Ohio

2010-02-09 Thread Eswar Rao
Hi Partner, Please let me know if you have any candidate suitable for these requirements. Once you identify the candidates I will send you the attachments to be filled in by them. *please send resume to **easw...@vasysgroup.com* *Required Qualifications * Position classification and job exp

[jQuery] Need Share point developer

2010-02-09 Thread Eswar Rao
Hi Partner, Please send resume to easw...@vasysgroup.com *Job Title: .net / Sharepoint Developer* *Location: Phoenix, AZ* *Duration: 1 year +* *Rate: Market* We are looking for a qualified c# ASP.net developer to support the Microsoft Office SharePoint Server (MOSS) implementation. The

Re: [jQuery] need help with simple jQuery problem

2010-01-22 Thread Adriana P
Hi Rory, I will try to give you a detailed explanation. The file expand.js contains two scripts: the expandAll() plug-in and the small toggler() plug-in. 1.) expandAll() - generates the switch 'Expand All/Collapse All' (or, in your case, 'go ahead.../ ...go back'); - when the 'switch' is cli

Re: [jQuery] need help with simple jQuery problem

2010-01-20 Thread Adriana P
Hi Rory, You need only the expandAll() plug-in: $(function() { $("#outer").expandAll({trigger: "span.expand", ref: "div.demo", showMethod: "slideDown", hideMethod: "slideUp", speed: 600}); }); Regards, Adriana Rory Bernstein wrote: > > Hello, > > I am a total jQuery novice, and I tried

Re: [jQuery] need help with simple jQuery problem

2010-01-19 Thread parot
Hi Rory Like you a jQuery novice, but think I can help. Though I agree there seems to be a lot of code in here/there that is not needed - plus would not validate against W3C standards e.g. take out the after the and replace your / 's with / . Anyhow here goes - and I have no dobut it ca

Re: [jQuery] need help with simple jQuery problem

2010-01-19 Thread Nathan Klatt
That seems like a lot of code for something so simple. Why don't you just follow the example from the docs: http://docs.jquery.com/Effects/slideToggle#speedcallback ? Nathan

[jQuery] need help with simple jQuery problem

2010-01-19 Thread Rory Bernstein
Hello, I am a total jQuery novice, and I tried to use jQuery for a project but I'm having trouble. http://www.rorybernstein.com/stage/index2.html When you click the blue "go ahead" link, it expands the hidden div, revealing content. I want the effect to be a "slide" effect, as on this sample pag

[jQuery] Need help with a required field from radio selection

2010-01-11 Thread jeffself
I've got a form with a radio group called 'legal_status'. There are five radio buttons. The last one has an id='other_radio'. If this button is selected, I have a textarea field that gets displayed. The field has an id='legal_status_comment'. This textarea field is wrapped by a div with an id='othe

Re: [jQuery] Need your opinion you ALL!!!

2010-01-07 Thread Nathan Klatt
> Someone wants me to use FULL DIRECTORY PATHS for every page Assuming you're generating your html on the back-end, just use a variable for the base URL and no worries. Stict with UNIX through the learning curve and I guarantee you'll never go back, at least not voluntarily. :) Nathan

Re: [jQuery] Need your opinion you ALL!!!

2010-01-07 Thread Jonathan Vanherpe (T & T NV)
Erik R. Peterson wrote: Hello everyone, Someone wants me to use FULL DIRECTORY PATHS for every page and script for a website I just completed. I argued that it would slow down the website for users... I prefer relative paths such as "/src/" and "/img/". Am I wrong to say this? Is there rea

Re: [jQuery] Need your opinion you ALL!!!

2010-01-07 Thread John Norcott
Hi Erik, I'm not really sure about speed, and I can't speak about Unix (I'm a Windows developer), but one thing I can tell you about relative paths vs. absolute paths is relative paths will allow the site to be moved easily. For example, if you develop the site on one machine, test it on another,

[jQuery] Need help with a simple problem?

2010-01-07 Thread Dennis J
I am a total newbie when it comes down to Jquery, still in the learning process. $(document).ready(function(){ $('#top-bar-login li.current').hover( function() { $("#top-bar-login ul").css('display', 'block'); }, function()

[jQuery] Need your opinion you ALL!!!

2010-01-06 Thread Erik R. Peterson
Hello everyone, Someone wants me to use FULL DIRECTORY PATHS for every page and script for a website I just completed. I argued that it would slow down the website for users... I prefer relative paths such as "/src/" and "/img/". Am I wrong to say this? Is there really a difference in perfor

[jQuery] Need help learning

2010-01-06 Thread Inquisitive
I have been reading and playing around with jQuery and can do somethings, but making a plugin is hurting my brain. Here is what I have. (function($) { $.fn.myPlugin = function() { this.each(function() { alert(this.id) $.get("

Re: [jQuery] Need An Example On Parsing My XML

2010-01-05 Thread Md. Ali Ahsan Rana
This should be done using alert($(data).find("ns3:userName").text()). Please try this out...(though i didn't try) -- http://ranacseruet.blogspot.com

[jQuery] Need An Example On Parsing My XML

2010-01-05 Thread Simon
Hi there. I need an example in parsing the following XML using jQuery: http://oec.api.opsource.net/schemas/ organization" .. > rdyer Joe Public Joe Public jpublic24...@pop.net 1831c1a9-9c03-44df-a5a4-f2a4662d6bde primary administrator Essentially, I want to print out the contents of what's

Re: [jQuery] Need jQuery expert to slightly modify plugin

2010-01-04 Thread Karl Swedberg
I also have an enhanced version of the jCarouselLite plugin that you are free to use: http://github.com/kswedberg/jquery-carousel-lite --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 4, 2010, at 10:19 AM, Liam Potter wrote: http://groups.google.com/g

Re: [jQuery] Need jQuery expert to slightly modify plugin

2010-01-04 Thread Liam Potter
http://groups.google.com/group/jquery-en/browse_thread/thread/f550b94914d10065 On 04/01/2010 15:12, MikeTheVike wrote: I'm using the newest version of jQuery(http://www.jquery.com) and the jCarousel Lite plugin (http://www.gmarwaha.com/jquery/jcarousellite/). It is a "content slider" that rotate

[jQuery] Need jQuery expert to slightly modify plugin

2010-01-04 Thread MikeTheVike
I'm using the newest version of jQuery(http://www.jquery.com) and the jCarousel Lite plugin (http://www.gmarwaha.com/jquery/jcarousellite/). It is a "content slider" that rotates content "slides". It is setup to auto rotate on a set time, and you can also hit the previous/next buttons to move throu

[jQuery] need help using jquery form to delete records in DB

2009-12-21 Thread shovi
Hi there, I'm using the jQuery form plugin here: http://malsup.com/jquery/form/ and have it successfully updating records in a DB without refreshing the page. each record is shown as its own FORM with a "Save Changes" button (compared to updating all the records at once). however, the problem I'

[jQuery] Need help with image slideshow effect

2009-12-18 Thread dec0y
I'm trying to do a simple image slideshow similar to what you see here: http://www.okadirect.com/ When the image changes, I want there to be that sort of "flash" effect that fades out to reveal the image. Looking around on the jquery website, I found this http://docs.jquery.com/UI/Effects/Highlig

[jQuery] Need help with image slideshow effect

2009-12-18 Thread dec0y
I'm trying to do a simple image slideshow similar to what you see here: http://www.okadirect.com/ When the image changes, I want there to be that sort of "flash" effect that fades out to reveal the image. Looking around on the jquery website, I found this http://docs.jquery.com/UI/Effects/Highlig

Re: [jQuery] Need help converting conventional code to jquery

2009-12-14 Thread Leonardo K
function togglePassFail(radioName) { var buttonGrp = document.getElementsByName(radioName); var radioValue = $(buttonGrp).filter(':checked').val(); var detailDiv = $(buttonGrp).eq(0).parent().next(); if ( radioValue == 'p' ){ detailDiv.hide(); }else{ detailDiv.sh

[jQuery] Need help converting conventional code to jquery

2009-12-13 Thread Ibatex
Hi all, I'm new here and new to jquery in general. Question is how can I do the following in jquery, I'd like to have access to jqueries effects and animations. function togglePassFail(radioName) { var buttonGrp = document.getElementsByName(radioName); var radioValue; //

[jQuery] Need to pass object property through function and retrieve result

2009-12-13 Thread pthesis
I can't seem to figure out this problem, and would appreciate your help. I've got an object: options = {one : function(element) { }, two : function(element) { }, etc.}; And I've got var element = $(this); I need to pass these into a function like : eval(element,function (element) { }); and retr

Re: [jQuery] Need help with superfish dropdown menu

2009-12-11 Thread Charlie
2 ways to approach the color use the onBeforeSHow option withing superfish constructor to add a class to your hovered tags, or add some li:hover >a rules to change in css you have to watch for the #navlinks a:link rules you have that will superseded the superfish rules. Usually easiest to wo

[jQuery] Need help with superfish dropdown menu

2009-12-11 Thread Yvan
I'm having some difficulty finalizing my suckerfish dropdown menu on this page (ie: "Resources" button / link): http://www.alliedcash.com/comparison/ Here are the 3 problems that I'm trying to correct: 1) I want to eliminate the right border for each of my sublinks -- I can't seem to access / ov

[jQuery] Need to get the index of current table row

2009-12-11 Thread Bunn
I am setting the rows of my grid (which outputs an HTML table) using jquery $('#gvReturnedChecks tr:odd').addClass('odd'); $('#gvReturnedChecks tr:even').addClass('even'); I am selecting a row in the grid to perform an update. I perform the update using an ajax call. I need to know the index

[jQuery] NEED HELP::siblings isssue in jquery

2009-12-10 Thread Bideshi
Hi there, i've a little issue related to siblings in jquery, i'm using sibling to deselect the previous selected link after clicking on the new link, but it's now working, please let me know where i'm missing. here is the HTML code: -

[jQuery] Need help finalizing superfish dropdown menu

2009-12-04 Thread Yvan
I'm having some difficulty finalizing my suckerfish dropdown menu on this page (ie: "Resources" button / link): http://www.alliedcash.com/comparison/ Here are the 3 problems that I'm trying to correct: 1) I want to eliminate the right border for each of my sublinks -- I can't seem to access / ov

[jQuery] Need help in jquery script for copying values

2009-12-03 Thread rose
Hi All, I have a below jquery function to search the employee data and show the result. i have a text box in which the user type in the empid and click on search. Once user clicks on search it shows the employee detail such as name, sex, race etc below the textbox. $('#addEmployee').click(function

[jQuery] Need to create 100% width layout.

2009-12-01 Thread Sachin
Hi There, I need to create an application UI using jQuery, it should be 100% irrespective of the browser or user resolution. I am new to jQuery, please help me with some sample pages/code snippets. Regards, Sachin.

[jQuery] Need assist with using a selector in treeview

2009-11-23 Thread CTarp2
Hi All, I cant seem to find the right way to check for the HitArea div class. I'm using a nice piece of code found here as follows: I need to be able to know when the class name changes between "hitarea expandable- hitarea" and "hitarea collapsable-hitarea" .. All I can get to work is the "hitar

Re: [jQuery] Need to hide a href title content, but still need it available in the DOM

2009-11-22 Thread brian
On Sun, Nov 22, 2009 at 7:40 PM, Dave wrote: > I want to disable the behavior of rolling over a link and having the > title content display. I realize that removeAttr will do it. But that > removes it form the DOM completely. And I will need it later. > > Is there a way to use disableDefault to ju

[jQuery] Need to hide a href title content, but still need it available in the DOM

2009-11-22 Thread Dave
I want to disable the behavior of rolling over a link and having the title content display. I realize that removeAttr will do it. But that removes it form the DOM completely. And I will need it later. Is there a way to use disableDefault to just not display the tool tip on roll over? I don't seem

Re: [jQuery] Need help in making AJAX call in IE8

2009-11-18 Thread Michel Belleville
$.post() won't work on a local file either. Local or distant you have to talk to a web server, tapping the local file system won't work, and that's a feature. Michel Belleville 2009/11/18 Denis Caggiano > When I need to use ajax in my applications I implement the $.post and > never had problem

Re: [jQuery] Need help in making AJAX call in IE8

2009-11-18 Thread Denis Caggiano
When I need to use ajax in my applications I implement the $.post and never had problems. Try to use this.

Re: [jQuery] Need help in making AJAX call in IE8

2009-11-18 Thread Michel Belleville
AJAX calls does not work with local documents, I'll let you guess why (hint : what if I decided to read what's in your local files using my webpage, then send it to a database of mine so I can log into your favorite forum, online game, internet order site, webmail, etc. just for the fun of it... or

[jQuery] Need help in making AJAX call in IE8

2009-11-18 Thread santosh chavan
HI All I am trying to load XML file using following code. $(document).ready(function() { $.ajax({ type: "GET", url: "D:\Documents and Settings\santosh.chavan\Desktop\ajaxJqueryXML \data.xml", dataType: "xml", success: functi

[jQuery] Need help with jQuery in Wordpress

2009-11-17 Thread zek
I've been putting the finishing touches on my blog-to-be, but I've got stuck on this thing and I need help! This is what I'm trying to create: When you click on a thumbnail on the bottom, the main image and the text are supposed to change. [IMG]http://i34.tinypic.com/i6xzxd.jpg[/IMG] Here's the s

[jQuery] Need to know how to capture the HTML markup that I cliked on using the Jquery Treeview async plugin

2009-11-14 Thread CTarp2
HI all, I am new to Jquery so am struggling with certain aspects. I want to populate a text box with the node that I click on so that I as I traverse the tree down I would get a built up string of the file path eg. first click:HR Management/ second click: HR Management/Attendance M

[jQuery] Need Sample Code for Menu-Driven Web Application

2009-11-09 Thread joeweder
I am ramping up on jQuery and CSS, AJAX, etc. I am looking for sample code that would demonstrate "best practices" for a menu driven web application. I am really interested in the use of AJAX since our application displays a lot of dynamic content (status monitoring, events, etc). Does anyone ha

Re: [jQuery] Need help using JQuery selectors

2009-11-03 Thread wesley.bunton
Sorry if I wasn't clear enough. Perhaps this will help, this is my full function that is not working. I don't think that I have any problems with syntax, because the basic version of this worked just fine, it would hide/reveal each div okay, but I want it to make it check and hide an visible div

Re: [jQuery] Need help using JQuery selectors

2009-11-03 Thread captaincarp
Hi Wesley, 1. you are only closing one of your IF statements (with a '}') 2. worth making sure you using display:none consistently and not visibility:hidden anywhere might help dunno?! wesley.bunton wrote: > > > if($(caller).css("display") == "none"){ > > > if($("

Re: [jQuery] Need help using JQuery selectors

2009-11-02 Thread Dhruva Sagar
Bracket's don't match in your javascript code. The *if($(caller).css("display") == "none") { *<-- bracket is not closed. Thanks & Regards, Dhruva Sagar. Samuel Goldwyn - "I'm willing to admit that I may not always be right, but I a

[jQuery] Need help using JQuery selectors

2009-11-02 Thread wesley.bunton
I am trying to use this jquery slide function that i found online. It's a very basic slide plugin i suppose, which selects a div using the div's id tag. I wanted to make my menu hide/reveal multiple divs and therefore I modified this function that I keep in my .js file to make things work theore

[jQuery] Need help creating updated Onion Skin Dropshadow

2009-10-29 Thread brucend75
I am trying to update the onion skin dropshadow technique for the latest version of WordPress using jQuery to insert the necessary div's. This is my first foray into jQuery, and I think I've got the feel of it, but am unsure. I really would appreciate it if someone with more experience could take

[jQuery] Need help for a small little Menue System

2009-10-29 Thread codeworxx
Hello Guys, first of all i want to say a "Hello" to all of you! I'm new to jQuery and do my first steps. I have the following Menu in my HTML: -- code start -- test.de Hauptmenü 1 http://www.mainteam.de/ Hauptmenü 2 showmore Mehr Infos

[jQuery] Need minimal comet example

2009-10-19 Thread bobslf
I don't know much about javascript or jquery, but I was wondering if I can get something like this to work with jquery. It uses the prototype library: http://www.zeitoun.net/articles/comet_and_php/start I have their simple example working, but now need to modify it and am running into weird prob

[jQuery] Need a callback function to delay processing...

2009-09-23 Thread Rick Faircloth
How can I make a callback function that delays the functioning of the last 4 lines below until after the form that's submitted by this code is completely processed. Images are being processed on the server side and that takes a few seconds. Right now my response dialog ( last line) is appearing

[jQuery] Need help building a jQuery dropdown menu

2009-09-21 Thread sammahoney
Hi folks I'm just starting out with jQuery. I want to make a simple 'ul' dropdown menu to improve my understanding. The basic flow is this: 'ul.menu li ul' has display:none >> on hover of li, get & store height of 'this' hidden ul >> set height of 'this' ul to 0 >> set display to block >> animat

[jQuery] Need to modify function to change buttons location

2009-09-17 Thread Erik R. Peterson
Need help to reposition buttons to a particular DIV within a pageBreak and Table. Right now, it's simply placing the buttons under the table. Can anyone help me figure this out? Erik function setButtons(pageBreak){ for (var i = 0; i < pageBreak.pages.length; i++) {

[jQuery] Need to modify function to change buttons location

2009-09-17 Thread Erik R. Peterson
Need help to reposition buttons to a particular DIV within a pageBreak and Table. Right now, it's simply placing the buttons under the table. Can anyone help me figure this out? Erik function setButtons(pageBreak){ for (var i = 0; i < pageBreak.pages.length; i++) {

[jQuery] Re: Loading jQuery - Need a black screen while it loads

2009-08-25 Thread Nathan Bubna
On Mon, Aug 24, 2009 at 10:21 PM, scotthaslehurst wrote: > > Hi, > > That's perfect. Thanks. > > Just to follow up. Is it enough to use just the jquery.loading.js? Or > must I also source the other scripts below that the demo uses? The > documentation is not clear well, i'll have to make that cle

[jQuery] Re: Loading jQuery - Need a black screen while it loads

2009-08-24 Thread scotthaslehurst
Hi, That's perfect. Thanks. Just to follow up. Is it enough to use just the jquery.loading.js? Or must I also source the other scripts below that the demo uses? The documentation is not clear On Aug 25, 11:25 am, Nathan Bubna wrote: > if you used the loading plugin:  http://p

[jQuery] Re: Loading jQuery - Need a black screen while it loads

2009-08-24 Thread Nathan Bubna
if you used the loading plugin: http://plugins.jquery.com/project/loading $.loading(true, {mask:true, maskCss:{background:'#000', opacity:1}}); and when all is ready: $.loading(false); See the demo page for the project to get a feel for more options and also some nice CSS you can use to make

[jQuery] Loading jQuery - Need a black screen while it loads

2009-08-24 Thread scotthaslehurst
I am designing a site that is jquery heavy. When the site loads it takes a while for all the scripts to load and then the images to settle down - more so in IE, naturally. I would ideally like to display a black screen or cover everything with a div while it settles down. I have tried a few Time

[jQuery] Need some ideas for starting a recommendation widget

2009-08-24 Thread Mr. Tunes
Hi, i've read through a lot of documentation and tutorials, but i'm still kind of stumped as to how i would get this project started. I'd like to make a small application that basic sorts images based on two criteria that are selected by the user. eventually i would like those criteria to be decid

[jQuery] need help with logic

2009-08-19 Thread efet
I have search page. At this page, when user enters a value to the form field and clicks submit, the value is posted and server's results printed inside main div. Now, I want to add search form to main page and so when user enters a value to the form field and clicks submit, he is redirected to sea

[jQuery] Need to scroll inside of a by clicking a button

2009-08-14 Thread webspee...@gmail.com
I'm trying to use jQuery and Flexigrid to display a table. Once the table is displayed, I want to be able to use the page up/page down keys to scroll down the table. I've tried using offsetTop and offsetParent but it's not working. The values are being set as expected, but the scrollbar isn't mov

[jQuery] Need E-Book

2009-08-12 Thread naresh karankal
Sir, I beginner of J query, so I need complete e_book of j query. Thank You -- Naresh Karankal "Life is the art of drawing sufficient conclusions from insufficient premises"

[jQuery] Need help with table sorter

2009-07-31 Thread Razor M
Is it possible to do some changes so that the bottom row will not be included while doing the sorting? Suppose I have totals in the bottom row, so I do not want that row to be sorted while using the table sorter through jquery. Please let me know if it can be done.

[jQuery] Need to validate Multiple email IDs with Comma Seprated

2009-07-23 Thread Mohd.Tareq
Hi Guys, Can any one tell me validation ' *Email Validation for multiple emails (comma separated)* ' for textarea. I am writing Regular expression but not able validating the given input with comma :( Please suggest something in JQuery Or Javascript Thanking you Regard Mohd.Tareque

[jQuery] Need help with a custom selector to bind ajax callbacks

2009-07-20 Thread Rodrigo Tassinari de Oliveira
Hello everyone, I'm stuck with an annoying problem in this webapp I'm developing. I've created a small code to be called automagically on every ajax request, which shows a "loading..." div overlay while the ajax request is being processed. This works fine, and the code used can be seen in this p

[jQuery] Need help with a custom selector to bind ajax callbacks

2009-07-20 Thread Rodrigo Tassinari de Oliveira
Hello everyone, I'm stuck with an annoying problem in this webapp I'm developing. I've created a small code to be called automagically on every ajax request, which shows a "loading..." div overlay while the ajax request is being processed. This works fine, and the code used can be seen in this p

[jQuery] Need to delay closure of cluetip

2009-07-15 Thread hijiki7777
I have a radiobutton list, and for each button I want to show a cluetip. I use the position attributes to ensure the tooltip appears in the same place on the screen for each radiobutton. However I want to delay closing the Cluetip, so that when my mouse hovers over each radiobutton there is no fli

[jQuery] Need Help in Table Filter

2009-07-08 Thread bharathbhooshan ambati
Hi Friend, I am trying the table filter ..i found one excellent link: http://ideamill.synaptrixgroup.com/jquery/tablefilter/tabletest.htm i tried it worked great for me But when i tried with database connection,i have an issue with the search, if the table column contains any string varchar it is

[jQuery] Need help on How to load content via AJAX in jQuery

2009-07-03 Thread Erik R. Peterson
I found this script: http://yensdesign.com/2008/12/how-to-load-content-via-ajax-in-jquery/ I got it working, but it really looks bad in IE, along with erros. Any alternatives or sugestions? Here is my page: http://www.enaturalskin.com/needhelp.htm Many thanks. Erik

[jQuery] Need jQuery/Ajax/jsonp HELP

2009-07-01 Thread skywalk3r
Hi, I'm getting sick trying to solve this problem: I have a web page A that loads another page B using an iframe (or an object tag), the B page is an external page (it's not on my server) and contains a form. I want to be able to auto fill the form with pre-defined values. In jquery i think it's

[jQuery] Need to find a query script to achieve this!!!

2009-06-30 Thread Erik R. Peterson
Please look at this script: http://demos.flesler.com/jquery/localScroll/ajax/ Is it possible to make the window resize vertically based on the div content? Really need help. Erik

[jQuery] need a hand with it, show/hide stuff

2009-06-30 Thread heohni
Hi, I have a small newsletter script on my page, where I check via Ajax if the user already exists, if the entered email is valid etcpp... Success and failure messages are printed on the page via JAlerts plug- in. So fine it works pretty cool. But there is still space for improvements :-) The n

[jQuery] Need help in how to do pop-up box with checkbox and scrollbar

2009-06-28 Thread mives29
Hi! I'm quite new to this jquery, but now I'm facing a deadline and I've already wasted some time in thingking of how to do this. Here's a screenshot of what I would want to do: http://photos.friendster.com/photos/92/40/5660429/1_354785954l.jpg Basically, a "popup" will appear after clicking a b

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

[jQuery] Need help cuz I don't get 'this'

2009-06-14 Thread Logictrap
I need to get the src attribute of an img element that is a sub- element of 'this' but I can't figure out how to traverse 'this' to get there. The contents of 'this' are: this works: $('#output').html("ID: " + this.id); This does not: $('#output').html("SRC: " + this.img.src)

[jQuery] Need help with dependent select form options

2009-06-11 Thread blogjunkie
Hi guys, I'm trying to create a dependent select form like the one here http://www.ajaxray.com/blog/2007/11/08/jquery-controlled-dependent-or-cascading-select-list-2/ Here's my form: http://buzzmedia.com.my/honda/form.html Unlike the example from AjaxRay, my form has multiple rows. I need to fi

[jQuery] Need to move selection from one box to another box

2009-06-10 Thread webspee...@gmail.com
Hey all. I'm looking to create a screen where there's a box on the left and a box on the right. The left box contains names which can be moved to the box on the right. Between the two boxes will be two buttons, one labeled ">>" to move from left to right and the other labeled "<<" to move from t

[jQuery] Need help with DIV manipulation

2009-06-03 Thread nanook72
Hi all, I need help with manipulating two div's, one holds the main content and the other holds the images matching that content. Right now I have the menu changing the content of the main div just fine, however I do not know how to change the images in the second div at the same time based on t

[jQuery] Need a boost on managing a loop to show and hide

2009-06-02 Thread david
Hello, I'm still inexperienced in javascript and have chosen jQuery to learn. This is the following situation: Control: Post #1 Post #2 I'm doing a loop on php, it gives me this output, echo ""; echo " Summary "; echo " {$Content} "; echo ""; How do I handle that to show or display?

[jQuery] Need help optimizing/analyzing jquery / json

2009-05-27 Thread andymott
Hello Guys, I have created a site using jquery www.arc-max.com/cruisesearch/ the problem lies in the initial loading of the result page (the front page is a bit slow but that I can optimize that on my own) . I am using json to store the result set. The json file can get a bit bloated up anywhere

[jQuery] Need "QuickLinks" jQuery functionality as seen on NorthPoint.org at top of page

2009-05-18 Thread JonDod
Does anyone know where I can grab jQuery code that will give me the "QuickLinks" functionality as seen on NorthPoint.org at the top of their web pages? When clicked it slides the pages content down to display a links menu. When mousing over the link the boxes resize to display a brief explanatio

[jQuery] Need help! jQuery Mega Drop Down Problem...

2009-05-07 Thread cfDEV
Good morning all. I've been modifying a jQuery "mega menu" script for a site I am developing. The original script/menu can be found here: http://www.sitepoint.com/blogs/2009/03/31/make-a-mega-drop-down-menu-with-jquery/ Anyway, with my version I can't get the two rightmost pull downs on the menu

[jQuery] Need Help to Apply effect to newly created element

2009-05-06 Thread Jigar Mistry
Hi, I am using jQuery for multiple file upload. Now my requirement is as follows: 1) I can create file element dynamically through javascript. 2) I need to apply the jQuery ability to add multiple file in newly created element. Below are my js files Code to add input file dynamically

[jQuery] Need some suggestions/code to design Menu

2009-05-05 Thread alajay...@gmail.com
Hi , I have a design requirement in the following way: I wanted to make static html pages by using jquery. 1) There will be a horizantal menu on the top with 3 buttons. 2) On click of each button there will be a verticle menu comes with 3 more buttons with a content area next to button. 3) I sh

[jQuery] Need advice on app to

2009-04-29 Thread JamieJamie
Need advice on app to duplicate functionality at bridalcanvas . com...Please point me in the right direction.

[jQuery] Need help with menu programming

2009-04-23 Thread heohni
hi, my menu looks like this: home DCT wir über uns philosophie team kompetenzen Beratung / Projektierung Softwareentwicklung

[jQuery] Need help with menu programming

2009-04-23 Thread heohni
hi, my menu looks like this: home DCT wir über uns philosophie team kompetenzen Beratung / Projektierung Softwareentwicklung

[jQuery] need help with jqGrid

2009-04-17 Thread led
I' m trying to use the jquery jqGrid plugin but i can't see it working with ASP code. this is the xml generated file. 114 191 15 192 15 193 15 and this is the html: jqGrid Demo jQuery(document).ready(function

[jQuery] need help: how to pass variable to attr in select statement

2009-04-02 Thread mylok
code like below: var selectid = Querystring.get("id"); $('div#mainnav .mainnav[alt="selectid?"]').addClass("color"); I want to select element which attr alt = selectid(variable from querystring). How can I do that? Thanks.

[jQuery] Need a jQuery 'equal height columns' script

2009-04-02 Thread sammahoney
Hi All I have an old script for equalizing columns. Can't remember where I got it, but I need something similar in jQuery - I've found a few so far, but they all equalize columns that start on the same row on a page - I need something that can equalize columns that start at different heights...

[jQuery] Need to get value of table cell

2009-03-25 Thread webspee...@gmail.com
Hey all. I have a table and I need to access the value of a particular cell in the selected row. I've seen this type of code before but can't remember what to search on. Any clues?

[jQuery] Need some help with a image opacity thingy.

2009-03-25 Thread MindTooth
Hello. Please take a look at this code: [code] $(".box img").fadeTo("500", 0.6); // This sets the opacity of the thumbs to fade down to 60% when the page loads $(".box img").hover(function(){ $(this

[jQuery] Need public JavaScript resource for a $.getScript() request.

2009-03-24 Thread Maujor
I am experimenting $.getScript() jQuery function. There are tons of JSON public API's but I need find a public JavaScript script. I seached Google sure, but scripts found have their own request codes. I need see that function in action and I want developer my own jQuery request. Does anyone can p

[jQuery] need your help please

2009-03-21 Thread Hellofrom
can someone give me exmaple of the minValue in Jquery Validaiton query thanks

[jQuery] NEED HELP!! JQuery & XML not parsing/consuming properly

2009-03-18 Thread slgm
hi, I've looked through at awfaul lot of posts/articles and haven't been able to get this thing working. The xml and the jquery code is below. The problem ive been getting is that despite the xml being successfully load from the ajax call and despite the jquery loop looping through the xml no act

[jQuery] Need clicking twice to trigger click event

2009-03-15 Thread Ice
I'm doing a dropdown menu witch shows on click. If one is already open it should close when another one is opened. I've currently got it working on the first click, but afterward I need to click twice to trigger the event. A slimmed down version of the html looks like this: Link1 Link2

[jQuery] Need help handling multiple $.get calls :(

2009-03-12 Thread jimothy.sn...@gmail.com
Hi. I'm new here and I'm very stuck. I need help. Hopefully someone can tell me there's a very simple solution to my problem Smile I have a site where you can click links and open the relevant content in a "window" so to speak. It's all from the same domain. Anyways, my problem occurs when you cl

[jQuery] Need help handling multiple $.get calls :(

2009-03-12 Thread jimothy.sn...@gmail.com
Hi. I'm new here and I'm very stuck. I need help. Hopefully someone can tell me there's a very simple solution to my problem Smile I have a site where you can click links and open the relevant content in a "window" so to speak. It's all from the same domain. Anyways, my problem occurs when you cl

[jQuery] need some suggestion about adding active class for one page link

2009-03-10 Thread mangajin
Hi, I am working on the project that will be only one page and the menu will link to the same page. The problem is that i can't add active class to the menu the same we did in the normal linked pages. For example, in css we can see .about .menu ul li .active a { color:#black} . This means the menu

  1   2   3   >