[jQuery] Changing Classes

2011-12-20 Thread Denis Caggiano
Hi, I having trouble with change class in HTML report. This change must happen in line and columns when cursor is on a cell. I created an ID for every cell to know witch column is my cursor on. Then run a each() for every cell that has an ID like that one. The problem is the reports with many line

Re: [jQuery] jqGrid

2010-08-04 Thread Denis Caggiano
Brasileiro? :) Estou usando a Grid Master Detail para alterar dados no banco. Porém a grid que exibe o detalhamento (que se pode excluir/inserir/alterar itens) não estou conseguindo enviar o ID da master grid para o banco. Ou seja, consigo fazer tudo nas 2 grids, porém nao consigo adicionar na segu

Re: [jQuery] jqGrid

2010-08-04 Thread Ricardo Fontão Verhaeg
Hi Denis what is your intent for doing this? you want to add custom data to the post or change the data? this will call a function just before sending the data to the server. with the POST array formed (or what will become it after submitting) Ricardo Verhaeg Bacharelado Ciências da Computação -

[jQuery] jqGrid

2010-07-30 Thread Denis Caggiano
Does anyone here had use the jqGrid? If yes, how can I use *onclickSubmit* event in the edit submit button? I cant understand this documentation: http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing Tks. -- Denis Martin

[jQuery] How to know if a string is simply text or a good jQuery expression?

2010-07-09 Thread Luca
Hi all. I need some suggestion for performing this task: a user using a function common provide to the function a string, however sometimes he must be able to provide a jQuery selector expression and I need to perform different action is this case. How can I do this? -- -- luca

[jQuery] Re: Modal Confirmation trying to use for form validation

2010-05-01 Thread Ron Mast
Nevermindfigured it out :) On Mon, Apr 19, 2010 at 9:44 AM, Ron Mast wrote: > Good morning gang, > > I'm attempting to use Modal Confirmation from > http://jqueryui.com/demos/dialog/#modal-confirmation > > I have the example working and code looks like so: > >

[jQuery] Modal Confirmation trying to use for form validation

2010-05-01 Thread Ron Mast
Good morning gang, I'm attempting to use Modal Confirmation from http://jqueryui.com/demos/dialog/#modal-confirmation I have the example working and code looks like so: jQuery UI Dialog - Modal confirm

[jQuery] simple ajax not working in FF but works great in IE what am I doing wrong?

2010-05-01 Thread Ron Mast
ror XMLHttpRequest: errorThrown: undefined how do I get a more distinct error? Any help is greatly appreciated...I have googled and will continue to hunt down this issue. I have used both jquery 1.3.2 and http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"</a>; type="text/javascript"> Thanks so much!

Re: [jQuery] Validation and AJAX forms

2010-03-23 Thread Steffan A. Cline
I've still not gone anywhere with this. Any suggestions? Thanks Steffan > From: Steffan Cline > Reply-To: > Date: Mon, 22 Mar 2010 22:54:32 -0700 > To: "jquery-en@googlegroups.com" > Subject: [jQuery] Validation and AJAX forms > > I'm tinker

[jQuery] Validation and AJAX forms

2010-03-22 Thread Steffan A. Cline
I'm tinkering with the jquery forms plugin with the validation plugin. I'm able to do some simple validations but I have some BIG forms that are loaded dynamically. I want to use the addClassRules() with the ajax but am unsure how to do it. Currently I have a multi tab form. The fi

Re: [jQuery] Block link with lightbox

2010-03-03 Thread Nilesh Macwan
if div is containing text then give "mytextclass", this is an examples, so by this you can perform each() function from jquery, please visit this link for more help http://api.jquery.com/each/, and do rest of coding on that function, more on this if you can upload ur problem on live, and

Re: [jQuery] How to add a button

2010-03-03 Thread Cesar Sanz
what??? - Original Message - From: "podeig" To: "jQuery (English)" Sent: Wednesday, March 03, 2010 8:22 AM Subject: [jQuery] How to add a button Hello! Is it possible to add a button (like standard drop down list has) to open the list with all the results

[jQuery] Block link with lightbox

