[jQuery] Similar Plugins

2008-07-07 Thread Mahbub
I think JQUERY site should have a reporting system where users can post similar plugins. Like for accordion there are more than one plugin but users dont know that there might be a better one than the one s/he is visiting. So in the plugin page there should be a block or section where it should

[jQuery] Re: $(something).text() doesn't preserve whitespace in IE

2008-07-07 Thread alistairholt
Thanks guys. I'll run the test and post the results ASAP. On Jul 7, 1:17 am, John Resig [EMAIL PROTECTED] wrote: I'm fairly certain that our .text() support has changed a lot since October 2006 (!). It would be interesting to re-examine this issue - if there are any current problems I know

[jQuery] Re: FlexiGrid Problem

2008-07-07 Thread Nimrod
Guys can you help me about the problem below? Thanks On Jul 4, 11:53 am, Nimrod [EMAIL PROTECTED] wrote: Hi All, I using two instances of FlexiGrid in a page and I'm encountering the below error on the pagination stat: Page of [object Object] What do you think causes the error? By the

[jQuery] Forgetted link

2008-07-07 Thread Cica Kiss
Hy Here is the link what you forget http://www.momentcity.hu/site/flash/index.php

[jQuery] Re: Database Request

2008-07-07 Thread DigiCelebs
Hi . Sorry , i don't see that jquery it's most than one script. So i use : Autocomplete Plugin . All field use local file as a base, a static base I want to use a sql base to have a dynamic one I made my own mod , but , it's basic cause it's not really my part . It's replace the search.php

[jQuery] Re: updated variable not pass to remote method

