[jQuery] Re: How to find a table cells value?

2007-12-19 Thread RobG
On Dec 20, 9:41 am, Monica <[EMAIL PROTECTED]> wrote: > yes, this is working for me: > > var tb = $("#searchDataTable"); > tb[0].rows[rowid].cells[colid].innerText. Yikes! > Let me know if this can be improved furthur... The innerText property is a proprietary IE feature that has been copied

[jQuery] tr not applying CSS

2007-12-19 Thread JQueryProgrammer
I have a table that displays n rows based on the records from the database. For a particular row that gets displayed n times, I have assigned a name to the row. The row already has some CSS applied to it. But I want that whenever I take the mouse over the row, the new CC should get applied and the

[jQuery] Re: How to find a table cells value?

2007-12-19 Thread Monica
yes, this is working for me: var tb = $("#searchDataTable"); tb[0].rows[rowid].cells[colid].innerText. Let me know if this can be improved furthur... Thanks!

[jQuery] Re: Stupid little game :)

2007-12-19 Thread Guy Fraser
Stefan Petre wrote: > > Hi, > > I did a small game (it was a test for a client), about 6kb of code. > http://www.eyecon.ro/slotmachine/ > Stefan musthave nudge!

[jQuery] Re: Best technique? .load() and div height...

2007-12-19 Thread McLars
I think the delay is more than a new member thing. The list is nearly unusable lately. I have seen more double posts (people probably don't see their questions and resubmit them) and many threads are confusing because the posts are delayed so long (people are answering questions that have already

[jQuery] Displaying HTML via checkbox

2007-12-19 Thread choffman
I'm probably missing something very simple here... I have a checkbox with the ID of (#pkg). When checked it displays an HTML text field (see if statement). When unchecked, it goes away (look at the else statement) using CSS (display: none). The problem I'm running into, if I re-check the checkb

[jQuery] Re: Stupid little game :)

2007-12-19 Thread Micky Hulse
Wow, nice job! Inspiring. :) On Dec 19, 12:41 pm, Stefan Petre <[EMAIL PROTECTED]> wrote: > Hi, > > I did a small game (it was a test for a client), about 6kb of > code.http://www.eyecon.ro/slotmachine/ > > Stefan

[jQuery] iPhone and slide animations

2007-12-19 Thread kpmartin
Is anyone using jQuery on iPhone? I tried altering the iui iphonenav.js script to use jQuery and, though it works, it seems very very slow when performing the right to left (or vice versa) slide transitions. I'm just doing something like this... fromPanelElem.animate({ left: "0px" }, 500 ); toPan

[jQuery] Re: Release: Validation plugin 1.1.2

2007-12-19 Thread shapper
Hello, I see. I will try the method. I am trying to integrate your Validation Plugin with ASP.NET and AJAX. Is there something like this already done? Thanks, Miguel On Dec 19, 9:05 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > shapper schrieb:> Hello, > > > isn't it possible to use a Regex

[jQuery] Re: Stupid little game :)

2007-12-19 Thread Byron
I won $50! xD

[jQuery] Re: Best technique? .load() and div height...

2007-12-19 Thread Micky Hulse
Hey Glen, thanks for the reply, I really appreciate the advice and feedback. :) I will tinker with my script and post-back my findings... I may end-up using a fixed height, but there may be a situation where the loaded content grows bigger than the set height... so I would like to impliment some

[jQuery] Re: Stupid little game :)

2007-12-19 Thread Penner, Matthew
Heh, great job! :) Matt Penner Database Engineer II GIS Support [EMAIL PROTECTED] (951) 940-6108 x10709 -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Petre Sent: Wednesday, December 19, 2007 12:41 PM To: jquery-en@googlegroups.com Subj

[jQuery] Re: My First jQuery Plugin..... jQuery.Sheet, a spreadsheet for jQuery

2007-12-19 Thread Robert-CFL
Here is a link to a running version of the plugin: http://www.weebly.com/uploads/3/1/3/8/313814/jquery.sheet.html On Dec 19, 3:02 pm, Robert-CFL <[EMAIL PROTECTED]> wrote: > Actually, I thank you for the criticism. The reason that I went ahead > and posted it was because it is (in reality) past