2010-03-03 Thread raw-m
").attr("rel")) for each link seems pretty straight forward but I don't know what to do with them when I've got them! Any help is much appreciated. -- View this message in context: http://old.nabble.com/Block-link-with-lightbox-tp27758652s27240p27758652.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] superfish IE error - pleasee help

2010-03-03 Thread Eddie
Hi All, this is the error i get in superfish menu in joomla jQuery.noConflict(); jQuery(function($){ $("ul.sf-menu").superfish({hoverClass:'sfHover', pathClass:'active', pathLevels:0, delay:800, animation: {opacity:'show'}, speed:'def', aut

[jQuery] Autocomplete, extraParams and this

2010-03-03 Thread olly
Hi there, been searchin' for a solution for hours, hope someone here can help me out. This what I'm trying to do, I have several inputs on one page with autocomplete. I need to pass a variable based on the input field the user is in. So I decided to go with having this information as id value. I

Re: [jQuery] problem with ajaxForm

2010-03-03 Thread Rey Bango
Abraxas, Could you please post your question here? http://forum.jquery.com/ That is the official support forum for the jQuery project. We no longer monitor this Google group. Thanks, Rey jQuery Team On Wed, Mar 3, 2010 at 9:54 AM, Abraxas wrote: > I NEED HELP PLEASE... IM USING AJAXform

Re: [jQuery] What I need to know?

2010-03-03 Thread Cesar Sanz
jquery does not work with your backend system.. just can init a request and your server side will handle all that stuffs (like insertions, deletions, etc) regards - Original Message - From: "Nathan Klatt" To: Sent: Tuesday, March 02, 2010 4:00 PM Subject: Re: [jQuery] W

[jQuery] problem with ajaxForm

2010-03-03 Thread Abraxas
I NEED HELP PLEASE... IM USING AJAXform and i need send a javascript variable but i don´t know how i can do that! this is the code: obs: I need send the form and the array "series" //en series[] se almacena cada fila de la tabla for(var i=0;i

[jQuery] jQuery UI accordion

2010-03-03 Thread K1
HI all I wanna create a accordion with jq UI with this options, accordion have 5 header and load with header 1 by default,and I wanna disable other headers when user click on them.how can I disable showing content of header when user click on that. thanks

[jQuery] How to add a button for opening the list? [autocomplete]

2010-03-03 Thread podeig
Hello! Is it possible to add a button (like standard drop down list has) to open the list with all the results? I need two ways to select item by typing and selection from the list. If not, may be you can add this functionality to this plug-in? Thank you! :)

[jQuery] How to add a button

2010-03-03 Thread podeig
Hello! Is it possible to add a button (like standard drop down list has) to open the list with all the results? I need two ways to select item by typing and selection from the list. If not, may be you can add this functionality to this plug-in? Thank you! :)

[jQuery] treeview - prevent expand/collapse on node click

2010-03-02 Thread Andreas
Hi, I want to prevent expand/collapse behavior when clicking on a node (folder) in the tree. I only want to expand/collapse when clicking on the plus/minus sign (+/-). I have tried to use stopPropagation on the click event but I don't get it to work. Any sugestions? Thanks Andreas

[jQuery] Nested Tab call function on tab select help

2010-03-02 Thread J Wolfe
I'm fairly new to jQuery and don't understand exactly why this isn't working. I bind the tabsselect to one of my nested tabs hoping it will execute that function, though I do not get any errors with firebug and it doesn't work. Can anyone clue me into what I'm doing

[jQuery] VALIDATE

2010-03-02 Thread AMARJEET
Hi Jörn Zaefferer, Is there any reason validator Plugin not supporting "validate multiple form fields with identical names" Is there any way to validate Identical Names Fields? Thanks Amarjeet

Re: [jQuery] What I need to know?

2010-03-02 Thread Nathan Klatt
On Tue, Mar 2, 2010 at 3:31 PM, Danjojo wrote: > Is it possible with jQuery to update a database / call a stored > procedure when I update an Input box that represents Quantity of an > item? http://api.jquery.com/category/ajax/ There are some AJAX tutorials targeting jQuery use linke

[jQuery] What I need to know?

2010-03-02 Thread Danjojo
Is it possible with jQuery to update a database / call a stored procedure when I update an Input box that represents Quantity of an item? I am using vanilla ASP and have not used jQuery in a while. Because it is a wish list with line-items of quantity and being able to submit one line to the

Re: [jQuery] Get the previous element matching a class

2010-03-02 Thread Nathan Klatt
On Tue, Mar 2, 2010 at 9:20 AM, debussy007 wrote: > I would like to have the previous TD element with class "time". > > I tried : $(this).closest('td').prev('td.time').html()   (where "this" is a > div element inside a TD) > But it only works for a div inside a TD that is *directly* following the

[jQuery] Re: Newbie Question: Finding and manipulating an element

2010-03-02 Thread Greg Tarnoff
Nathan Klatt wrote: > > > On Mon, Mar 1, 2010 at 5:06 AM, Aaron Johnson > > wrote: > > > The top level list has an ID and associated css, I'd like to add a class > > to > > > each of the nested elements in order to style them differently. I &

[jQuery] Get the previous element matching a class

2010-03-02 Thread debussy007
Hi, I would like to have the previous TD element with class "time". I tried : $(this).closest('td').prev('td.time').html() (where "this" is a div element inside a TD) But it only works for a div inside a TD that is *directly* following the td.time

Re: [jQuery] Slide down / Slide up, stop repeating

2010-03-02 Thread Nathan Klatt
On Mon, Mar 1, 2010 at 11:35 AM, Paul Collins wrote: > My problem is that if someone hovers over the .content multiple times, > the JQuery remembers and keeps popping the menu up and down >From http://api.jquery.com/stop/: We can create a nice fade effect without the common problem of

[jQuery] JQuery Email Validation does not work

2010-03-01 Thread iceman
Hello I am on JQuery 1.4.1 using validation fromawork by Jörn Zaefferer 1.6 version. I need to send multiple comma separated emails . It fails for the following format FirstName Last Name [firstName dot lastName at xyz dot com] Please guide. Thank You Iceman

[jQuery] page_request.send(null)

2010-03-01 Thread Erik
www.naturalskin.com I'm getting an error win LINE 30 with Firebug I'm using AJAX Includes to load in external content. Everything looks great and works fine, but I keep getting an error" global.js (line 30) page_request.send(null) Should I delete this line? Should I add something in the li

[jQuery] Slide down / Slide up, stop repeating

2010-03-01 Thread Paul Collins
Hi all I've got a drop down menu that expands when you hover over a heading. Here is the JQuery $("#header .dropDown .content").hover( function () { $("#header .dropDown ul").slideDown(); return false; }, function () {

[jQuery] Re: keyup() fires multiple times?

2010-03-01 Thread Keith Hughitt
pressed. I've noticed, however, that the 'keyup' > event which I would  normally use to determine when the key is > released is fired continually, even when the key is still being > pressed. > > e.g. > > http://www.w3.org/ > TR/html4/strict.dtd"> > &g

[jQuery] Excellent Java Consultant For Your Direct Client Requirement

2010-03-01 Thread ajay solanki
nd e Learning. * * *Technical Skills : -* Skill Type Skill Name OS Windows XP, UNIX Languages and Enterprise Application programming Java, J2EE, JSP, HTML, XML, XSL, XQuery, XMLBeans, XSLT, JavaScript, DHTML, AWT, Swing, Ajax, jQuery, RMI, EJB, Servlets, Ant, Log4j, Junit, JMS, JSF, Shell,

Re: [jQuery] Newbie Question: Finding and manipulating an element

2010-03-01 Thread Aaron Johnson
nts in order to style them differently. I > > cannot manually add a class so wondered if I could do it with jQuery. > > > > I'm looking for a result like this: > > > > > > > class="portal-navigation-label">Home > > > > If

Re: [jQuery] Newbie Question: Finding and manipulating an element

2010-03-01 Thread Nathan Klatt
On Mon, Mar 1, 2010 at 5:06 AM, Aaron Johnson wrote: > The top level list has an ID and associated css, I'd like to add a class to > each of the nested elements in order to style them differently. I > cannot manually add a class so wondered if I could do it with jQuery. > &g

[jQuery] Re: Newbie Question: Finding and manipulating an element

2010-03-01 Thread Greg Tarnoff
>     >     class="portal-navigation-label">Home >         >             href="foo.html">Announcements >             href="foo.html">Announcements >             href="foo.html">Announcements >         >     >

[jQuery] Re: Using jQuery UI with Google Maps

2010-03-01 Thread Thai Dang Vu
I think I found an answer for this problem. The answer is: do not create a dialog on the fly (i.e. do not create a div on the fly and then $(div).dialog()), but create a dialog before initializing the google map. On Wed, Feb 24, 2010 at 2:41 PM, Thai Dang Vu wrote: > Hi, > > I create

[jQuery] Newbie Question: Finding and manipulating an element

2010-03-01 Thread Aaron Johnson
do it with jQuery. I'm looking for a result like this: Home Announcements Announcements Announcements Home Announcements Announcements Announcements

[jQuery] shobhit chaturvedi wants to chat

2010-03-01 Thread shobhit chaturvedi
--- shobhit chaturvedi wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-4b2302e37c-9fd2a24dac-15866bd193bee8f5 You'll need t

Re: [jQuery] superfish joomla

2010-02-28 Thread Jonathan Vanherpe (T & T nv)
You forgot to put ; after }) a couple of times. IE is a bit strict in that regard. Jonathan Eddie wrote: Hello all at jquery group, superfish menu in joomla works fantastic but it gives an error in IE8 and my client hates it! the "done, but with errors" this is the errordoes a

