Re: [jQuery] Pb with JqModal and datepicker

2009-11-13 Thread Tobias Klepp
Hi, I have the same Problem and i can't find a solution in the internet for this problem. Do you have found a solution? Greetings, Tobias -- View this message in context: http://old.nabble.com/Pb-with-JqModal-and-datepicker-tp19616071s27240p26333176.html Sent from the jQuery General

[jQuery] Re: Pb with JqModal and datepicker

2009-11-13 Thread Tony
Hello, script type=text/javascript $(document).ready(function(){ $('#jqmFrom, #jqmTo').datepicker({ showOn: 'both', buttonImage: 'images/calendar.gif', buttonImageOnly: true,

[jQuery] treeview adding nodes

2009-11-13 Thread elminio
Hi, I have a problem with adding nodes to selected node. Could anyone help me with some sample code in which bu clicking a button new branch is added to selected node. thanks for help

Re: [jQuery] How to add click() function to a tr during grid loadComplete function.

2009-11-13 Thread davebrown
THanks Renato. Dave Phish wrote: I'm not quite familiar with jqGrid and how it creates tables, but when using the click or bind function, it only applies to static elements. If you want to bind click to anything generated dynamically you will want to use the jquery live function. I'm

[jQuery] Re: Issues with jQuery plugins

2009-11-13 Thread Paulodemoc
That's the problem. I use firefox, and I checked the source code, the urls for the js were all correct.. I clicked on each js link, and it opened just fine. And NET panel on Firebug doesn't show no 404's... =/ On Nov 12, 2:04 pm, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: Sounds like

[jQuery] Re: How to add click() function to a tr during grid loadComplete function.

2009-11-13 Thread Tony
Hello, Or to use gridComplete event which fire after all rows has been fetched. Regards Tony On Nov 13, 11:51 am, davebrown d...@dbws.net wrote: THanks Renato. Dave Phish wrote: I'm not quite familiar with jqGrid and how it creates tables, but when using the click or bind function, it

Re: [jQuery] Pb with JqModal and datepicker

2009-11-13 Thread Tobias Klepp
Hello Tony, this solution is also not working. The same effect is present. Tony-109 wrote: Hello, script type=text/javascript $(document).ready(function(){ $('#jqmFrom, #jqmTo').datepicker({ showOn: 'both',

[jQuery] iframe resize width tab ui

2009-11-13 Thread Pitt Phunsanit
I have orders to extend the height of the iframe Dole capture and adjust web within the iframe no scroll, but if the Web is highly scalable and so the tab ui acordion can not know or understand the actual high was. Do you have any suggestions me function frameHeight(obj){ var inFrameHeight =

[jQuery] Allow submit to proceed despite validation errors?

2009-11-13 Thread Jim Biancolo
Hi folks, Short version: is there code I can put in invalidHandler that will allow the submit to proceed, even if there are validation errors in the form? (note that form.submit() does not seem to be the answer) Long version: I have a situation where my client wants all the visual validation

[jQuery] clueTip - weird issue (in IE, FF and Chrome)

2009-11-13 Thread youradds
Hi, Got a bit of a weird issue, which I can't seem to work out :( http://www.cancunandrivieramaya.com/new/ If you hover over the ASTA logo in the main content area, you will see the title= content showing. Then, move off it - and hover over again. On the second time (and any after that), the

[jQuery] Re: load(file) then bind(...) ?

2009-11-13 Thread Mephi
I posted a message 1hour ago or so but I dont see it here displayed. Could you help me with that problem if you see my message?

[jQuery] Creating website with jquery

2009-11-13 Thread linus
Hi,I want to create a website using jqueryi want something similar to the link shown below. http://www.topgear.com/uk/parkinglot?CarTypeList=CoupeCarTypeList=SaloonCarTypeList=RoadsterCarTypeList=EstateCarTypeList=HatchbackCarTypeList=Off-roadPriceRangeMin=5000PriceRangeMax=7000x=121y=35 I

[jQuery] Re: load(file) then bind(...) ?

2009-11-13 Thread Mephi
Hi Dave. I have the same problem. I have a search results page with a jquery pagination on it. The results are loaded on the page with load(). On each results I have some links to which I have some jquery function attached and bc the content is loaded with ajax, the DOM doesnt have these

[jQuery] autocomplete remote data backspace behavior

2009-11-13 Thread Jas
In the demo http://view.jquery.com/trunk/plugins/autocomplete/demo/ with Multiple Cities and Multiple birds there seems to be a difference in behavior when removing or backspacing the last entry. Is it possible to make the remote one act like the local one, where pressing the backspace removes the

[jQuery] Re: Cycle plugin won't start until all images have loaded (IE-only)

2009-11-13 Thread Mike Alsup
When using the cycle plugin to display a slideshow in IE(6/?), it won't start playing until all of the images have completely loaded. This causes a delay of 5-15 seconds depending on the size and quantity of images. There's no such problem with non-IE web browsers, however, all of which start

Re: [jQuery] Re: How can i make a timer that i can stop with jquery?

2009-11-13 Thread Mark
Hey, Thanx for that code but i see one problem. It's not gonna work with multiple countdowns (which i have). Perhaps i need to send the animate object between the start and stop actions to be able to stop a certain animation (countdown)?? @Michael Geary i actually have that option working but

Re: [jQuery] Allow submit to proceed despite validation errors?

2009-11-13 Thread Jörn Zaefferer
Maybe not the solution you're looking for, but easy enough to give it a try: By adding a class of cancel to a save anyway-submit-button, the validation is skipped and the form submitted. Jörn On Fri, Nov 13, 2009 at 7:45 AM, Jim Biancolo j...@biancolo.com wrote: Hi folks, Short version: is

[jQuery] Re: Change style of Div with fade

2009-11-13 Thread Dan
Thank you Karl but ... I have seen this article, it does not explain how to do what I want. I need the background to change and loop without a user doing anything. Also I need to use a fade. I have done a lot of searching and haven't found anything. It seems that it is possible, and possibly

[jQuery] Anyone work with jquery FLOT that can help me please?

2009-11-13 Thread jackkit...@gmail.com
Hi, looking for someone that might be a guru with jquery flot? Thanks

Re: [jQuery] clueTip - weird issue (in IE, FF and Chrome)

2009-11-13 Thread Karl Swedberg
Hi Andy, The problem is occurring because you are initializing the cluetip on mouseover by calling jQuery('a.title').cluetip( ... ). The plugin takes care of the mouseover/mouseout stuff on its own, so you should call it ahead of time (and only once). For example, you could put it inside

Re: [jQuery] Re: Change style of Div with fade

2009-11-13 Thread Karl Swedberg
In that case, I'd use something like the Cycle plugin. http://malsup.com/jquery/cycle/ This works on a set of multiple sibling elements, so it isn't exactly what you're looking for. But if you have a single element that you want to achieve this effect on, I'd do this: 1. wrap the element

[jQuery] Javascript Array question

2009-11-13 Thread Atkinson, Sarah
I want to create an 2D array that would basically contain a variable amount of 3 entry arrays. Is there a short way of doing this? Like var myArray= new Array( ,3);

[jQuery] Re: Allow submit to proceed despite validation errors?

2009-11-13 Thread Jim Biancolo
That's perfect, thank you! Then I can write my own logic to block saving in those situations where the user creates data that the database will reject. All else can be submitted. Very nice to wake up to this, thanks again! Take care, Jim On Nov 13, 8:45 am, Jörn Zaefferer

Re: [jQuery] Javascript Array question

2009-11-13 Thread Nick Fitzsimons
2009/11/13 Atkinson, Sarah sarah.atkin...@cookmedical.com: I want to create an 2D array that would basically contain a variable amount of 3 entry arrays. Is there a short way of doing this? Like var myArray= new Array( ,3); JavaScript doesn't support multi-dimensional arrays, so you'll have to

[jQuery] Re: Superfish - Auto Arrows on sub menus only?

2009-11-13 Thread discern
Perfect. Thank you!

[jQuery] Can FullCalendar Work With Multiple Google Calendars?

2009-11-13 Thread Eclectic Mix
I have been exploring the FullCalendar plugin (http://arshaw.com/ fullcalendar/), which works nicely. I have been able to display information from one of my Google calendars, but have not had success with multiple calendars. Does anyone know if this is possible? Thanks - george

Re: [jQuery] Anyone work with jquery FLOT that can help me please?

2009-11-13 Thread Michel Belleville
I'm not, but I'm sure you'll get more help sooner if you actually post a question. Michel Belleville 2009/11/13 jackkit...@gmail.com jackkit...@googlemail.com Hi, looking for someone that might be a guru with jquery flot? Thanks

[jQuery] Re: How to Get Div from IFrame

2009-11-13 Thread webspee...@gmail.com
I am in a similar situation and I don't want to use the iFrame, but how do you use jQuery to do the following. I have a page on my server and I want to display, say, www.google.com in a portion of my page. With an iFrame, I simply set the src of the iFrame. I've tried using jQuery to do the same

[jQuery] Re: How to Get Div from IFrame

2009-11-13 Thread webspee...@gmail.com
When I try it, I get this error: Error: Permission denied for http://www.myurl.com to get property HTMLDocument.nodeType from http://remoteurl:. Source File: http://www.myurl.com/js/jquery/jquery.js Line: 2216 Here is the line of JS being used.

[jQuery] Sum up of selected classes

2009-11-13 Thread palgo
Hi guys, I have several input fields where the value get set (gave them class name =part). I want to sum up the input values into a last input field with class = total, whenever something is being typed in some other fields. The input fields with class part is not a fixed amount, they can vary

Re: [jQuery] Sum up of selected classes

2009-11-13 Thread Michel Belleville
While is a bad habit you may love to leave when you try the iterator approach : var tot = 0; $('.part').each(function() { tot += $(this).val(); }); $('.total').val(tot); And don't forget classes are accessed with a '.' (total lacked it's '.' in your example). Michel Belleville 2009/11/13

Re: [jQuery] Sum up of selected classes

2009-11-13 Thread Dan G. Switzer, II
palgo: You probably mean: $(#total).val(tot); The selector $(total) would be looking for an element named total (i.e. total /,) where as $(#total) looks for an element with an id of total. -Dan On Fri, Nov 13, 2009 at 10:13 AM, palgo rusha...@gmail.com wrote: Hi guys, I have several input

Re: [jQuery] Sum up of selected classes

2009-11-13 Thread Michel Belleville
I thought it was more on the lines of $(.total).val(tot) considering he said the input had the class total. Michel Belleville 2009/11/13 Dan G. Switzer, II dswit...@pengoworks.com palgo: You probably mean: $(#total).val(tot); The selector $(total) would be looking for an element named

[jQuery] Validation Plugin + jNice

2009-11-13 Thread Samuurai
I'm having a strange problem with jNice and the validation plugin. Probably the easiest way to describe the error is by giving an example. I load the page with my form on it, then without typing anything, I click submit. The jQuery validation plugin puts errors around my fields saying This field

Re: [jQuery] Validation Plugin + jNice

2009-11-13 Thread Jörn Zaefferer
Do you have a testpage? Jörn On Fri, Nov 13, 2009 at 4:40 PM, Samuurai djbe...@gmail.com wrote: I'm having a strange problem with jNice and the validation plugin. Probably the easiest way to describe the error is by giving an example. I load the page with my form on it, then without

[jQuery] Re: Validation Plugin + jNice

2009-11-13 Thread Samuurai
Yeah.. www.racedaystaff.com - log in as jorn/jorn then click proceed to site then click register at the top. Thanks for looking at this ! On Nov 13, 3:51 pm, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: Do you have a testpage? Jörn On Fri, Nov 13, 2009 at 4:40 PM, Samuurai

[jQuery] Re: Validation Plugin + jNice

2009-11-13 Thread Samuurai
Oh - Log in as jorn/jorn On Nov 13, 3:58 pm, Samuurai djbe...@gmail.com wrote: Yeah.. www.racedaystaff.com- log in as jorn/jorn then click proceed to site then click register at the top. Thanks for looking at this ! On Nov 13, 3:51 pm, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote:

[jQuery] Re: Validation Plugin + jNice

2009-11-13 Thread Samuurai
Sorry - I have a goldfish memory today. - Repeating myself :p On Nov 13, 4:01 pm, Samuurai djbe...@gmail.com wrote: Oh - Log in as jorn/jorn On Nov 13, 3:58 pm, Samuurai djbe...@gmail.com wrote: Yeah.. www.racedaystaff.com-log in as jorn/jorn then click proceed to site then click

Re: [jQuery] Re: Validation Plugin + jNice

2009-11-13 Thread Jörn Zaefferer
Looks like jNice is causing that issue. Did you try removing that to see what happens? Jörn On Fri, Nov 13, 2009 at 4:58 PM, Samuurai djbe...@gmail.com wrote: Yeah.. www.racedaystaff.com - log in as jorn/jorn then click proceed to site then click register at the top. Thanks for looking at

[jQuery] Pagination with History

2009-11-13 Thread Dave Maharaj :: WidePixels.com
Has anyone come across a nice pagination script for server side processing that has a built in history feature so if a user clicks on a link in the pagination then hits back in the browser it will take you back to your pagination set, not back to page 1. Thanks, Dave

[jQuery] Re: Validation Plugin + jNice

2009-11-13 Thread Samuurai
Strangely, It seems to be doing it even after removing jNice. - I've updated the test site. On Nov 13, 4:23 pm, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: Looks like jNice is causing that issue. Did you try removing that to see what happens? Jörn On Fri, Nov 13, 2009 at 4:58 PM,

[jQuery] Re: clueTip - weird issue (in IE, FF and Chrome)

2009-11-13 Thread youradds
OMG you legend! Thanks a TON works perfectly now =) Was ripping my hair out over this one ;) Thanks again! Andy On Nov 13, 2:08 pm, Karl Swedberg k...@englishrules.com wrote: Hi Andy, The problem is occurring because you are initializing the cluetip on   mouseover by calling

Re: [jQuery] Re: Validation Plugin + jNice

2009-11-13 Thread Jörn Zaefferer
Then this: ,success: function(element){ 157 var errorDiv = element.parents('.error'); 158 element.remove(); 159 errorDiv.siblings().remove(); 160 errorDiv.replaceWith(errorDiv.children()); 161 } You replace the div? That causing the DOM to rerender, including the input, killing the focus. Jörn

[jQuery] Curious as to why a fadeOut() won't work but a hide() does??

2009-11-13 Thread Joel Taylor
Hmm, I'm confused. I have a plugin which has this code: $(this).submit(function(){ $(this).fadeOut(slow); }); And it doesn't fade the form. But when I change it to: $(this).submit(function(){ $(this).hide(); }); It does. Why?

[jQuery] Re: Validation Plugin + jNice

2009-11-13 Thread Samuurai
Ahhh... Ok, I might opt for just putting an error message after the element instead then rather than creating a box like i'm doing now. Many thanks Jorn for your help! On Nov 13, 5:43 pm, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: Then this: ,success: function(element){ 157 var

[jQuery] Description of filter()

2009-11-13 Thread Dave Smith
Hi jQuery Just wondered if the Filter description could be made a little clearer on: http://docs.jquery.com/API/1.3/Traversing Instead of: filter(expr) Removes all elements from the set of matched elements that do not match the specified expression(s). and filter(fn) Removes all elements from

[jQuery] Superfish Styling

2009-11-13 Thread brent
I am trying to style the superfish menu using images. I got it all working in FF Chrome(except for some positioning issues), but the dropdown area of the menu loads in a choppy fashion in IE Safari. Are there any good examples/plugins of cross browser compatible superfish menus that use images?

[jQuery] Global Permission Check via AJAX

2009-11-13 Thread Joseph Roberts
I have a rather complicated application that allows a user to interact with a volunteer management system via a user interface that is updated by ajax calls through jQuery. I've encountered a design issue and was hoping jQuery might save me from a redesign. Is there a way to catch every ajax call

[jQuery] BlockUI and JQuery

2009-11-13 Thread PirrA
Hi, I have like 4 cascading select elements that i populate using the AJAX functions of JQuery. I was trying to use the BlockUI to block the page until all select elements are correctly populated. It seems to be working only when i use the default blockUI settings because each time i set the

Re: [jQuery] Strange behavior experienced when using the show and hide effects

2009-11-13 Thread Dharshini Nathan
Please unsubscribe me from your mailing listy. Thank you. On Fri, Nov 13, 2009 at 7:31 AM, The alMIGHTY N natle...@yahoo.com wrote: I have a page with a DIV at the top that is shown and hidden with the jQueryUI show and hide effects. Underneath it is a TABLE whose vertical position shifts up

[jQuery] Re: Description of filter()

2009-11-13 Thread Dave Methvin
Just wondered if the Filter description could be made a little clearer on:http://docs.jquery.com/API/1.3/Traversing Yes, I can't say that I don't agree with you. :-) I updated the docs to use fewer negatives. Because the function only removes an element when it returns an actual Boolean false

[jQuery] Re: Curious as to why a fadeOut() won't work but a hide() does??

2009-11-13 Thread Dave Methvin
My guess: If your function doesn't return false to stop the submit, the browser will start navigating to the submit action page immediately. It's probably starting to fade but the page changes before it's anywhere close to done.

[jQuery] find( ':contains( something with bracket ) ' ) - crashes in firefox 3.5.3

2009-11-13 Thread jakkob
Hi, I already posted this on the jQuery BugTracker, but nobody seems to notice. Maybe I can get some help here and I hope you don't regard this a double post. (the link to the bug report is http://dev.jquery.com/ticket/5482) Using closing or opening brackets, '(' or ')', in the contains filter

[jQuery] Possible to pass custom parameter with jqgrid search?

2009-11-13 Thread davebrown
Hi All, Does anyone know if its possible to add a custom parameter for a column used primarily for searching against? Reason I ask is that I wish to indicate the data type of a particular column and have that passed through to the server when searching so that I can interrogate the parameter

[jQuery] how to remove jqgrid space at far right of grid

2009-11-13 Thread davebrown
Hi all, Can anyone tell me how to get rid of the right hand spacing after the columns so my column will fill the grid container. e.g. http://old.nabble.com/file/p26340877/jqgrid-screenshot.jpg Thank you Dave. -- View this message in context:

[jQuery] Re: find( ':contains( something with bracket ) ' ) - crashes in firefox 3.5.3

2009-11-13 Thread Dave Methvin
I already posted this on the jQuery BugTracker, but nobody seems to notice. Maybe I can get some help here and I hope you don't regard this a  double post. (the link to the bug report ishttp://dev.jquery.com/ticket/5482) I noticed the bug, thanks for reporting it. Bugs are usually fixed in

[jQuery] Re: Curious as to why a fadeOut() won't work but a hide() does??

2009-11-13 Thread Joel Taylor
Thanks for the reply Dave, I've actually just snipped this section out of the plug-in code. there is indeed a return false; at the end of the submit function. So the form isn't actually submitting and forcing a redirect. Any other ideas? :) On Nov 13, 12:07 pm, Dave Methvin

[jQuery] Re: jQuery cycle plugin

2009-11-13 Thread bozlite
Can anyone help with this at all? Matthew

[jQuery] Re: Change style of Div with fade

2009-11-13 Thread Dan
That is very cool. But it still does not do what I need. I need just the background to change -- not the entire child element, the content in the box must not change or fade -in/out. Thanks. Dan On Nov 13, 9:11 am, Karl Swedberg k...@englishrules.com wrote: In that case, I'd use something

[jQuery] Dialog box do not show some fields in IE

2009-11-13 Thread Indira
Hi ALL, I have written code to create dialog box and show some text and two input boxes inside it. My code is working fine in Firefox. But, in IE if I click on the Login link dialog box appears but the text and two input boxes do not appear. Here is my code : This line creates the Login link:

[jQuery] Multiple click event handlers

2009-11-13 Thread NTulip
I have a question question: I have a form with a button which has an onclick attribute like: onclick=return func(); How can i bind a click event which executes before the event hard coded to the button's html? Are there any approaches to this?

[jQuery] function that is not tied to an event?

2009-11-13 Thread Mangoman
Hello this is the first post here and my last hope. Is there a way to make a function that is not tied to an event? Like in javascript: $(document).ready(function(){ function expander() { $(div#Header).height(97) css({cursor:auto,

[jQuery] Re: find( ':contains( something with bracket ) ' ) - crashes in firefox 3.5.3

2009-11-13 Thread jakkob
I did not add a testcase before, because I thought that if someones copies the source from wiki at leat he can be sure that I did not make an erroneus testcase :-) Anyway, I added one now. If someone here wants to look at it: http://pastebin.com/m17e5a51c (script is in line 80ff) I also found

Re: [jQuery] Re: Nested Accordion

2009-11-13 Thread Akbar Ehsan
Hello Adriana, Thanks, Does it require PHP? I have no PHP skills. Regards, Akbar On Thu, Nov 12, 2009 at 9:12 PM, Adriana adipa...@yahoo.com wrote: Hello Akbar, Here are two links that provide examples of nested accordions:

[jQuery] Re: jQuery not obeying my css? or applying its own during effect?

2009-11-13 Thread James Fleeting
Thanks, that sure did fix it. Never hit me to put relative on it. On Nov 12, 3:42 pm, Andrei Eftimie k3liu...@gmail.com wrote: Congrats on having courage to go with HTML 5. Add *position: relative;* to your *aside* element. And it should be fixed. On Thu, Nov 12, 2009 at 4:57 PM, James

[jQuery] Re: Multiple click event handlers

2009-11-13 Thread NTulip
I currently clone the original button and remove the onclick attribute. I then bind my function to it. After my function is called i then replace the button with the original copy and I fire the click even manually. Any better way around this? On Nov 13, 1:46 pm, NTulip nicktu...@gmail.com

[jQuery] Re: Multiple click event handlers

2009-11-13 Thread NTulip
Looks like this item on stackoverflow does it a little cleaner than me. On Nov 13, 3:16 pm, NTulip nicktu...@gmail.com wrote: I currently clone the original button and remove the onclick attribute. I then bind my function to it. After my function is called i then replace the button with the

[jQuery] Re: Multiple click event handlers

2009-11-13 Thread NTulip
http://stackoverflow.com/questions/1264954/jquery-prepend-click-handler On Nov 13, 3:16 pm, NTulip nicktu...@gmail.com wrote: I currently clone the original button and remove the onclick attribute. I then bind my function to it. After my function is called i then replace the button with the

Re: [jQuery] JQuery and Mootools still not working

2009-11-13 Thread Akbar Ehsan
Try this: 1. Remove scriptjQuery.noConflict();/script from where you have placed it. 2. And recode your JavaScript like this: script var $j = jQuery.noConflict();/*First line of JavaScript that processes. Put No Conflict stuff in a variable*/ function refreshContent(section) {

[jQuery] Form validator add on

2009-11-13 Thread Atkinson, Sarah
I'm using the form validator add on. I have 1 field and a group of 6 fields the user can either enter something in the one field or fill out all 6 of those in the group. How do I do the either/or code for this?

Re: [jQuery] how to remove jqgrid space at far right of grid

2009-11-13 Thread jerome
yes, but you will need to put the code up. Jerome - Original Message - From: davebrown d...@dbws.net To: jquery-en@googlegroups.com Sent: Friday, November 13, 2009 1:11 PM Subject: [jQuery] how to remove jqgrid space at far right of grid Hi all, Can anyone tell me how to get rid of

[jQuery] Re: Nested Accordion

2009-11-13 Thread MorningZ
Nothing jQuery, or anything client side for that matter, should have any sort of server-side requirement any HTML that PHP can generate can be done by Perl, Cold Fusion, .NET, etc etc On Nov 13, 2:59 pm, Akbar Ehsan akbareh...@gmail.com wrote: Hello Adriana, Thanks, Does it require

Re: [jQuery] how to remove jqgrid space at far right of grid

2009-11-13 Thread davebrown
Should have realised before, but I'm pretty sure that space is being reserved for a scrollbar if required. So in that case I can see now why its there, but it would still be nice to only have it present when a scrollbar is required. davebrown wrote: Hi all, Can anyone tell me how to get

[jQuery] jquery/png problem

2009-11-13 Thread Phillysoul11
Hi, so I've been coding this site and I use jquery in a few places. I've been testing it in chrome and FF and everything has been fine but when I tested it in IE8 none of my png images would show up. I checked all my settings but it seemed to be a javascript issue. I remade all my images to be

[jQuery] Form validator plugin

2009-11-13 Thread Atkinson, Sarah
I'm using the form validator plug in and I want to give each of the error labels an id that is based on the input labels id. For instance I want if the input id is email I want the errors id to be email_err

[jQuery] jQgrid: local search / sort with custom data handling

2009-11-13 Thread rituraj_tiwari
Folks, I am trying to do a couple of things here so please bear with my question. I have a jqGrid-friendly XML response coming back from the server that I render into my grid. However, before I can show the data on the grid, I need to modify the contents of one of the cells and add a new cell to

Re: [jQuery] Re: Nested Accordion

2009-11-13 Thread Akbar Ehsan
I have it almost working. You are right nothing other than JQuery and CSS is needed. However, I get the bullet points next to plus and minuses as well. I am not yet sure why? If you have thoughts about it, please pass it along. Thanks, Akbar On Fri, Nov 13, 2009 at 3:45 PM, MorningZ

[jQuery] Help me with autocomplete

2009-11-13 Thread Felipe Sampaio
Hi all, I don´t retrive the response of search, what did I do wrong? the code. ACTION public class UserAction extends ActionSupport implements ModelDrivenUser{ private static final long serialVersionUID = 1L; private User user = new User(); private UserDAO dao = new

[jQuery] JQuery AJAX not working.

2009-11-13 Thread Mayank
I have a page that uses a jquery $.get() method to retrieve content from a remote page. Ex $(function(){ $.get(http://domain.com/script.axd,{parameter1: value1, parameter2: value2}, function(responseText){ alert(responseText); }); }); The above script returns a null or empty string

[jQuery] Help me with autocomplete

2009-11-13 Thread Felipe Sampaio
Hi all, I don´t retrive the response of search, what did I do wrong? the code. ACTION public class UserAction extends ActionSupport implements ModelDrivenUser{ private static final long serialVersionUID = 1L; private User user = new User(); private UserDAO dao = new

[jQuery] mediocre css skills combined with noob to jquery and .cycle

2009-11-13 Thread Nate Heldman
so, i found this while looking for a non-flash method of doing hyperlinked slideshows for our website. i have gotten the basic function to work, but i'm having some issues with setting this up the way i'd like to. because we will eventually have more than one slideshow on certain pages, i made

[jQuery] Can Any One help me

2009-11-13 Thread WebCoder
I need name(list) jQuery components(plugins)

[jQuery] Re: JQuery AJAX not working.

2009-11-13 Thread serhat
It works for me, the code is: $.get('ajax_try.php',{data1: 'data1-text', data2: 'data2-text'}, function(ajax_response){ if(ajax_response=='ok'){ document.myForm.submit(); }else{

[jQuery] Re: Form validator add on

2009-11-13 Thread serhat
you can use checkboxes or radio buttons for each two field areas and validate only id the radio or checkbox is on. for further info check demo pages on jquery validation documentation zip file. There is an example what I suggest to you. Whis this helps. On 13 Kasım, 22:22, Atkinson, Sarah

Re: [jQuery] Re: Form validator add on

2009-11-13 Thread Atkinson, Sarah
I saw that, and I am looking at it but I'm using a field. Not a check box; But I am trying to wade though and figure it out. On 11/13/09 4:59 PM, serhat serhatsarika...@gmail.com wrote: you can use checkboxes or radio buttons for each two field areas and validate only id the radio or checkbox

[jQuery] Re: jquery/png problem

2009-11-13 Thread serhat
Use this code on your head; !--[if lt IE 8] script type=text/javascript var arVersion = navigator.appVersion.split(MSIE) var version = parseFloat(arVersion[1]) if ((version = 5.5) (document.body.filters)) { for(var i=0; idocument.images.length; i++) { var img = document.images[i]

[jQuery] Re: Jquery Validate Problem on IE

2009-11-13 Thread serhat
I also tried without $.validator.addMethod but still have the same problem... Any idea or fix for this validation script? Thx for any advise :) On 13 Kasım, 18:25, serhat serhatsarika...@gmail.com wrote: I have a form validation with Jquery+Jquery Validation Plugin. I tried all variations on my

[jQuery] Re: Can Any One help me

2009-11-13 Thread serhat
http://plugins.jquery.com/ On 13 Kasım, 22:27, WebCoder ankurpate...@gmail.com wrote: I need name(list) jQuery components(plugins)

[jQuery] Jquery post for google intensity map - tabs don't work?

2009-11-13 Thread Mark in A2
I've been struggling with an issue for while now: trying to do a partial page update to a google intensity map visualization using jquery. Recently tried setting up a JSON builder and using the jquery.post method to get the data from the server. Eureka! Or so I thought. The intensity map I

Re: [jQuery] jquery/png problem

2009-11-13 Thread Andrei Eftimie
jQuery does not do anything to PNG images by itself. Are you using a plugin that tries to fix PNG's for IE6? I'm using PNG's and jQuery all the time, yet never have I encountered a problem like yours. Every browser from IE6 onwards has good support for PNG's. On Fri, Nov 13, 2009 at 10:55 PM,

[jQuery] Re: mediocre css skills combined with noob to jquery and .cycle

2009-11-13 Thread danny.copel...@gmail.com
taking a look right now... - first off, wrap those img tags in divs for more control(actually just a suggestion, not totally necessary for what yr trying to do) - give those divs the same dimensions as the images - remove the top and left declarations in your styles ( img {top: 0px; left: 0px;}

[jQuery] Changing the check/uncheck of a check box

2009-11-13 Thread Atkinson, Sarah
How can I change the value of the check/uncheck status of a checkbox? I want to be able to focus on some and if that item is focused then a checkbox becomes unchecked (#customerNumber).focus($(#newCustomer).checked=unchecked);

[jQuery] Re: mediocre css skills combined with noob to jquery and .cycle

2009-11-13 Thread danny.copel...@gmail.com
### Insight: Cycle is trying to fade those break tags as well. It just finds all direct children of #homepage, in your case, and those are the a tags and the br tags... On Nov 13, 5:52 pm, danny.copel...@gmail.com danny.copel...@gmail.com wrote: Oh, wait! No, what the actual problem is is that

[jQuery] Re: (treeview) expandable / collapsable classes badly assigned in inactive tabs (jquery ui tabs)

2009-11-13 Thread jawosis
Anyone having noticed the same issue? On 12 nov, 23:16, jawosis jochenke...@gmail.com wrote: Hi, I noticed that the expandable-hitarea and collapsable-hitarea classes are not assigned as they should in inactive tabs when using jquery ui tabs. The lists in these inactive tabs are expanded by

[jQuery] Re: mediocre css skills combined with noob to jquery and .cycle

2009-11-13 Thread danny.copel...@gmail.com
Oh, wait! No, what the actual problem is is that you have brs after each anchor...remove those and you should be golden. You can still play around with the delay option to get the timing right afterwards. Also, those are HTML break tags, if yr ever going to use that to give content a line-break,

[jQuery] Re: Changing the check/uncheck of a check box

2009-11-13 Thread serhat
I didnt tried it but it will work I think. Code; -- $('#customerNumber').focus( function() { $('#newCustomer').checked='unchecked'; } );

[jQuery] In IE dialog box do not show all fileds

2009-11-13 Thread ighosh
Hi ALL, I have written code to create dialog box and show some text and two input boxes inside it. My code is working fine in Firefox. But, in IE if I click on the Login link dialog box appears but the text and two input boxes do not appear. Here is my code : This line creates the Login link:

[jQuery] Re: Description of filter()

2009-11-13 Thread Dave Smith
Yes, I can't say that I don't agree with you. :-) Ha, brilliant I updated the docs to use fewer negatives. Because the function only removes an element when it returns an actual Boolean false value, the wording there ended up a little strange. Still, I think it's probably an improvement.

[jQuery] Re: Nested Accordion

2009-11-13 Thread Adriana
Hello Akbar, No, it does not require any PHP or other server-side code. If you use http://adipalaz.awardspace.com/experiments/jquery/nested_accordion.html just place the script nested_accordion.js in some directory of your site, for example in the directory 'scripts'. Add the following code

Re: [jQuery] jquery/png problem

2009-11-13 Thread Phillysoul11
The problem has nothing to do with IE6 (it's with IE8), I havn't even tested IE6 yet :P thanks for the fix but my problem isn't transparency. The images are not displayed period. There is a white border and a red x inside. I would paste the code but i'm not sure if thats encouraged here :/

  1   2   >