[jQuery] Re: Help Test jQuery 1.2.2

2007-12-19 Thread John Resig
We'll see - we're finishing up some last minute bugs. We have a big change about to land, so we might do a quick beta 2 sanity check before going live. --John On Dec 19, 2007 6:31 PM, cfdvlpr <[EMAIL PROTECTED]> wrote: > > Is the full release expected today or tomorrow? >

[jQuery] Re: fadeTo refiering/flickering when hovering div's element

2007-12-19 Thread abba bryant
I read this thread and then closed the tab and instantly realized that I needed to say something. I have been a long time reader - not so often contributor to the list here and I consistently and often read responses like this thread from various other contributors. Thank you guys so much for jq

[jQuery] Re: Stupid little game :)

2007-12-19 Thread Flesler
Great game. It doesn't completely work in IE, right ? I don't see the wheels. Works perfect in FF. Ariel Flesler On Dec 19, 5:41 pm, Stefan Petre <[EMAIL PROTECTED]> wrote: > Hi, > > I did a small game (it was a test for a client), about 6kb of > code.http://www.eyecon.ro/slotmachine/ > > Stefa

[jQuery] Re: Create unique class for links inside the tabs?

2007-12-19 Thread Jake McGraw
perhaps you could apply a class to any inserted anchors, something like: JavaScript: $("li.tab").append('A Link'); CSS: a.reset { background:#FFF !important; // So on and so forth } - jake On Dec 19, 2007 2:40 PM, Reuben <[EMAIL PROTECTED]> wrote: > > Hi Bernd: > > Thanks for your great wo

[jQuery] Re: fadeTo refiering/flickering when hovering div's element

2007-12-19 Thread Karl Swedberg
On Dec 19, 2007, at 3:38 PM, don Jao wrote: Thank you very much for your reply. I don't know how can I say how much I appreciate you're answer! Hi Don, It's not a problem at all. I'm glad it's working now for you! Thank you once again. I feel sorry for time you spend on that, but it now

[jQuery] Re: Help Test jQuery 1.2.2

2007-12-19 Thread cfdvlpr
Is the full release expected today or tomorrow?

[jQuery] Re: Looping ajax requests

2007-12-19 Thread Sam Sherlock
I'd like to say thanks to Michael too, for your informed perspective and advice - S On 19/12/2007, Ryura <[EMAIL PROTECTED]> wrote: > > > Thanks for all the responses everyone! I found an alternate solution > (probably proprietary to the situation I was in) but I'll look to use > Michael's metho

[jQuery] Re: Can't set CSS left for IE6

2007-12-19 Thread cfdvlpr
Oh, I should mention that ## is there instead of # because the jQuery is inside a cfoutput tag. On Dec 19, 2:17 pm, cfdvlpr <[EMAIL PROTECTED]> wrote: > if( $.browser.msie && (jQuery.browser.version < 7.) ) { > $('div##rightShoppingCartButton').css("left","582px"); > > } > > Can anyone s

[jQuery] Can't set CSS left for IE6

2007-12-19 Thread cfdvlpr
if( $.browser.msie && (jQuery.browser.version < 7.) ) { $('div##rightShoppingCartButton').css("left","582px"); } Can anyone see why this doesn't seem to be recognized at all by IE6?

[jQuery] Re: Binding "this" inside anonymous functions

2007-12-19 Thread Byron
Just to clarify apply is a native javascript function implemented in 1.3 the second parameter isnt actually needed (its for defining arguments) anyway i decided to jquerify it and ended with this: (function ($) { $.extend($.fn, { apply :function (fn, args) { return this.each(function

[jQuery] Re: fadeTo refiering/flickering when hovering div's element

2007-12-19 Thread don Jao
Hi Karl, Thank you very much for your reply. I don't know how can I say how much I appreciate you're answer! I rewrote the code from a scratch and it worked, using .hover(). Weird thing that 1st time I was trying to make it, i used exactly .hover(). When it didn't work, i switchet to .mouseover

[jQuery] Re: My First jQuery Plugin..... jQuery.Sheet, a spreadsheet for jQuery

2007-12-19 Thread Robert-CFL
Actually, I thank you for the criticism. The reason that I went ahead and posted it was because it is (in reality) past a beta state in that it works and at TrimPath it's in version 1.0.14. It's in beta in my eyes because I'm porting it over from standard JavaScript and the additional jQuery fun

[jQuery] Re: Looping ajax requests

2007-12-19 Thread Ryura
Thanks for all the responses everyone! I found an alternate solution (probably proprietary to the situation I was in) but I'll look to use Michael's method in the future.

[jQuery] Re: Multiple jCarousel 's on one page

2007-12-19 Thread Josh V
help. On Nov 30, 4:55 pm, Josh V <[EMAIL PROTECTED]> wrote: > anybody? > > On Nov 29, 5:03 pm, Josh V <[EMAIL PROTECTED]> wrote: > > > hi. i have a site where i need two different carousels on the same > > page. each carousel has a different purpose with different items and > > different controls

[jQuery] Create unique class for links inside the tabs?

2007-12-19 Thread Reuben
Hi Bernd: Thanks for your great work. I'm new to CSS and jQuery, so forgive me if there is an obvious answer to this. I'm trying to replace the inside contents of a tab section with individual links. However, as soon as I throw the tags on something, the link inherits the class of the tab sectio

[jQuery] Re: Tablesorter dateFormat

2007-12-19 Thread Jay Fallon
Hi Christian, thanks for the follow up, I implemented the script as you described and it's still not sorting correctly: http://jayfallon.net/tablesorter/tablesorter.html On Dec 19, 1:21 pm, "Christian Bach" <[EMAIL PROTECTED]> wrote: > Hi Jay, > > This will solve your problem: > > // add parser

[jQuery] Re: Interface

2007-12-19 Thread brassica
Thank you Richard I wasnt aware that it was no longer supported Makes sense if it isnt :) Looking into UI now

[jQuery] Re: Stupid little game :)

2007-12-19 Thread Benjamin Sterling
lol That is a really nice piece of work, I see myself wasting at least the next hour on it. On 12/19/07, Stefan Petre <[EMAIL PROTECTED]> wrote: > > Benjamin Sterling wrote: > > I think that game is rigged, I lost all my money. :) > > On 12/19/07, Erik Beeson <[EMAIL PROTECTED]> wrote: > > > > F

[jQuery] Re: How to find a table cells value?

2007-12-19 Thread RobG
On Dec 20, 2:25 am, David McFarland <[EMAIL PROTECTED]> wrote: > > Don't forget that every row has rowIndex and sectionRowIndex > > properties and every cell a cellIndex property. These are very much > > faster than CSS-style selectors, e.g.: > > >$($('#tableID').rows[x].cells[y]).text();

[jQuery] Re: Stupid little game :)

2007-12-19 Thread Stefan Petre
Benjamin Sterling wrote: I think that game is rigged, I lost all my money. :) On 12/19/07, Erik Beeson <[EMAIL PROTECTED]> wrote: Fun, thanks for sharing :) --Erik On 12/19/07, Stefan Petre <[EMAIL PROTECTED] > wrote: Hi, I did a small gam

[jQuery] Re: Stupid little game :)