[jQuery] Merge XML Documents with jQuery

2010-02-28 Thread dandieb...@gmail.com
I would like to make a few ajax calls for a few XML documents and combine the results into one XML document. Specifically I have these three files: http://www.netelier.com/files/XMLMerge/doc0.xml foo bar baz mit http://www.netelier.com/files/XMLMerge/doc1.xml foo bar htt

[jQuery] New jQuery Plugin Authoring Pattern

2010-02-28 Thread Milan Adamovsky
Hi all plugin authors! I've just recently developed a plugin pattern that I think may be useful to you. Feel free to read up on it here http://milanadamovsky.blogspot.com/2010/02/new-jquery-plugin-pattern.html Even if you are not an author, I think it's worth a look especially if y

Re: [jQuery] Re: Accordion help ....

2010-02-28 Thread Nathan Klatt
On Sun, Feb 28, 2010 at 12:00 AM, Erik wrote: >  { $(this).removeClass("ui-state-active"); } No, don't do that - that'll screw up the accordion, I expect. I mean something in the css like: .ui-state-active:hover { background-color: inherit; /* or "none" or some specific color */ } Nathan

[jQuery] Autocomplete result rendering

2010-02-28 Thread ootieku
Hello, I am using the Zorn autocomplete plug-in and it works great, thanks Zorn. I was wondering if there is a method to override the rendering of the ac_results div and list, to populate results in an alternate element. Basically, I have a textarea with autocomplete enabled and a div always visibl

