[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

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

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

[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 http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editingTks. -- Denis Martins

[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] Modal Confirmation trying to use for form validation

2010-05-01 Thread Ron Mast
link type=text/css href=../../lib/themes/base/jquery.ui.all.css rel=stylesheet / script type=text/javascript src=../../lib/jquery-1.4.2.js/script script type=text/javascript src=../../lib/external/jquery.bgiframe-2.1.1.js/script script type

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

2010-05-01 Thread Ron Mast
? 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 script src=http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js; type=text/javascript/script Thanks so much!

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

2010-05-01 Thread Ron Mast
=en head        meta charset=UTF-8 /        titlejQuery UI Dialog - Modal confirmation/title                link type=text/css href=../../lib/themes/base/jquery.ui.all.css rel=stylesheet /                script type=text/javascript src=../../lib/jquery-1.4.2.js/script

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 stef...@hldns.com Reply-To: jquery-en@googlegroups.com Date: Mon, 22 Mar 2010 22:54:32 -0700 To: jquery-en@googlegroups.com jquery-en@googlegroups.com Subject: [jQuery] Validation and AJAX forms

[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 first tab

[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] 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] 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] 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;inumFilas;i++){

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 n8kl...@gmail.com To: jquery-en@googlegroups.com Sent: Tuesday, March 02, 2010 4

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 abraxa...@gmail.com wrote: I NEED HELP PLEASE... IM

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

[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', autoArrows:0, dropShadows:1}) }); jQuery(window).load

[jQuery] Block link with lightbox

2010-03-03 Thread raw-m
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.

Re: [jQuery] How to add a button

2010-03-03 Thread Cesar Sanz
what??? - Original Message - From: podeig denis.pokotyl...@gmail.com To: jQuery (English) jquery-en@googlegroups.com 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

Re: [jQuery] Block link with lightbox

2010-03-03 Thread Nilesh Macwan
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 let me have a look

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 pauldcoll...@gmail.com 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

[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 element. See the code below: my jquery

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

2010-03-02 Thread Greg Tarnoff
wondered if I could do it with jQuery. I'm looking for a result like this: ul class=foo     lia title=Announcements1 href=foo.htmlspan class=portal-navigation-labelHome/span/a         ul class=bar If all of the inner uls are styled the same you don't need a class, just add

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 debussy...@gmail.com 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*

[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

Re: [jQuery] What I need to know?

2010-03-02 Thread Nathan Klatt
On Tue, Mar 2, 2010 at 3:31 PM, Danjojo dlcac...@gmail.com 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

[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

[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 wrong? Thanks! Jonathan

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

[jQuery] Newbie Question: Finding and manipulating an element

2010-03-01 Thread Aaron Johnson
a class to each of the nested ul elements 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: ul class=foo lia title=Announcements1 href=foo.htmlspan class=portal-navigation-labelHome/span/a ul

[jQuery] Re: Using jQuery UI with Google Maps

2010-03-01 Thread Thai Dang Vu
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] Re: Newbie Question: Finding and manipulating an element

2010-03-01 Thread Greg Tarnoff
to each of the nested ul elements 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: ul class=foo     lia title=Announcements1 href=foo.htmlspan class=portal-navigation-labelHome/span/a         ul class

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 aaron.mw.john...@gmail.com wrote: The top level list has an ID and associated css, I'd like to add a class to each of the nested ul elements in order to style them differently. I cannot manually add a class so wondered if I could do it with jQuery

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

2010-03-01 Thread Aaron Johnson
elements 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: ul class=foo lia title=Announcements1 href=foo.htmlspan class=portal-navigation-labelHome/span/a ul class=bar If all

[jQuery] Excellent Java Consultant For Your Direct Client Requirement

2010-03-01 Thread ajay solanki
Services, e-Governance, and 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

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

2010-03-01 Thread Keith Hughitt
        titlejQuery Keyup Test/title         script src=http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/ jquery.js type=text/javascript/script /head body script type=text/javascript $(function () {     $(document).keydown(function (e) {         console.log(keydown);     }).keyup(function (e

[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 () { $(#header .dropDown ul).slideUp

[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

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

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

2010-02-28 Thread Nathan Klatt
On Sun, Feb 28, 2010 at 12:00 AM, Erik eriks...@mac.com 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 */ }

[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 you want

[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 records record xfoo/x ybar/y /record record xbaz/x ymit/y /record /records

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 anyone know how

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', pathLevels:0,

[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 the.email.tr...@gmail.com wrote: this IS interesting!! Some geeks works fine! - Original Message - From: Vikas Patidar vikaspatel.25111...@gmail.com To: jquery-en@googlegroups.com Sent: Thursday

[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 n8kl...@gmail.com wrote: On Fri,

[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

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

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

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 vikaspatel.25111...@gmail.com To: jquery-en@googlegroups.com Sent: Thursday, February 25, 2010 2:51 PM Subject: Re: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !! Hi, there is another

[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: 48 Char: 35 Code: 0

[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: div class=subcatbath amp; body/div I'm using the following ACCORDION script:

Re: [jQuery] Accordion help ....

2010-02-26 Thread Nathan Klatt
On Fri, Feb 26, 2010 at 3:12 PM, Erik eriks...@mac.com 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] 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.

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] 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

[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: ... div class=toprint

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 eriks...@mac.com To: jQuery (English) jquery-en@googlegroups.com Sent: Wednesday, February 24, 2010 6:32 PM Subject: [jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !! http

[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 td. == td id=mytd background= height=100% align=left valign=top/td 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

[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 you hover

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

2010-02-25 Thread Vikas Patidar
! - Original Message - From: Erik eriks...@mac.com To: jQuery (English) jquery-en@googlegroups.com 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 Feb 23, 3:09 pm, Cesar

[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 hr tags which render a horizontal link end up getting placed at the top of the table

Re: [jQuery] Quirks with Tablesorter

2010-02-25 Thread Nathan Klatt
On Thu, Feb 25, 2010 at 4:34 PM, West415 malik.robin...@gmail.com 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 hr tags which

Re: [jQuery] Quirks with Tablesorter

2010-02-25 Thread West415
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 West415 wrote: Hi, I am using a jquery plugin called tablesorter. It works fine but I've found a quirk and can't seem to fix

Re: [jQuery] Quirks with Tablesorter

2010-02-25 Thread Nathan Klatt
On Thu, Feb 25, 2010 at 5:28 PM, West415 malik.robin...@gmail.com 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 hr tag, but the problem is, it tries to sort every row as if there is data there.  I'd like it to

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 n8kl...@gmail.com wrote: On Thu, Feb 25, 2010 at 5:28 PM, West415 malik.robin...@gmail.com wrote: I don't need the headers to repeat

[jQuery] Adsense

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

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

[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] 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 the.email.tr...@gmail.com wrote: What are roundies? - Original Message - From: Erik eriks...@mac.com To: jQuery (English) jquery-en@googlegroups.com Sent: Tuesday, February 23, 2010 10:50 AM

[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... BASIC CODE (HTML): div

[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

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:

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

[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

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(){}); block

[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

[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 head: meta content=IE=7 http-equiv=X-UA-Compatible

[jQuery] Problem with load event

2010-02-23 Thread Hubbitus
- $(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?

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 sta...@staceymay.com 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: div

[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

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

2010-02-23 Thread Cesar Sanz
What are roundies? - Original Message - From: Erik eriks...@mac.com To: jQuery (English) jquery-en@googlegroups.com 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

Re: re[jQuery] fresh tabs

2010-02-22 Thread whynotter
any suggest about that? After that I need to insert a lot of tabs, each with a scroll and some video load dynamically, so the jQuery script have to be just a one. Thanks a lot Nathan Klatt-2 wrote: Perhaps you could point us to your page? Or set up an example at jsbin.com or something

Re: re[jQuery] fresh tabs

2010-02-22 Thread stworthy
Using http://jquery-easyui.wikidot.com jquery-easyui tabs plugin, the tabs panel will refresh automatically. Example: div class=easyui-tabs style=width:400px;height:100px; div title=First Tab style=padding:10px; First Tab /div div title=Second Tab closable=true style

Re: re[jQuery] fresh tabs

2010-02-22 Thread whynotter
Thanks for your replay but the problem is still happening :-( I've just tried this plugin and the tabs work well, but the scroll images have the same error. I don't know how to do. Thanks again stworthy wrote: Using http://jquery-easyui.wikidot.com jquery-easyui tabs plugin, the tabs

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

2010-02-22 Thread tooone777
Hi everyone! I started using jQuery yesterday so im a noob. I have a navigation bar, and i want it to display a background image on the active menu item. (Like the top most menu on this website, it has a little blue underline) So i got this function: Copy code 1. function displayBgImg

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

2010-02-22 Thread Jonathan Vanherpe (T T nv)
tooone777 wrote: $(ul#nav_prim a)[i]... you need to use $(ul#nav_prim a).eq(i)... or $(ul#nav_prim a:eq(+i+))... Jonathan -- Jonathan Vanherpe - Tallieu Tallieu nv - jonat...@tnt.be

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

2010-02-22 Thread tooone777
:) -- View this message in context: http://old.nabble.com/tooone7-Can%27t-understand-this...-Want-to-make-a-image-appear-on-active-link-tp27686495s27240p27686800.html Sent from the jQuery General Discussion mailing list archive at Nabble.com.

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

2010-02-22 Thread Jonathan Vanherpe (T T nv)
$('selector')[index] returns the actual DOM element, while $('selector').eq(i) returns a jquery object (you can see a jquery object as some sort of a shell around the actual DOM node that the jquery functions work on). You can only use the jquery .css() function on jquery objects

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

Re: re[jQuery] fresh tabs

2010-02-22 Thread Nathan Klatt
On Mon, Feb 22, 2010 at 2:20 AM, whynotter deboramont...@hotmail.com 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

[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=9ibp05s=6 Notice how we

Re: re[jQuery] fresh tabs

2010-02-22 Thread whynotter
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] Re: Sortable list - even when list is changed

2010-02-22 Thread rafald
On 22 Lut, 03:43, Nathan Klatt n8kl...@gmail.com 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

  1   2   3   4   5   6   7   8   9   10   >