2007-12-19 Thread Jörn Zaefferer
Benjamin Sterling schrieb: I think that game is rigged, I lost all my money. :) I stopped at 65 credits! Ha! I only lacks the typical sounds[1], though. Jörn [1] http://dev.jquery.com/view/trunk/plugins/sound/

[jQuery] Re: trouble with jquery lightbox plugin

2007-12-19 Thread Benjamin Sterling
I looks like you just add a title to the A tag. On 12/19/07, bdee1 <[EMAIL PROTECTED]> wrote: > > > > anybody know of a way to add captions with lightbox plugin? > > bdee1 wrote: > > > > i am trying to work with the > > http://leandrovieira.com/projects/jquery/lightbox/ jquery lightbox > plugin >

[jQuery] Re: Stupid little game :)

2007-12-19 Thread Benjamin Sterling
I think that game is rigged, I lost all my money. :) On 12/19/07, Erik Beeson <[EMAIL PROTECTED]> wrote: > > Fun, thanks for sharing :) > > --Erik > > > On 12/19/07, Stefan Petre <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > > I did a small game (it was a test for a client), about 6kb of code.

[jQuery] Re: Need help with birthdate validation

2007-12-19 Thread Jörn Zaefferer
Hi, in addtion to using the masked-input plugin you may want to provide a "preview" of the input. That is, I'll just enter something without knowing what exact format the application expects and can take a look at the preview if my input is right or not. A library that may help with making

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread Benjamin Sterling
You can set up mouseovers in the param I sent you earlier. $(".jqAlbumParser").jqAlbumParser({ pluginExec : function(){ //Assuming you want the MO on the A tag $('a', this) .mouseover(function(){ // mouse over stuff }) .lightBox();// this refers to the list just created } }); On

[jQuery] Re: trouble with jquery lightbox plugin

2007-12-19 Thread bdee1
anybody know of a way to add captions with lightbox plugin? bdee1 wrote: > > i am trying to work with the > http://leandrovieira.com/projects/jquery/lightbox/ jquery lightbox plugin > the overall effect is working well but for some reason is is not showing > any of the images. > > at the to

[jQuery] Re: Release: Validation plugin 1.1.2

2007-12-19 Thread Jörn Zaefferer
shapper schrieb: Hello, isn't it possible to use a Regex expression anymore? I need to validate a few inputs text using a regex expression. There wasn't a regex method ever - by design. I still think its much better to encapsulate any (weird and hard to read in a few seconds) regex in a c

[jQuery] Re: Stupid little game :)

2007-12-19 Thread Erik Beeson
Fun, thanks for sharing :) --Erik On 12/19/07, Stefan Petre <[EMAIL PROTECTED]> wrote: > > > Hi, > > I did a small game (it was a test for a client), about 6kb of code. > http://www.eyecon.ro/slotmachine/ > > Stefan >

[jQuery] Re: Stupid little game :)

