[jQuery] Re: ANNOUCE: jQuery lightBox plugin

2007-10-14 Thread goldlilys
Thanks for this plugin, I've been using the thickbox and really wanted something more fancy. This is what I've been looking for. Now updating my site to lightbox all the way. On Oct 13, 3:55 pm, Leandro Vieira Pinho [EMAIL PROTECTED] wrote: ahahah, I have forgotten tha corret URL, sorry.

[jQuery] Re: $.ajax({datatype:html... does not seem to evaluate scripts?

2007-10-14 Thread Vikas patial
Hello Im facing the same problem , does anyone have a solution to this problem. Regards Vikas On Oct 4, 5:15 pm, joelarson [EMAIL PROTECTED] wrote: Nevermind everyone, I sorted it out. On Oct 3, 10:18 am, joelarson [EMAIL PROTECTED] wrote: The documentation notes that when using the

[jQuery] Re: Extremely poor performance of jQuery on AJAX partial page updates

2007-10-14 Thread Wizzud
With no indication of what either the 'parent' HTML structure or the JSON structure is like, is it possible to switch from ... var $component = $(state.html); $component.appendTo(parent); ...to... $(parent).html(state.html); (You wouldn't need to empty parent first - html() does that

[jQuery] Re: Access parent page from ajax generated html

2007-10-14 Thread Wizzud
Apart from the fact that it's a manual action, what doesn't work with the example code? On Oct 13, 3:23 pm, Mark [EMAIL PROTECTED] wrote: It seems this post was deleted... Why? If I have a main page and a section of it generated by Ajax, how do I access an element in the main page from the

[jQuery] Re: How to bind data to the ajax callback function?

2007-10-14 Thread Wizzud
var url='http://foo.bar/?param='; for(var i=0; i2; i++){ submitAjax(i); } function submitAjax(i){ $.get(url+i, function(html){ doit(html, i); }); } function doit(html, tag){ alert(tag); } On Oct 13, 11:04 am, arphenlin [EMAIL PROTECTED] wrote: Below is an example to use

[jQuery] Re: Access parent page from ajax generated html

2007-10-14 Thread Mark
The example code there doesn't do everything it needs to test this out. I the part between the !-- BEGIN -- and !-- END -- needs to be retrieved by ajax I guess I could put that in and see if it worked with that code. I'll let you know the results... thx again Wizzud On Oct 14, 6:12 am,

[jQuery] Re: Jquery and Pseudo classes

2007-10-14 Thread wattaka
I need them for buttons, I have a set of buttons that all have hover colors, when one clicks on one, all the others should be reset On Oct 14, 2:43 am, Glen Lipka [EMAIL PROTECTED] wrote: Why do you need jQuery for that? a:link {} a:hover {} a:active {} all work fine in CSS? Check

[jQuery] Re: Styling and modifying the MultiFile plugin

2007-10-14 Thread wattaka
I really would like to know if this can be done. Thanks On Oct 5, 3:03 pm, wattaka [EMAIL PROTECTED] wrote: HIi I would like to know how one can syle themultifileplugin, I would also like to change the placement or make the file queue invisible. Does anyone have any idea how I could go

[jQuery] Re: Jquery and Pseudo classes

2007-10-14 Thread Wizzud
Reset from what to what? On Oct 14, 1:36 pm, wattaka [EMAIL PROTECTED] wrote: I need them for buttons, I have a set of buttons that all have hover colors, when one clicks on one, all the others should be reset On Oct 14, 2:43 am, Glen Lipka [EMAIL PROTECTED] wrote: Why do you need jQuery

[jQuery] Re: Jquery and Pseudo classes

2007-10-14 Thread wattaka
from hover to active for the active button and the others to hthe normal status, which would be :link On Oct 14, 3:45 pm, Wizzud [EMAIL PROTECTED] wrote: Reset from what to what? On Oct 14, 1:36 pm, wattaka [EMAIL PROTECTED] wrote: I need them for buttons, I have a set of buttons that all

[jQuery] Jquery Plugin for TinyMCE

2007-10-14 Thread wattaka
Has the TinyMCE plugin been taken down? I have searched all over for it. Thanks

[jQuery] Re: $.ajax({datatype:html... does not seem to evaluate scripts?

2007-10-14 Thread Michael Schwarz [MVP]
$(#myid).html(bbold/bnbsp;script type=\text/javascript\ defer=\defer\alert(1);/script); Maybe this does help you, not tested. Michael On Oct 14, 10:46 am, Vikas patial [EMAIL PROTECTED] wrote: Hello Im facing the same problem , does anyone have a solution to this problem. Regards

[jQuery] Re: Flash and jQuery

2007-10-14 Thread pixelwizzard
Hi Guys, Did you figure this out? I have a problem with links that were converted using sIFR and then I need to use them to do a show/hide using jQuery and it looks like Flash is stealing my click event, so the click event never gets called by jquery. Is there any way to get Flash to

[jQuery] Re: ANNOUCE: jQuery lightBox plugin

2007-10-14 Thread Leandro Vieira Pinho
Thanks guys. I´m pretend to do a brainstorming ASAP to discutiss about image and viewport. Questions about resize an image, fix in viewport and so on. In the next version, I pretend add a keyboard navigation suport. Maybe in november or before. Regards On Oct 14, 5:01 am, goldlilys [EMAIL

[jQuery] Re: Accessing dynamically created divs

2007-10-14 Thread Kenneth
On 10/11/07, Yasmary Mora [EMAIL PROTECTED] wrote: Hello! Got a question that I havn't been able to answer. This is my last resort. :) So, I have a list of dynamically created divs, with a link next to them to show or hide text inside of it. I know how to do it when its only a single

[jQuery] Re: validation plugin: validation of checkboxes fail

2007-10-14 Thread Jörn Zaefferer
Alexander Graef schrieb: Hi, thanks :) How would I reference the name for the rule and message preferences ? Using test[] would break the javascript, can I use 'test[]' as the key value? Sure, this is legal javascript: rules: { 'test[]': required } -- Jörn

[jQuery] Re: One-liner that accelerates JavaScript on IE

2007-10-14 Thread Jörn Zaefferer
Guy Fraser schrieb: Glen Lipka wrote: http://commadot.com/jquery/experiments/speedtest/# I modified a version of jQuery to include that one line and it threw a JS error. Then I tried using the second way with the var doc = document and renamed document everywhere to be doc. No change at all

[jQuery] Re: Jquery and Pseudo classes

2007-10-14 Thread Wizzud
OK. You can't. Use your own class for active, not the pseudo, and just toggle it on/ off. On Oct 14, 3:53 pm, wattaka [EMAIL PROTECTED] wrote: from hover to active for the active button and the others to hthe normal status, which would be :link On Oct 14, 3:45 pm, Wizzud [EMAIL PROTECTED]

[jQuery] Re: Jquery Plugin for TinyMCE

2007-10-14 Thread Sam Sherlock
Try http://dev.jquery.com/wiki/Plugins/tinyMCE perhaps its not compatible with latest jquery version On 14/10/2007, wattaka [EMAIL PROTECTED] wrote: Has the TinyMCE plugin been taken down? I have searched all over for it. Thanks

[jQuery] Simplifying this X/Y box display adjustment

2007-10-14 Thread Pops
I wrote a tip plugin for our needs and spent much of the design time getting the cross-browser correct placement of the tip box within a BODY container (viewport) or a user-defined viewport (a specific DIV id passed to the plugin settings). I think I finally got it all worked out. The

[jQuery] hasLayout question

2007-10-14 Thread pd
Hello This is a CSS question more than a jQuery one. I hope people don't mind. Using the IE Developer Toolbar version 1.00.2188.0 when I try to check the value of the hasLayout property of an element, I invariably get -1. What does this value mean? Generally speaking I thought a value of -1 in

[jQuery] Re: hasLayout question

2007-10-14 Thread Karl Rudd
For boolean values -1 is true, since it's not 0. Technical side note: If you look at the binary value of -1 in a twos-complement computer (which is most if not all computers today), it's all 1s, which is the opposite of all 0s. More stuff here: http://en.wikipedia.org/wiki/Twos-complement Karl

[jQuery] [NEWS] Coda-Slider Plugin

2007-10-14 Thread Rey Bango
Found a jQuery version of the Coda Slider: http://www.ndoherty.com/demos/coda-slider/ I got it from the following blog: http://www.toolsoup.com/slider-or-glider-using-javascript/ Rey...

[jQuery] Re: How to use history remote with search results

2007-10-14 Thread ogurec
Thanks Klaus, that was helpful

[jQuery] Re: Flash and jQuery

2007-10-14 Thread Brian Cherne
A word of caution about using getUrl in flash. If there is any way getUrl can be called before your page has finished loading, it may prevent your page from loading fully in IE. This happened on a large web site I worked on a year ago. We never saw the problem in development because we were