2008-07-07 Thread Marco
Hi, I found this solution: var token = 'somerandomstring'; $(.myform).validate({ submitHandler: function(form) { ris = checkCaptcha(); if( ris == 1 ) { form.submit(); } else { var validator = $(.myform).validate();

[jQuery] Re: Sumbit Twice a form

2008-07-07 Thread Mahbub
There's actually no way of submitting a form twice in two action urls in normal browser's capability. What you can do is that serialize all your variables into string using serialize() and use AJAX to submit into two locations one after another. like this form action= id=pform onsubmit=return

[jQuery] Odd Issue with Effects causing input values not to submit - Help!

2008-07-07 Thread madacc
Here's the HTML: form action=search.php method=get div class=contentArea a href=# id=advancedOptsLinkAdvanced Options/a /div div class=contentArea id=advancedOpts table tr td id=advancedOptsRow1 input

[jQuery] click event bug?

2008-07-07 Thread mattithjah
i load several tables contents via AJAX. after each load, i do bind(click, function(){ ... }). this should bind it to all matching elements of the DOM. but, in all browsers, it does apply only to newly loaded parts, the others seem to be disabled somehow. this is the real code inside function

[jQuery] Links injected with jQuery not active in IE6

2008-07-07 Thread M. Miller
I am using jQuery to insert a series of links into a containing div. Upon insertion, these links are active in Firefox and Safari, but are not active (clickable) in IE6 (what a surprise.) While Internet explorer 6 does visually render the inserted code, it seems that the html elements are not

[jQuery] Re: Sumbit Twice a form

2008-07-07 Thread Alexandre Plennevaux
On Mon, Jul 7, 2008 at 9:02 AM, Mahbub [EMAIL PROTECTED] wrote: There's actually no way of submitting a form twice in two action urls in normal browser's capability. What you can do is that serialize all your variables into string using serialize() and use AJAX to submit into two locations

[jQuery] Re: click event bug?

2008-07-07 Thread Alexandre Plennevaux
On Mon, Jul 7, 2008 at 11:21 AM, mattithjah [EMAIL PROTECTED] wrote: i load several tables contents via AJAX. after each load, i do bind(click, function(){ ... }). this should bind it to all matching elements of the DOM. but, in all browsers, it does apply only to newly loaded parts, the

[jQuery] JSONP cross-domain with POST

2008-07-07 Thread Crimp
I use the CodeIgniter PHP framework and one of it's features is that the GET global is destroyed. I therefore use jQuery 1.2+ with POST for ajax/jsonp. This works in all jQuery versions, including the latest 1.2.6, for the _same_ domain. When it comes to cross-domain calls, something changed

[jQuery] Re: $(something).text() doesn't preserve whitespace in IE

2008-07-07 Thread alistairholt
Results are at http://pastie.org/228916 On 7 Jul, 01:17, John Resig [EMAIL PROTECTED] wrote: I'm fairly certain that our .text() support has changed a lot since October 2006 (!). It would be interesting to re-examine this issue - if there are any current problems I know that we'd really like

[jQuery] Re: $(something).text() doesn't preserve whitespace in IE

2008-07-07 Thread Dan G. Switzer, II
I'm having some issues when calling $(something).text() in IE 6/7. Basically I'm getting the calling text() on a pre element which is whitespace sensitive. In Firefox and Safari it works perfectly returning the text with whitespace intact. Is it possible to make it work in IE or shall I give up?

[jQuery] [New plugin] Colorpicker

2008-07-07 Thread Stefan
http://eyecon.ro/colorpicker/ A simple component to select colors in the same way you select color in Adobe Photoshop Features * Flat mode - as element in page * Powerful controls for color selection * Easy to customize the look by changing some images * Fits into the viewport

[jQuery] Re: Adding data via external function

2008-07-07 Thread mark.forster
i had exactly the same requirement My solution was this: adding an option called service like so: $(.TagField input).autocomplete(null, { max: 20, highlight: false, multiple: true, multipleSeparator: ,, scroll:

[jQuery] autocomplete

2008-07-07 Thread mark.forster
The autocomplete plugin by Jörn is awesome but limited in that i want to get my data for its from a function call instead of a url. let me explain. Allowing data to be pulled from a URL is great but it locks me into the required format. Allowing data from an array is cool but it locks me into

[jQuery] unblockUI and enter

2008-07-07 Thread cambazz
Hello, I am using blockUI to display a simple message with a button. I would like when user presses enter the dialog to go off. interesting thing is in FF, it does work as expected, and in IE it does not, it sometimes does, it sometimes does not, and I could not figure out why. any ideas?

[jQuery] Re: unblockUI and enter

2008-07-07 Thread Mike Alsup
I am using blockUI to display a simple message with a button. I would like when user presses enter the dialog to go off. interesting thing is in FF, it does work as expected, and in IE it does not, it sometimes does, it sometimes does not, and I could not figure out why. Does the button have

[jQuery] Re: [New plugin] Colorpicker

2008-07-07 Thread Karl Swedberg
Wow, that's a beautiful implementation, Stefan! Wonderful combination of function and style. Thanks for sharing it with the community! cheers, --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 7, 2008, at 8:02 AM, Stefan wrote:

[jQuery] Re: using a selector to obtain content from an ajax response

2008-07-07 Thread Vincent Robert
I can't really say from your answer that you actually solved your problem, so here is a way to use the browser parser instead of the jQuery one: $('div/ ').html(responseText).find('response_selector').appendTo('target_selector'); This creates a DIV node without adding it to the document in

[jQuery] Re: slideDown and slideUp are jerky

2008-07-07 Thread JohnieKarr
Thanks Michael, I will give this a try! On Jul 5, 8:49 pm, Michael Geary [EMAIL PROTECTED] wrote: This is caused by margin or padding on the element being animated. Try this experiment: Make sure you have the Web Developer Toolbar extension installed in Firefox. Load the tutorial page and

[jQuery] Re: $(something).text() doesn't preserve whitespace in IE

2008-07-07 Thread alistairholt
html() would be no good for what I'm trying to do. Basically I have pre blocks which contain pre-formatted source code (including a lot of extra html spans and what not for syntax highlighting and line numbering). I then take the text() of the pre's and insert it into a textarea which will now

[jQuery] slideDown hidden portion/bump

2008-07-07 Thread noon
I don't know why it does this. I am experiencing hidden content (the username label) until the animation is complete and the bump occurs. See it for yourself http://nunyez.googlepages.com/slidedowntest Help appreciated

[jQuery] Re: [New plugin] Colorpicker

2008-07-07 Thread Daniele Paoni
On Mon, 2008-07-07 at 05:02 -0700, Stefan wrote: http://eyecon.ro/colorpicker/ A simple component to select colors in the same way you select color in Adobe Photoshop Features * Flat mode - as element in page * Powerful controls for color selection * Easy to customize the

[jQuery] Re: click event bug?

2008-07-07 Thread Richard D. Worth
Another is to bind your click handler to the table. See here for more: http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_Ajax_request.3F - Richard On Mon, Jul 7, 2008 at 7:04 AM, Alexandre Plennevaux [EMAIL PROTECTED] wrote: On Mon, Jul 7, 2008 at 11:21

[jQuery] Re: Similar Plugins

2008-07-07 Thread Ariel Flesler
+1 -- Ariel Flesler http://flesler.blogspot.com On 7 jul, 03:51, Mahbub [EMAIL PROTECTED] wrote: I think JQUERY site should have a reporting system where users can post similar plugins. Like for accordion there are more than one plugin but users dont know that there might be a better one

[jQuery] Re: Similar Plugins

2008-07-07 Thread Andy Matthews
Heck yeah...this is a great idea. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ariel Flesler Sent: Monday, July 07, 2008 8:53 AM To: jQuery (English) Subject: [jQuery] Re: Similar Plugins +1 -- Ariel Flesler http://flesler.blogspot.com

[jQuery] How to replace a div content?

2008-07-07 Thread SimDigital
How could i replace a html content inside the div? I have 1 div (div id=elemini text/div) and everytime i click a button, i want to replace the html content inside the #ELEM to new one. I try to use: jQuery(#button).click(function() { jQuery(#elem).html('bmy text/b'); }); but

[jQuery] Re: Similar Plugins

2008-07-07 Thread Joel Birch
Definitely +1.

[jQuery] Superfish 1.4.4 released - has auto-submenu arrows

2008-07-07 Thread Joel Birch
Third release in 7 days, and like the subject says: auto generation of submenu arrows via an added span, customisable CSS, and nicely degradable indexed alpha-transparent png that should work for all colour schemes and menu types. Can be easily disabled via options object.

[jQuery] Superfish / Firefox 3 PC / Flash issue

2008-07-07 Thread Chad
Hello, I have run into an issue with Superfish drop-down menus hiding behind a Flash file only on Firefox 3 on the PC. I have added param name=wmode value=opaque (I have also tried transparent instead of opaque) to the Flash movie to ensure I can properly have the Superfish menus appear on top

[jQuery] ThickBox - Full Size

2008-07-07 Thread Fishy
Hi, Is it possible to have ThickBox have a Full Sizelink that would show either another image file or the original image file in a seperate page. Similar to the way you normally would click on a thumbnail and see the full size image? Thanks, Dave

[jQuery] Re: jQuery issues in Firefox 3

2008-07-07 Thread David Webster
On Sun, Jul 6, 2008 at 5:33 PM, Karl Swedberg [EMAIL PROTECTED] wrote: Putting the link (or style) tags before script tags in the head can ameliorate the problem. Others have tested this and have found that they have access to those style properties. Correct - it certainly fixed the original

[jQuery] Problem with Cycle plugin using random and previous

2008-07-07 Thread JonDetroit
[2nd post attempt] I've come across a problem with Mike Alsup's very good Cycle plug-in. This occurs when using both the random feature and a previous link. Previous will go to the previous item as it is ordered in the HTML, regardless of what appeared previously to the user in the random order.

[jQuery] Re: How to replace a div content?

2008-07-07 Thread Hannibal
When you figure this out, let me know. I'm looking into this as well and will post anything I find that might work. On Jul 7, 8:04 am, SimDigital [EMAIL PROTECTED] wrote: How could i replace a html content inside the div? I have 1 div (div id=elemini text/div) and everytime i click a

[jQuery] Re: Superfish 1.4.4 released - has auto-submenu arrows

2008-07-07 Thread C.Everson
On Tue, 8 Jul 2008 00:52:19 +1000, Joel Birch wrote: Third release in 7 days, and like the subject says: auto generation of submenu arrows via an added span, customisable CSS, and nicely degradable indexed alpha-transparent png that should work for all colour schemes and menu types. Can be

[jQuery] Re: NEW: XML to JSON Plugin

2008-07-07 Thread Alexsandro_xpt
Hi Diego, I mean ( 1 ) I Know, but would be something like that xmlpersonnameDiego/ name/person/xml already great. :) Nice plugin.!! On 5 jul, 00:06, Diego [EMAIL PROTECTED] wrote: Hi Alexsandro, Do you mean (1)convert the generate JSON back to XML? OR... (2)define a javascript

[jQuery] Re: How to replace a div content?

2008-07-07 Thread noon
Cut and pasted your example. Works fine for me. Do you not have an onready opening function, eg $(function() {}? On Jul 7, 10:04 am, SimDigital [EMAIL PROTECTED] wrote: How could i replace a html content inside the div? I have 1 div (div id=elemini text/div) and everytime i click a button, i

[jQuery] Re: [New plugin] Colorpicker

2008-07-07 Thread Dean Landolt
The picked is really nice, but I'm unable to use the arrows on firefox 3 / Linux. The arrows work for me in FF3. You have to click and drag on them -- they're not spin buttons, though at first glance that is how they look.

[jQuery] Problem with Cycle plugin using random and previous

2008-07-07 Thread Jon Whitener
I've come across a problem with Mike Alsup's very good Cycle plug-in. This occurs when using both the random feature and a previous link. Previous will go to the previous item as it is ordered in the HTML, regardless of what appeared previously to the user in the random order. For example,

[jQuery] Problem with Cycle plugin using random and previous

2008-07-07 Thread Jon Whitener
I've come across a problem with Mike Alsup's very good Cycle plug-in. This occurs when using both the random feature and a previous link. Previous will go to the previous item as it is ordered in the HTML, regardless of what appeared previously to the user in the random order. For example, if I

[jQuery] Problem with Cycle plug-in using random and previous

2008-07-07 Thread JonDetroit
I've come across a problem with Mike Alsup's very good Cycle plug-in. This occurs when using both the random feature and a previous link. Previous will go to the previous item as it is ordered in the HTML, regardless of what appeared previously to the user in the random order. For example, if I

[jQuery] simpleTree with POST instead GET

2008-07-07 Thread Web Specialist
Hi guys. Do you know how to use POST instead GET method for simpleTree( http://news.kg/wp-content/uploads/tree/dd/)? Cheers Marco Antonio

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-07 Thread Shelane Enos
I have set up a test page that shows this problem. It works in FF but not IE. http://education.llnl.gov/uploads/testup.lasso Mike, can you look into this. If you already have, do you have an estimate as to when this will be fixed? Thanks. On 7/3/08 2:05 PM, Shelane [EMAIL PROTECTED] wrote:

[jQuery] .hide() Doesn't Work Fast Enough?

2008-07-07 Thread Vik
I'm using jQuery to fade in my site logo on my home page header, to give the home page some animation. It works great. So that the page will degrade gracefully if the user doesn't have Javascript, the HTML has the complete logo already visible. That's what users without Javascript see. If the

[jQuery] Re: Problem with Cycle plug-in using random and previous

2008-07-07 Thread Jon Whitener
Yikes! Sorry about the reposts -- I didn't realize the group was moderated for new users. - Previous Message - From: JonDetroit Date: 7/7/08 9:36 AM I've come across a problem with Mike Alsup's very good Cycle plug-in. This occurs when using both the random feature and a previous

[jQuery] Mouse moves on one element triggering a drag on another

2008-07-07 Thread JohnC
I have a series of elements the top of which partly or wholly covers the rest (initially positioned/layered using CSS). I want to drag one of the lower elements but (I guess obviously) only the top element gets the mousedown/mousemove events. Is there a way of passing those events through to

[jQuery] Re: Links injected with jQuery not active in IE6

2008-07-07 Thread Joe
Can you post a link? On Jul 6, 11:13 pm, M. Miller [EMAIL PROTECTED] wrote: I am using jQuery to insert a series of links into a containing div. Upon insertion, these links are active in Firefox and Safari, but are not active (clickable) in IE6 (what a surprise.) While Internet explorer 6

[jQuery] Re: Superfish 1.4.4 released - has auto-submenu arrows

2008-07-07 Thread Joel Birch
Thanks for the feedback Chuck, I see that behaviour in Firefox (all platforms), but I'm fine with it - and I think I have to be as I'm 95% sure there is no way around it. It's not nearly as bad as the problem bgIframe fixes for IE6 at least. Joel Birch.

[jQuery] jMaps and other G* functions

2008-07-07 Thread noon
All jMaps functions never seen to return a handler that I can use, but only fire the callback if provided. I used jMaps to add a marker and centered the map. On this newly created marker, how can I get to the other G* methods such as openInfoWindow?

[jQuery] Find out current stylesheet title

2008-07-07 Thread isedeasy
Hi guys, I am new to jquery and I am stuck :P Basically I have a few style sheets which users will be able to choose between (through php), What I want to do is find out which style sheet is being used using jquery. So I need to find the title of the stylesheet that has a rel=stylesheet and if

[jQuery] fckeditor and jquery validation

2008-07-07 Thread oscarml
Hi to everybody, I have a problem validating a textarea generated by fckeditor with PHP. I have placed the fckeditor inside a form, and the problem is that if a put a char in the textarea and then press submit the validation says that is empty, and if I press again, it says is ok and sends the

[jQuery] Re: .hide() Doesn't Work Fast Enough?

2008-07-07 Thread John Resig
In which browser(s) are you having this issue? --John On Mon, Jul 7, 2008 at 12:41 PM, Vik [EMAIL PROTECTED] wrote: I'm using jQuery to fade in my site logo on my home page header, to give the home page some animation. It works great. So that the page will degrade gracefully if the user

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-07 Thread Mike Alsup
I have set up a test page that shows this problem.  It works in FF but not IE. http://education.llnl.gov/uploads/testup.lasso Mike, can you look into this.  If you already have, do you have an estimate as to when this will be fixed? Thanks. I can't give you an estimate because the

[jQuery] Re: Adding data via external function

2008-07-07 Thread Jörn Zaefferer
Yes, this will find its way into the autocomplete plugin. Paul Bakaus actually implemtended something close in the UI 1.6 branch. Its just not ready, yet. Jörn On Mon, Jul 7, 2008 at 1:46 PM, mark.forster [EMAIL PROTECTED] wrote: i had exactly the same requirement My solution was this:

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-07 Thread Shelane Enos
Naming conventions have always been my problem. What types of names do you (anyone) give these necessary parameters? On 7/7/08 10:59 AM, Mike Alsup [EMAIL PROTECTED] wrote: I have set up a test page that shows this problem.  It works in FF but not IE.

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-07 Thread Mike Alsup
Naming conventions have always been my problem.  What types of names do you (anyone) give these necessary parameters? One simple solution is to just add a prefix to your input names.

[jQuery] callback for css loaded in head

2008-07-07 Thread alexanmtz
I wish to execute block of code after loaded css dinamically inserted in the head. I´m making a ajax navigation and everything working fine, but the page is loaded without css and after a period of time (not defined, sometimes very fast, sometimes slow) the css is loaded and applied in document.

[jQuery] Re: .hide() Doesn't Work Fast Enough?

2008-07-07 Thread Vik
It's very impressive to get your thoughts on this, John. jQuery rocks. The browser is FireFox 3.0 for Mac. Your reply got me thinking about what could be specific to the browser I'm using. I disabled all my FireFox add-ons and restarted FireFox. Hide() now correctly hides the div before the

[jQuery] Form Field

2008-07-07 Thread Jim Callender
Hi List, New to the group, so I will start off with hopefully a bug some of you may have seen before ;) = How do I stop the first 2 input fields going behind what is an option form field? http://www.memory-superstore.net/ This is an IE6 bug only, link to screenshot of bug:

[jQuery] Re: fckeditor and jquery validation

2008-07-07 Thread Alexandre Plennevaux
On Mon, Jul 7, 2008 at 7:32 PM, oscarml [EMAIL PROTECTED] wrote: Hi to everybody, I have a problem validating a textarea generated by fckeditor with PHP. I have placed the fckeditor inside a form, and the problem is that if a put a char in the textarea and then press submit the validation

[jQuery] Following jQuery on Twitter

2008-07-07 Thread Shaun Kester
Hi all, I thought I'd compile a list of jQuery-centric people that you can follow on Twitter on my blog. http://tinyurl.com/582scb Thanks to Marc and Richard for their help. I missed some people the first time around, but have updated the list based on their recommendations.

[jQuery] Re: Form Field

2008-07-07 Thread Alexandre Plennevaux
On Mon, Jul 7, 2008 at 8:12 PM, Jim Callender [EMAIL PROTECTED] wrote: Hi List, New to the group, so I will start off with hopefully a bug some of you may have seen before ;) = How do I stop the first 2 input fields going behind what is an option form field?

[jQuery] Looking for Plugin: auto-image-scroller that allows click selection

2008-07-07 Thread GiJeet
Hello, I'm looking for a plugin that is an auto-image-scroller that allows you to click on a selection scrolling by which then you can display that image in a main div on the page or whatever. Here's an example of the functionality I'm talking about: http://demo.vevocart.com/ Images scrolling

[jQuery] Re: Form submit issues

2008-07-07 Thread ChrisR
Thanks alot, can't believe i haven't tried changing that form item ... feels stupig but happy it's resolved :) Chris On 5 jul, 01:40, Mike Alsup [EMAIL PROTECTED] wrote: What is wrong with this code? code$(document).ready(function() {         $(#f_submit).hide();        

[jQuery] $().get() returns elements in reverse order in 1.2.5, 1.2.6

2008-07-07 Thread joelarson
Is this a bug or simply a change in functionality I should be prepared to cope with? This code -- script src=http://jqueryjs.googlecode.com/files/jquery-1.2.5.js;/ script span1/spanspan2/spanspan3/span script language=JavaScript!--// $(function() { var

[jQuery] Re: JQuery 1.2.6 and JQuery Form Plugin in IE7

2008-07-07 Thread fgubert
I have a similar problem. I've changed my server from linux (apache2.2/php5) to a windows server (with apache2.2/php5). SAME CODE works fine on linux server at IE7/FF3, but doesnt works on windows server only at IE7. I have another server (xampp, with windows vista business) that runs ok for

[jQuery] Re: NEW: XML to JSON Plugin

2008-07-07 Thread chris thatcher
Have you looked at xotree.js ? Nice work. On Mon, Jul 7, 2008 at 10:30 AM, Alexsandro_xpt [EMAIL PROTECTED] wrote: Hi Diego, I mean ( 1 ) I Know, but would be something like that xmlpersonnameDiego/ name/person/xml already great. :) Nice plugin.!! On 5 jul, 00:06, Diego [EMAIL

[jQuery] Re: Plugin better than Lighbox or Thickbox

2008-07-07 Thread Alexandre Plennevaux
On Mon, Jul 7, 2008 at 8:48 PM, [EMAIL PROTECTED] wrote: it is much better than LightBox it has a nice Effect when it starts to get large and then shrink ... we don't have such a thing in Lightbox On Jul 7, 12:25 am, Kevin Pepperman [EMAIL PROTECTED] wrote: That majicthumb script

[jQuery] Re: $().get() returns elements in reverse order in 1.2.5, 1.2.6

2008-07-07 Thread joelarson
Sorry about the duplicate post. I posted first got an error, and for some reason could not recover my original contents, so I rewrote it and reposted. Surprise surprise now, they are both posted On Jul 7, 12:04 pm, joelarson [EMAIL PROTECTED] wrote: Is this a bug or simply a change in

[jQuery] XML $.ajax GET IE6 Help!

2008-07-07 Thread switch13
I have this example working great in FF but I can't get it to work in IE6. I've tried the XML with cdata tags and without. Can anyone see my issue? HTML: *** !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd

[jQuery] temporarily hide options from a select box

2008-07-07 Thread Toby J
I am trying to build a set of cascading select boxes, where the selection from one determines which options are available in the next (for example if select box Region has North America selected, then select box Country should only show countries in North America). I've found how to remove those

[jQuery] jqGrid problem

2008-07-07 Thread aballard
I want to create a grid, whose cells show a pop-up window when clicked. I'm using jqGrid, and using jQuery to attach an onClick object to each cell (all the windows are different) after the grid has loaded. My question(s): 1: Is there an event or other way to tell when the grid has loaded? 2:

[jQuery] Re: Following jQuery on Twitter

2008-07-07 Thread Ariel Flesler
Boo! I'm so below in the popularity ranking :) I need to do something fun to bump myself up :P -- Ariel Flesler http://flesler.blogspot.com/ On 7 jul, 16:00, Shaun Kester [EMAIL PROTECTED] wrote: Hi all, I thought I'd compile a list of jQuery-centric people that you can follow on Twitter

[jQuery] Re: How to replace a div content?

2008-07-07 Thread Kevin Pepperman
Try setting the div html to empty first. jQuery(#elem).html().html('bmy text/b'); On Mon, Jul 7, 2008 at 10:04 AM, SimDigital [EMAIL PROTECTED] wrote: How could i replace a html content inside the div? I have 1 div (div id=elemini text/div) and everytime i click a button, i want to replace

[jQuery] Re: NEW: XML to JSON Plugin

2008-07-07 Thread Diego
Hi Alexsandro, Yeah, that could work. Watch this thread. I will post back here when I've done it... Cheers, Diego A. On Jul 7, 3:30 pm, Alexsandro_xpt [EMAIL PROTECTED] wrote: Hi Diego, I mean ( 1 ) I Know, but would be something like that xmlpersonnameDiego/ name/person/xml already

[jQuery] Re: NEW: XML to JSON Plugin

2008-07-07 Thread Diego
Hi Chris, I hadn't seen xotree before, but I found it... http://www.kawa.net/works/js/xml/objtree-e.html ...and looking at the examples, it seems to behave exactly like my plugin but it's more flexible with options and built-in ajax support. It's definitelly a good base for future development

[jQuery] opera 9: known problems with opacity and hexdecimal text colors?

2008-07-07 Thread Luis Abreu
Hello guys. Newbie here, so sorry if this has been mentioned before. I'm trying to apply a fadein effect to a span which has text. Here's the html: a class=menuItem id=location href=template3.htm img src=images/location.jpg alt=Find us / spanLocation/span /a

[jQuery] Re: How to replace a div content?

2008-07-07 Thread donb
Are #button and #elem unique within your html, or have you used either of them more than one time? On Jul 7, 5:47 pm, Kevin Pepperman [EMAIL PROTECTED] wrote: Try setting the div html to empty first. jQuery(#elem).html().html('bmy text/b'); On Mon, Jul 7, 2008 at 10:04 AM, SimDigital

[jQuery] Re: unblockUI and enter

2008-07-07 Thread cambazz
it will not work, even if the button has focus. On Jul 7, 3:14 pm, Mike Alsup [EMAIL PROTECTED] wrote: I am using blockUI to display a simple message with a button. I would like when user presses enter the dialog to go off. interesting thing is in FF, it does work as expected, and in IE it

[jQuery] Re: jMaps and other G* functions

2008-07-07 Thread Colin Guthrie
noon wrote: All jMaps functions never seen to return a handler that I can use, but only fire the callback if provided. I used jMaps to add a marker and centered the map. On this newly created marker, how can I get to the other G* methods such as openInfoWindow? When adding a marker you can

[jQuery] Re: unblockUI and enter

2008-07-07 Thread Mike Alsup
What exactly is not working? The button is not getting a click event, or the unblockUI call is not working? More details please (and a link if possible). On Jul 7, 6:45 pm, cambazz [EMAIL PROTECTED] wrote: it will not work, even if the button has focus. On Jul 7, 3:14 pm, Mike Alsup [EMAIL

[jQuery] Re: temporarily hide options from a select box

2008-07-07 Thread Karl Rudd
It's a known problem with IE. Keeping a cloned copy of the select or keeping a list of the removed options (with where they were originally) is about the only way to do it. Karl Rudd On Tue, Jul 8, 2008 at 7:01 AM, Toby J [EMAIL PROTECTED] wrote: I am trying to build a set of cascading select

[jQuery] Re: NEW: XML to JSON Plugin

2008-07-07 Thread chris thatcher
yeah it would be great to see it ported to a jQuery plugin in combination with your work and then you could actually use jQuery ajax and it would be cleaner. I've used it a lot and for me the big thing is the ability to easy set what elements are treated as array's even if only one is present

[jQuery] Re: $(...).get() order reversed between 1.2.4 and 1.2.5

2008-07-07 Thread Michael Geary
The array returned by .get() does have its elements in the correct order. The bug is actually in your code: for(ai in arr) { txt.push(arr[ai].innerHTML); } You can't use a for...in loop on an array and expect to get consistent results. The order of enumeration is implementation

[jQuery] Re: unblockUI and enter

2008-07-07 Thread cambazz
unblockUI works. it wont work on enter, you have to click the button by mouse. it will however trigger when enter is pressed if using FF. sorry, I dont have a web server available thats why no link. Best regards, On Jul 8, 2:08 am, Mike Alsup [EMAIL PROTECTED] wrote: What exactly is not

[jQuery] Re: strange problem

2008-07-07 Thread jack
sorry, i figured out the problem. because I have another element before this one with the same id and have no any children. Jack On Jul 4, 4:15 pm, jack [EMAIL PROTECTED] wrote: Hi, all why $('#browsing_btns').children() just select nothing? -

[jQuery] returning a string of html in a matched tag

2008-07-07 Thread [EMAIL PROTECTED]
Hello, I have some xml that looks like this: result summary voters a href=user1user1/a, a href=user2user2/a /voters /summary /result I would like to have a selector that just returned the string: a href=user1user1/a, a href=user2user2/a but can't seem to get it.

[jQuery] Custom sort on table cell attribute value in tablesorter plugin rather than innerHTML value: help please!

2008-07-07 Thread tatlar
Hi there jQuery folks, I am using the tablesorter plugin, which I really like. However, in several of my table cells I have oddly formatted time values that look like the following: 1d 12h 34m 25s Which maps to: 1 day, 12 hours, 34 mins and 25 seconds I cannot change how these values are

[jQuery] cycle plugin: last click launches URL?

2008-07-07 Thread [EMAIL PROTECTED]
Hi there, I have just made a very simple slideshow with the fantastic Cycle plugin. I have 5 images, and each time you click an image, it fades out and advances to the next one. What I want to happen is that when you click on the last one, it launches a URL. I can get the slideshow to stop when

[jQuery] Re: cycle plugin: last click launches URL?

2008-07-07 Thread Mike Alsup
Hi there, I have just made a very simple slideshow with the fantastic Cycle plugin. I have 5 images, and each time you click an image, it fades out and advances to the next one. What I want to happen is that when you click on the last one, it launches a URL. I can get the slideshow to stop

[jQuery] Re: returning a string of html in a matched tag

2008-07-07 Thread Michael Geary
I've used the equivalent of $(summary voters a).html() for this, but I wonder if it's really correct and works in all browsers or not? It uses innerHTML. -Mike From: [EMAIL PROTECTED] I have some xml that looks like this: result summary voters a href=user1user1/a, a

[jQuery] jQuery events don't work after AJAX load

2008-07-07 Thread [EMAIL PROTECTED]
Hi folks, I have a page with a photo on it. I load the comments for this photo via an ajax request: var item_id_val = $(#item_id).val(); $.post(/show_comments, item_id: item_id_val }, function(data) { /* Update the comment_section div. */ $(#comment_section).html(data); }); That

[jQuery] Re: jQuery events don't work after AJAX load

2008-07-07 Thread Hamish Campbell
Possibly one of the most frequently asked questions: http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_Ajax_request.3F On Jul 8, 1:54 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi folks, I have a page with a photo on it.  I load the comments for

[jQuery] Re: Links injected with jQuery not active in IE6

2008-07-07 Thread Michael Geary
I think a lot of pages do this successfully. Can you post a link to a simple test page? It's kind of hard to guess what might be wrong otherwise. -Mike I am using jQuery to insert a series of links into a containing div. Upon insertion, these links are active in Firefox and Safari, but are

[jQuery] Re: cycle plugin: last click launches URL?

2008-07-07 Thread [EMAIL PROTECTED]
On Jul 8, 1:39 pm, Mike Alsup [EMAIL PROTECTED] wrote: Hi there, I have just made a very simple slideshow with the fantastic Cycle plugin. I have 5 images, and each time you click an image, it fades out and advances to the next one. What I want to happen is that when you click on the

[jQuery] Re: cycle plugin: last click launches URL?

2008-07-07 Thread [EMAIL PROTECTED]
On Jul 8, 1:39 pm, Mike Alsup [EMAIL PROTECTED] wrote: Hi there, I have just made a very simple slideshow with the fantastic Cycle plugin. I have 5 images, and each time you click an image, it fades out and advances to the next one. What I want to happen is that when you click on the

[jQuery] Re: jQuery events don't work after AJAX load

2008-07-07 Thread Chris Bailey
Are you using the Livequery plugin to bind your events? If not, then the event binding, that presumably is setup in some other source file (other than the HTML that's coming in via your load), won't even run against the new code from the AJAX load. Using Livequery will let you keep the code

  1   2   >