2007-12-19 Thread Andy Matthews
Dammit Stefan! I'm not going to get anything done the rest of the day. :) -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Petre Sent: Wednesday, December 19, 2007 2:41 PM To: jquery-en@googlegroups.com Subject: [jQuery] Stupid little gam

[jQuery] Stupid little game :)

2007-12-19 Thread Stefan Petre
Hi, I did a small game (it was a test for a client), about 6kb of code. http://www.eyecon.ro/slotmachine/ Stefan

[jQuery] Re: Stupid little game :)

2007-12-19 Thread Marshall Salinger
That is freaking sweet! You rock Stefan. Stefan Petre wrote: Hi, I did a small game (it was a test for a client), about 6kb of code. http://www.eyecon.ro/slotmachine/ Stefan

[jQuery] Re: Need help with birthdate validation

2007-12-19 Thread Glen Lipka
I actually like the UX of this plugin: http://digitalbush.com/projects/masked-input-plugin It has a date input. It works well to supplement Jorns plugin. Glen On Dec 19, 2007 10:28 AM, sothis <[EMAIL PROTECTED]> wrote: > > > Hello, > > Awhile ago, I clumsily implemented Jorn's fantastic validat

[jQuery] Re: Best technique? .load() and div height...

2007-12-19 Thread Glen Lipka
The delay, I think it's a "new member" thing. Mine show up right away, I think. I think your technique sounds good. The situations that I have done that were "fixed" height. Glen On Dec 18, 2007 9:33 PM, Micky Hulse <[EMAIL PROTECTED]> wrote: > > Hi, > > I've got a few questions here... > > Wh

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread bdee1
ok thats cool - i can fiddle with that. one other questions though how would i go about adding an onmouseover event handler to the images? by the way - if i didnt say so before - this is a really slick little plugin - i just have to work out the styling. bmsterling wrote: > > No I don't

[jQuery] Re: using .load to replace div contents

2007-12-19 Thread Glen Lipka
Put .empty() before the load. That will clear it out. Glen On Dec 18, 2007 6:00 PM, rolfsf <[EMAIL PROTECTED]> wrote: > > I'm doing some simple ajax using .load --- clicking on a table row > loads some html from an external file into a div. > > My question - do I need to remove the contents of

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread Benjamin Sterling
No I don't how to center the image in the LI without doing a bunch of math, but what I normally do in my css is set the width and height of the LI and set the overflow:hidden. I am sure there is some other css hackery that can be done, but I am not an expert. On 12/19/07, bdee1 <[EMAIL PROTECTED]