[jQuery] Re: Accordion help ....

2010-02-27 Thread Erik
Thanks nathan... Where would I place this in this? $(function() { $("#accordion").accordion({ autoHeight: true, header: '.subcat' }); { $(this).removeClass("ui-state-active"); } Is this the correct format? Erik On Feb 26, 3:56 pm, Nathan Klatt wrote: > On Fri, Feb 26, 2010 a

[jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!!!!!

2010-02-27 Thread Erik
I looked at and I still like the easy tag... Erik On Feb 26, 8:24 am, "Cesar Sanz" wrote: > this IS interesting!! > Some geeks works fine! > > > > - Original Message - > From: "Vikas Patidar" > To: > Sent: Thursday, February 25, 201

Re: [jQuery] superfish joomla

2010-02-27 Thread Charlie
Try removing the window.load function, it makes no sense to bind the different menu functions to different page load events jQuery.noConflict(); jQuery(function($){ // this is document ready $("ul.sf-menu").superfish({hoverClass:'sfHover', pathClass:'active&

Re: [jQuery] Accordion help ....

2010-02-26 Thread Nathan Klatt
On Fri, Feb 26, 2010 at 3:12 PM, Erik wrote: > My accordion is working great, but I need to STOP the hover on the > selected item. You should be able to deactivate the hover for .ui-state-active elements. Nathan

[jQuery] Accordion help ....

2010-02-26 Thread Erik
Hi all, Just joined this new forum. My accordion is working great, but I need to STOP the hover on the selected item. Example, when I select BATH & BODY, I want the hover stop for that particular section: bath & body I'm using the following ACCORDION script: $(function() { $("#accordion")

[jQuery] superfish joomla

2010-02-26 Thread Eddie
Hello all at jquery group, superfish menu in joomla works fantastic but it gives an error in IE8 and my client hates it! the "done, but with errors" this is the errordoes anyone know how to fix it!! Best, Chris Message: Object doesn't support this property or method Line: 4

Re: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!!!!!

2010-02-26 Thread Cesar Sanz
this IS interesting!! Some geeks works fine! - Original Message - From: "Vikas Patidar" To: Sent: Thursday, February 25, 2010 2:51 PM Subject: Re: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !! Hi, there is another solution more easy and cool try it... C

Re: [jQuery] Re: How to check TD background image has been loaded.

2010-02-26 Thread Liam Byrne
That won't trigger a load event This is as close as you'll get (using an image object to actually load it, and then using it. var imageObj = new Image(); $(imageObj).attr("src",imagePath).load(function(){ // do whatever else you want to do in here too $("#leftCol").css("background

[jQuery] Re: How to check TD background image has been loaded.

2010-02-26 Thread jscharf
2 possibilities: via attribute: $("#mytd").attr("background", "path/to/image.jpg"); or via CSS $("#mytd").css("background-image", "path/to/image.jpg"); that should work fine for your needs (make sure the paths are correct)

[jQuery] Jquery Validation Email issue (validate)

2010-02-26 Thread MrChambers
It seems to be normal behaviour, but when using jquery's validate plugin my client was not happy the a single domain suffix character was enough to clear the valid email error. ie; tes...@googlemail.c would validate. To ensure that at least 2 characters had to be entered into the field to validate

Re: [jQuery] Quirks with Tablesorter

2010-02-25 Thread aquaone
seconded. Your best bet is to write your own widget that deletes and appends your separators for you on sort. On Thu, Feb 25, 2010 at 15:33, Nathan Klatt wrote: > On Thu, Feb 25, 2010 at 5:28 PM, West415 wrote: > > I don't need the headers to repeat though. I'm trying to have a visual > > sepa

Re: [jQuery] Quirks with Tablesorter

2010-02-25 Thread Nathan Klatt
On Thu, Feb 25, 2010 at 5:28 PM, West415 wrote: > I don't need the headers to repeat though.  I'm trying to have a visual > separator between the rows.  I don't have to use an tag, but the > problem is, it tries to sort every row as if there is data there.  I'd like > it to ignore that row when d

Re: [jQuery] Quirks with Tablesorter

2010-02-25 Thread West415
ething > > And in the end I advice you NOT to use hr tag anywhere on your website, > there are huge cross browser issues. Every browser displays it differently > and it is hard to style. Use some kind of 1px / 1px image and add css to > get margins and set width to 100% to make it wide &

Re: [jQuery] Quirks with Tablesorter

2010-02-25 Thread Nathan Klatt
On Thu, Feb 25, 2010 at 4:34 PM, West415 wrote: > I am using a jquery plugin called tablesorter.  It works fine but I've found > a quirk and can't seem to fix it and would love some help if possible.  When > you sort, the sort works, but for some reason all the tags which re

[jQuery] Quirks with Tablesorter

2010-02-25 Thread West415
Hi, I am using a jquery plugin called tablesorter. It works fine but I've found a quirk and can't seem to fix it and would love some help if possible. When you sort, the sort works, but for some reason all the tags which render a horizontal link end up getting placed at the top of

Re: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!!!!!

2010-02-25 Thread Vikas Patidar
inal Message - > From: "Erik" > To: "jQuery (English)" > Sent: Wednesday, February 24, 2010 6:32 PM > Subject: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !! > > > http://www.dillerdesign.com/experiment/DD_roundies/ > > On

[jQuery] IE7 Bug

2010-02-25 Thread r4C4n
Hi I'm having trouble with the superfish jquery menu library. Everything works fine in Firefox and other browsers apart from IE7. To see the problem I'm having, take a look here: http://www.katalystonline.com/case-studies.html If you open this page on IE7 you will see the problem when

[jQuery] How to check TD background image has been loaded.

2010-02-25 Thread ace jquery
Hi there, I am trying to update the attr of background in . ==>> is that possibly to use jQuery to check if the background image has been loaded? something like this.. $('#mytd background').load(function(){ alert('the background image has been loaded'); }); Thank you for you help! -Ace

Re: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!!!!!

2010-02-25 Thread Cesar Sanz
thanks.. First time I heard about it.. .cool stuff! - Original Message - From: "Erik" To: "jQuery (English)" Sent: Wednesday, February 24, 2010 6:32 PM Subject: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !! http://www.dillerdesign.com/experiment/

[jQuery] Re: JQPRINT - Need help!!

2010-02-25 Thread Fabio Balossi
argh, i send the answer only to the author. well for anyone else : you have to set an ID to the A element, the same ID of the function's trigger, then set a class .toprint fot the elements to print, finally set to the jqprint function a Click calling action for example: ... elements to print

[jQuery] jCarousel Lite - getting carousel to stop on a specific image (without hovering)

2010-02-25 Thread Adam Moro
I am trying to get the slideshow to stop sliding on the fourth image (the last image in the slideshow) but having no luck. I've changed, "afterEnd: null" to "afterEnd: stop" in the $.fn.jCarouselLite function (line 17 in my version) but it is stopping on the second image, not the fourth. I know how

RE: [jQuery] Dynamic Tabs for Prototyping

2010-02-25 Thread Andreas Möller
I believe you should go for JQuery UI . . . ! Check it out at [x] www.jqueryui.com Best regards, Andreas

[jQuery] Dynamic Tabs for Prototyping

2010-02-25 Thread Sohel Kapasi - UI, UX, IA with great RIA
Hi All, I am building a HTML CSS and JQuery based clickable prototype and i am in need of Dynamic Tabs. Can anyone suggest easiest and best Dynamic tabs (where i can open and close tabs randomly), online downloadable files are ok. Thank you very much in advance for your help.

[jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!!!!!

2010-02-24 Thread Erik
http://www.dillerdesign.com/experiment/DD_roundies/ On Feb 23, 3:09 pm, "Cesar Sanz" wrote: > What are roundies? > > > > - Original Message - > From: "Erik" > To: "jQuery (English)" > Sent: Tuesday, February 23, 2010 10:50 AM >

[jQuery] Using jQuery UI with Google Maps

2010-02-24 Thread Thai Dang Vu
Hi, I create a jQuery dialog which is above a Google map. If I drag that dialog, the whole google map dispappears. Does anybody have any idea of what happened? Thank you.

[jQuery] detaching element bound with the ui slider widget doesn't re-attach to the dom

2010-02-24 Thread jebaird
While playing with the slider widget and .detach() i noticed that if you attach the slider widget to an element the .detach() that element from the dom and try to re-atach it the slider doesnt show up again. its as if i called the destroy method. take this code for example $('#sliderTest').sl

[jQuery] Adsense

2010-02-24 Thread Priya Ram
About Adsense...?

Re: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!!!!!

2010-02-23 Thread Cesar Sanz
What are roundies? - Original Message - From: "Erik" To: "jQuery (English)" Sent: Tuesday, February 23, 2010 10:50 AM Subject: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !! Use the ROUNDIES script for IE7, which is really easy. I personally don

[jQuery] Selection from a list should rewrite the page.

2010-02-23 Thread David Parker
I'm building a select from a java Resultset for a given userID. Where the value for the options are a recordD for each record in the Resultset. On loading of the page, it gets a userID and recordD from session. If recordD=null then it uses the first record from the Resultset. So the select conta

Re: [jQuery] Help: Iterate through unknown number of elements, apply function

2010-02-23 Thread Nathan Klatt
On Tue, Feb 23, 2010 at 2:20 AM, xstaceyamayx wrote: > Anyway, I have 2 select boxes. I can populate SelectA with items from > a database, move the items from selectA to selectB and back again by > clicking "add" and "remove"... Change your HTML to look something like this:

[jQuery] Problem with load event

2010-02-23 Thread Hubbitus
ad fired only one - $(document).ready. I even can't imagine why :( . Test page: http://ru.bir.ru/_/svg/jquery-test.htm I've tested it in FireFox 3.6 and Google Chrome 5.0.322.2 dev. Any sugestion?

[jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!!!!!

2010-02-23 Thread Erik
Use the ROUNDIES script for IE7, which is really easy. I personally don't care for IE8 so I convert IE8 to work like IE7 by placing the following tag under the :

[jQuery] JQPRINT - Need help!!

2010-02-23 Thread Erik
has anyone used JQPRINT? I know it looks really simple, but how do you call the function with a link? Erik

Re: [jQuery] Re: Sortable list - even when list is changed

2010-02-23 Thread Peter Edwards
://api.jquery.com/jQuery/#jQuery3 When you have multiple instances of these constructs in your scripts, the code within them will run in the order in which they are defined, so in your example, what was happening was the first $("#elements").sortable(); (defined within the $(function()

[jQuery] Send XML to the server gets "Type Mismatch" error in IE, though works fine with Firefox

2010-02-23 Thread rafald
Hi When I checked the google forum for jQuery I was told its not monitored anymore. Instead of this another forum is proposed. So few days ago I created a post here: http://forum.jquery.com/topic/send-xml-to-the-server-gets-type-mismatch-error-in-ie-though-works-fine-with-firefox This is for the

[jQuery] Re: Sortable list - even when list is changed

2010-02-23 Thread rafald
Hi Peter, Indeed! It works ;-) THANKS! It was enough to remove line with >> $("#elements").sortable(); << So, what is the right place to put: $("#elements").sortable(); ? in my example: the first place was outside "$(document).ready(function()" the second place (where I added event) was inside "$

Re: [jQuery] Re: Sortable list - even when list is changed

2010-02-23 Thread Peter Edwards
In your example, you have two calls to $('#elements').sortable(). The second one has the update event added, but the first (the one which creates the sortable) doesn't. If you add the update handler to the first call, it works OK. on 23/02/2010 08:26 rafald said:: Hi , please check this: http

[jQuery] Re: Sortable list - even when list is changed

2010-02-23 Thread rafald
Hi , please check this: http://jsbin.com/oququ3/6/edit As you can see: - sortable list works - accordion works ...but: - POPUP 'update' does not come what could be wrong here? regards Rafal

[jQuery] Re: Sortable list - even when list is changed

2010-02-23 Thread rafald
Hi , please check this: http://jsbin.com/oququ3/6/edit As you can see: - sortable list works - accordion works ...but: - POPUP 'update' does not come what could be wrong here? regards Rafal

[jQuery] Re: Sortable list - even when list is changed

2010-02-23 Thread rafald
Hi , please check this: http://jsbin.com/oququ3/6/edit As you can see: - sortable list works - accordion works ...but: - POPUP 'update' does not come what could be wrong here? regards Rafal

[jQuery] Re: Sortable list - even when list is changed

2010-02-23 Thread rafald
Hi , please check this: http://jsbin.com/oququ3/6/edit As you can see: - sortable list works - accordion works ...but: - POPUP 'update' does not come what could be wrong here? regards Rafal

[jQuery] Help: Iterate through unknown number of elements, apply function

2010-02-23 Thread xstaceyamayx
Hey there, newbie here... Still getting a grasp on jQuery, so I'm probably overthinking or extra- typing... Anyway, I have 2 select boxes. I can populate SelectA with items from a database, move the items from selectA to selectB and back again by clicking "add" and "remove&

[jQuery] New Services

2010-02-22 Thread DOTS D.O.Technology Services
Looking for Virtual Office, TeleMarketing , Mobile Marketing, WebHosting and Web Designing sloutions ? We are here to provide all such solutions at very low price and best quality. To know about telemarketing promotion fpr your business SMS telepromo to 9220092200 To know more about sms marketin

Re: [jQuery] FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!!!!!

2010-02-22 Thread brian
SPECTACULAR NEWS! So, um ... don't keep us in suspense. On Sun, Feb 21, 2010 at 2:45 PM, Erik wrote: > For months I couldn't figure this out and I found the answer > > dd_roundies can now work with IE8!!! > > Erik >

Re: [jQuery] Re: Sortable list - even when list is changed

2010-02-22 Thread Nathan Klatt
On Mon, Feb 22, 2010 at 11:10 AM, rafald wrote: > ok...I see on you page it works...I double checked my code. > ... > but the problem is I need accordion as well. If you update the jsbin page to how you think it should be (i.e., add the accordion) I'd be happy to look into what's wrong. :) Go to

[jQuery] Re: Can I use external domain with jQuery media plugin ?

2010-02-22 Thread Mike Alsup
> it is about jQuery media plugin (http://malsup.com/jquery/media/ > misc.html) > > Can I use > >   http://www.google.co.in";> > > This to load EXTERNAL DOMAIN html page in an iframe that media plugin > I create. Yes, this should work. The media plugin just creates an iframe for this content.

[jQuery] Malsup Form: problem with upload of big files

2010-02-22 Thread Mj
Here I have a test page: http://wmviking.ru/test/1.html There is no problem to upload small files, but if I choose larger (for example, 2MB) - upload crashes without normal execution. I put simple and ajax upload on example to check that in one case it works normally, and in another - crashes! Wh

[jQuery] jQuery Dialogbox Problem

2010-02-22 Thread patelneha...@gmail.com
Hello Everyone, I am new to jquery so i dont know much about it. I write a script in which i am using the jquery's Dialog box UI on my form. The form is about user search any product on our site and if the user in not logged in then displaying him login dialog box otherwise showing dialo

[jQuery] Re: Sortable list - even when list is changed

2010-02-22 Thread rafald
ok...I see on you page it works...I double checked my code. Here what happens WHEN I replace THIS: $(function(){ $("#elements").sortable(); $("#elements").disableSelection(); }); $(function() { $("#accordion").accordion(); }); $(document).ready(function(){ $('#elements').sortable({ update: func

[jQuery] Re: Sortable list - even when list is changed

2010-02-22 Thread rafald
On 22 Lut, 03:43, Nathan Klatt wrote: > Hi Rafal, > > In what way does it not work? I transcribed your code into jsbin and > it seems to be fine, though I don't have any roundbox styling being > applied: > > http://jsbin.com/oququ3/edit > > Nathan Hi I am not surpised you don't get it rounded ;-

Re: re[jQuery] fresh tabs

2010-02-22 Thread whynotter
more data localization (I've done it for > currentPosition but left totalVideos and maxMove) but I think it > should have you on your way. > > Nathan > > -- View this message in context: http://old.nabble.com/refresh-tabs-tp27676891s27240p27690116.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

[jQuery] UI Slider with group with shared limit

2010-02-22 Thread Sir Rawlins
Hello Guys, I'm new to the UI library and looking for some help achieving a certain thing. I want to have a group of sliders which have a shared value which they can reach as a maximum. Here's a visual example of what I'm looking to do: http://tinypic.com/view.php?pic=9ibp05&s=6 Notice how we ha

Re: re[jQuery] fresh tabs

2010-02-22 Thread Nathan Klatt
On Mon, Feb 22, 2010 at 2:20 AM, whynotter wrote: > http://www.deboramontoli.it/prova/mediacenter_prova2.shtml page 2 Check this out: http://jsbin.com/ixiyo/3/edit You will need to do some more data localization (I've done it for currentPosition but left totalVideos and maxMove) but I think it

Re: [jQuery] tooone7 Can't understand this... Want to make a image appear on active link

2010-02-22 Thread tooone777
Ohh ok cool! Thank you Jonathan. I understand it better now :) -- View this message in context: http://old.nabble.com/tooone7-Can%27t-understand-this...-Want-to-make-a-image-appear-on-active-link-tp27686495s27240p27687083.html Sent from the jQuery General Discussion mailing list archive at

  1   2   3   4   5   6   7   8   9   10   >