[jQuery] Re: How to find a table cells value?

2007-12-19 Thread Karl Swedberg
Hi Monica, We use .text() to get and set a table cell's value a number of times in the table manipulation chapter. Here is a code snippet from that chapter that sets a div's content with text() and checks the value of a cell with text(): $.each(keywords, function (index, keyword)

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread Benjamin Sterling
You would do something like: $('a.jqAlbumParser').jqAlbumParser({ tnSize:1 }); On 12/19/07, bdee1 <[EMAIL PROTECTED]> wrote: > > > > where do i find that? i don't see those lines in the js file. > > > bmsterling wrote: > > > > Set the tnSize param to 0, 1, 2 for a different size: > > > > * @par

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread bdee1
oh ok i see what you mean now. seems to work. now of course if i use one of the other sizes, the pic are no longer uniform in width. so is there a way that i could style it so that the li's are always 200px in width with the image centered inside it? i tried adding: $('li', this).css("width",

[jQuery] Re: How to find a table cells value?

2007-12-19 Thread Penner, Matthew
You can grab each cell by its individual row and column. This is what I've used in the past and it worked quite well. var cell = $('tr:eq(' + row + ') td:eq(' + column + ')'); Where row and column are variables defined above. Matt Penner -Original Message- From: jquery-en@googlegroups

[jQuery] Re: How to find a table cells value?

2007-12-19 Thread David McFarland
>> > > Don't forget that every row has rowIndex and sectionRowIndex > properties and every cell a cellIndex property. These are very much > faster than CSS-style selectors, e.g.: > >$($('#tableID').rows[x].cells[y]).text(); Hi Rob, I've never seen that syntax before, and I can't get it to w

[jQuery] tablesorter - hidden TD's

2007-12-19 Thread Jay Fallon
Does anyone know if it's possible to sort a table, using tablesorter, based on the content inside hidden TD's. I'm trying to write a parser that will make date format dd-mon- read as dd/mm/ and I'm running out of viable options. If anyone knows if this can be done, I'd sure appreciate a

[jQuery] Re: Is JQGrid available

2007-12-19 Thread Blarm
Thanks for the replies.

[jQuery] Re: .GetJSON, retrieve a list of key/value from JSON object?

2007-12-19 Thread Mathieu Dumais-Savard
Thanks! That's exactly what I was looking for!!! What data_type really is myJSONobject??? Shouldn't this be included in the "datatype" section of the Jquery documentation under "JSON object" section??? Where can I find complete reference for this object? Thanks! - Mathieu On Dec 19, 11:31 am,

[jQuery] Re: Converting XML to a string with jQuery

2007-12-19 Thread McLars
I don't know about jQuery, I doubt it, but apparently IE does have an XMLSerializer. Of course, the syntax would be different. You can try searching for "jscript xmlserializer" and see if that yields anything useful. But then you'd probably be out of luck with Safari, Opera, etc. You might end up

[jQuery] Re: How to find a table cells value?

2007-12-19 Thread Monica
Thanks for the replies. So tell me, how did you know the answers. I have the "Learning jQuery" book by Chaffer and Swedberg. I poured over the table manipulation chapter with no clarity!!! So the question is : What'e the best/smart way to learn JQuery ins and outs? Go through the jquery.js? Thank

[jQuery] Autocomplete: matching on only part of the displayed text rather than entire row

2007-12-19 Thread Mark
I'm working with the jQuery autocomplete plug-in and am trying to implement a search box similar to the "Multiple Birds" input on the following example site: http://dev.jquery.com/view/trunk/plugins/autocomplete/ I haven't been able to figure out how the matching logic is applied only to the bi

[jQuery] FireEvents Problems

2007-12-19 Thread Walter E. Zegarra Sánchez
Hi everybody, I have a problem with JQuery, im using prototype with JQuery, with two libraries im using Jquery.noConflict(true); and it works very good, but i have problem with the javascript command "fireEvent", when i used i have a message: Null is Null or not and object. When JQuery is off in my

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread bdee1
where do i find that? i don't see those lines in the js file. bmsterling wrote: > > Set the tnSize param to 0, 1, 2 for a different size: > > * @param Integer tnSize > * This param takes in 0, 1,or 2 and will reference one of the > * thumbnail spots for picasa or f

[jQuery] Re: Sliding Panels Attempt

2007-12-19 Thread Glen Lipka
I had a demo that was based on "click". http://www.commadot.com/jquery/faq.php But I modified it using the hoverIntent plugin to be more like you are describing. http://www.commadot.com/jquery/faqHover.php Does this help? Glen On Dec 18, 2007 4:04 PM, kache79 <[EMAIL PROTECTED]> wrote: > > hey

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread Benjamin Sterling
Set the tnSize param to 0, 1, 2 for a different size: * @param Integer tnSize * This param takes in 0, 1,or 2 and will reference one of the * thumbnail spots for picasa or flickr * picasa: 0 == 72x48, 1 == 144x66, 2 == 288x192 * flickr:

[jQuery] Re: rounded corners on images with jquery?

2007-12-19 Thread bdee1
thanks for the post - i will give that a shot - can i apply a border to that though? malsup wrote: > > > Here's an example of how to use the jQuery Corner plugin on an image: > > http://www.malsup.com/jquery/corner/image.html > > Mike > > > On Dec 17, 2007 7:12 PM, bdee1 <[EMAIL PROTECTED]

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread bdee1
any way i can make the thumbnails larger? or is that just the size they come in from flickr? bmsterling wrote: > > Cool; I have not tested it using the lightbox plugin, can you let me know > how it turns out? > > On 12/19/07, bdee1 <[EMAIL PROTECTED]> wrote: >> >> >> >> nevermind my last po

[jQuery] OT: Nashville, TN Flex User Group presents Flex 3 and AIR pre-release tour with Ben Forta

2007-12-19 Thread Andy Matthews
For any of you that might live in, or around Nashville, TN, the Nashville Flex User Group is hosting the upcoming Flex 3 and AIR pre-release tour with Adobe's Ben Forta on January 24th. More details can be found on the UG website: ( http://www.615flex.com/sp

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread bdee1
this worked out pretty well - i had some trouble gettign the images to load correctly in the lightbox plugin but that was something in the lightbox plugin i had to tweak - not yours. i don't have it posted online yet - i am just playing around locally. but in the next few weeks you will see it

[jQuery] Need help with birthdate validation

2007-12-19 Thread sothis
Hello, Awhile ago, I clumsily implemented Jorn's fantastic validation plugin to validate a birthday field. The implementation wasn't hard, but getting the page in general to work how I want is tricky. I'm wondering if anyone has an idea in how I might accomplish these goals: 1. Validate based o

[jQuery] Re: trouble with jquery lightbox plugin

2007-12-19 Thread bdee1
ok i got it working. it seems that the path to the images has to be set relative to the html page. this seems a bit problematic if youwanted to use the plugin on different pages within your site. you would have to have a seperate .js file for each page you want to access it from and in those j

[jQuery] Re: Tablesorter dateFormat

2007-12-19 Thread Christian Bach
Hi Jay, This will solve your problem: // add parser through the tablesorter addParser method $.tablesorter.addParser({ // set a unique id id: 'dates', is: function(s) { // return false so this parser is not auto detected return false; },

[jQuery] Re: Converting XML to a string with jQuery

2007-12-19 Thread Tony
Try this, //IE if (window.ActiveXObject) { var string = xmlData.xml; } // code for Mozilla, Firefox, Opera, etc. else { var string = (new XMLSerializer()).serializeToString(xmlData); } On 19 Дек, 18:02, Stefan <[EMAIL PROTECTED]> wrote: > Hello, > > I have some data in XML representatio

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread Benjamin Sterling
Cool; I have not tested it using the lightbox plugin, can you let me know how it turns out? On 12/19/07, bdee1 <[EMAIL PROTECTED]> wrote: > > > > nevermind my last post about not understanding yoru code - that was just > me > being stupid. i just looked at the lightbox plugin in more detail and >

[jQuery] trouble with jquery lightbox plugin

2007-12-19 Thread bdee1
i am trying to work with the http://leandrovieira.com/projects/jquery/lightbox/ jquery lightbox plugin the overall effect is working well but for some reason is is not showing any of the images. at the top of jquery.lightbox.js file there are some lines that let you configure the path to the

[jQuery] Re: my plugin not working

2007-12-19 Thread Eridius
I have it working, forget the new keyword Eridius wrote: > > I am working on an ajaxified paginator plugin using jquery. here is my > code: > > $.paginator = function(options) > { > this.options = > { > 'url': null, > 'replace_id': null, >

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread bdee1
nevermind my last post about not understanding yoru code - that was just me being stupid. i just looked at the lightbox plugin in more detail and answered my own questions duh. bmsterling wrote: > > I guess a download link would have been useful: > http://benjaminsterling.com/articles/jqAlbu

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread bdee1
ok i got the download link and now i am looking at this code: i am not sure i follow what you are saying here: $(".jqAlbumParser").jqAlbumParser({ pluginExec : function(){ $('a', this).lightBox();// this refers to the list just created } }); so is this saying that f

[jQuery] Re: $(document).ready same es Dean Edwards solution

2007-12-19 Thread Jeffrey Kretz
Ah. I don't believe that's the case, but that's only because of my experience, not because I really know how these things work internally. JK -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Keel Sent: Wednesday, December 19, 2007 12:17 A

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread Benjamin Sterling
I guess a download link would have been useful: http://benjaminsterling.com/articles/jqAlbumParser/common/js/jqAlbumParser.js Thanks for catching that. On 12/19/07, bdee1 <[EMAIL PROTECTED]> wrote: > > > > ok that should work - now one last question... i dont see the download > link > for the plu

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread bdee1
ok that should work - now one last question... i dont see the download link for the plugin anywhere. bmsterling wrote: > > Check out my jqAlbumParser plugin, it will allow you to parse out a flickr > album and then execute any additional plugin: > http://benjaminsterling.com/jquery-jqalbumpars

[jQuery] Re: .GetJSON, retrieve a list of key/value from JSON object?

2007-12-19 Thread Scott Trudeau
for(key in myJSONobject) { var value = myJSONobject[key]; } should get you started ... On Dec 19, 2007 11:00 AM, Mathieu Dumais-Savard <[EMAIL PROTECTED]> wrote: > > Hi, > > I have no problem using jSON so far except that I am looking for a way > to "browse" the items sent from the server to t

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread Benjamin Sterling
By default, the output will look something like ... And you can style it how ever you want. If you want them to click to open to lightbox, you would do something like: $(".jqAlbumParser").jqAlbumParser({ pluginExec : function(){ $('a', this).lightBox();// this refers to the list just

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread bdee1
that looks promising but i don't think i need to hook the results into a plugin - i just want to output the results as links for use with lightbox. so if i don't hook into another plugin, how do i access the results? bdee1 wrote: > > yea i came across that one too but i don't really care for

[jQuery] Converting XML to a string with jQuery

2007-12-19 Thread Stefan
Hello, I have some data in XML representation that I will need to convert to a string. I tried using XMLSerializer - works great in Firefox, but not in IE: var xmlString = (new XMLSerializer()).serializeToString(xmlData); Is there any way to convert XML to its string representation with jQuery

[jQuery] .GetJSON, retrieve a list of key/value from JSON object?

2007-12-19 Thread Mathieu Dumais-Savard
Hi, I have no problem using jSON so far except that I am looking for a way to "browse" the items sent from the server to the client in such fashion: foreach key (keys myJSONobject) { var value = (myJSONobject[keys]) ; } Any hint? Thanks!

[jQuery] Removing elements

2007-12-19 Thread McLars
I have a quick, and stupid, question. When I use the remove() method, elements are removed from the DOM, but they still seem to be hanging around in memory. How do I completely destroy an element? Thanks, Larry

[jQuery] Re: Problem with IE6 - a "click" event doesn't work

2007-12-19 Thread Brandnew
I just used "Run unit tests" on the website where I found the plugin for Ajax form. With Mozilla it's working fine but then with IE6, it show some mistakes (differents each time strangely). Here the link : http://www.malsup.com/jquery/form/test/ But i don't really understand what that means, it

[jQuery] Prev Next Arrow Images are not showing in Mozilla Firefox 2.0

2007-12-19 Thread TAL ORLIK
Hi All, I've also posted a topic on the group page, but i figured it wouldn't hurt to send an email out as well. I managed to get the jcarousel to work in IE with no problems i did however needed to make some adjustments when it came to Mozilla Firefox. The only problem i got left with is that f

[jQuery] my plugin not working

2007-12-19 Thread Eridius
I am working on an ajaxified paginator plugin using jquery. here is my code: $.paginator = function(options) { this.options = { 'url': null, 'replace_id': null, 'total_items': 0, 'items_per_page': 10, 't

[jQuery] Re: fadeTo refiering/flickering when hovering div's element

2007-12-19 Thread Karl Swedberg
Hi don, I just approximated your page's markup and used the .hover() method. It's working fine for me. Would you mind testing here and letting us know if you still see the problem? ... http://test.learningjquery.com/fadeto.html Thanks, --Karl _ Karl Swedberg www.englishru

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread Benjamin Sterling
Check out my jqAlbumParser plugin, it will allow you to parse out a flickr album and then execute any additional plugin: http://benjaminsterling.com/jquery-jqalbumparser-plugin-parses-out-flickr-picasa-clientside/ On 12/19/07, bdee1 <[EMAIL PROTECTED]> wrote: > > > > i want to set up a photo galle

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread bdee1
yea i came across that one too but i don't really care for the style of their lightbox effect. i greatly prefer the type of the one i posted above. really if i were to use the jquery lightbox effect then i guess all i would need is a jquery plugin or script that would allow me to pull a set of

[jQuery] Re: Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread Priest, James (NIH/NIEHS) [C]
> -Original Message- > From: bdee1 [mailto:[EMAIL PROTECTED] > i want to set up a photo gallery for a clients site and would > like to use the > http://leandrovieira.com/projects/jquery/lightbox/ Jquery > LightBox plugin > or somethign similar. that par is easy but i would like to

[jQuery] JCarousel prev and next images problem

2007-12-19 Thread Tal
Hi All, I've mannaged to get it to work perfectly in IE but had to make minor adjustments for Mozilla Fireforx 2.0.0.11. The only problem i still encounter is that for some reason the arrow images for the next and previous do not show. Does anyone have any idea on what can it be and how can sol

[jQuery] Jquery Lightbox or Thickbox and Flickr?

2007-12-19 Thread bdee1
i want to set up a photo gallery for a clients site and would like to use the http://leandrovieira.com/projects/jquery/lightbox/ Jquery LightBox plugin or somethign similar. that par is easy but i would like to be able to use images from flickr. that way the client would be able to update the

[jQuery] Re: Looping ajax requests

2007-12-19 Thread David Decraene
the alerting is because of the asynchronous callback: it only triggers success when it receives response from the server, and by that time i already equals 5 (already looped multiple times), I think. Why you do not get that last page beats me, try for (var i=1;i<6;i+ +) David Decraene http://ont

[jQuery] Problem with IE6 - a "click" event doesn't work

2007-12-19 Thread Brandnew
Hello, I'm having trouble to make IE accept a "click" event while everythink works fine with Mozilla. Here's a sample of my code : $('#add').click(function(){ $('#spinner').show(); $('#dernier_enregistrement').hide(1000); var type='add';

[jQuery] Re: serializeArray problem with IE7

2007-12-19 Thread elias
Hi, found the solution for my problem, surprise, surprise: form html was invalid meaning that closing tag of form was :) FF was able to parse DOM, IE not. Mike, havent tested but I think that $("#editDiv form").serializeArray() works also. Cheers Olli On Dec 18, 5:30 pm, "Mike Alsup" <[EMAIL P

[jQuery] Re: Looping ajax requests

2007-12-19 Thread haur
may be ... http://example.com/?one=5740&two=4/page.html 2007/12/19, Ryura <[EMAIL PROTECTED]>: > > > Got a problem when looping ajax requests. I have probably made a > mistake somewhere but I can't find it. > > dt=5; > for (i=1;i<=dt;i++) { > $.ajax({ > type

[jQuery] Best technique? .load() and div height...

2007-12-19 Thread Micky Hulse
Hi, I've got a few questions here... When I .load() text into a div -- basically swapping one bit of text for another, -- the div will collapse for a second while the textual content loads and switches... ...What would be the best way to retain the div size during .load()? My best guess would

  1   2   >