I supose that I could do.
On 2 mayo, 22:46, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
> oscar esp schrieb:> I am using post with form pluggin.
>
> So how about switching to GET?
>
> --
> Jörn Zaefferer
>
> http://bassistance.de
So, what must fit redirected page to pass javascript security?
Hi guys,
Every time I had to use png image in IE lt 6 I had to look up old emails.
So I decided to put together initial documentation, example and plugin
for everybody to use, including for myself.
So together we could make it even better, your feedback is appreciated.
http://khurshid.com/jqu
Theres a bug in Ext running over jQuery. Since Im certainly not sure if it's
got to do with Ext's jQuery adapter, or jQuery itself, Im posting it both here
and the Ext forums.
The calendar implementation of Ext (See here
http://www.extjs.com/deploy/ext/examples/menu/menus.html, open first menu,
I have a string like that
str = "REF_EMP:'sss',REF2:'A1'"
I need to generate a hash map in order to execute
jQuery('#DB').deserialize(str);
Any idea?
Hello,
I have the same problem. "$form.title is not a function". I use jquery
1.1.2. I try with 1.03 and 1.04 and it works with these old versions.
Really strange as on the mainpage of jquery it's written "Features
include: 100% graceful degradation and fractional ratings. It has been
refactored
Oscar,
Is this what you're looking for:
var str = "REF_EMP:'sss',REF2:'A1'";
eval("var hashmap = {"+str+"}");
alert(hashmap.REF_EMP);
alert(hashmap.REF2);
Apologies if I've misunderstood the question.
Rob
On 5/3/07, oscar esp <[EMAIL PROTECTED]> wrote:
I have a string like that
str
Try the same here:
http://seznamka.sms.cz/index.php?P_id_kategorie=8202&P_soubor=%2Fseznamka%2Fmain.php%3Fimg_num%3D4%26m_xmlform_idg%3Dfotos%26m_ido%3Dpsv%26m_uid%3D13967%26img_oid%3Dview%26d_portal_key%3Dfotogal_13967_89%26d_akce%3Dforum_read%26d_forum_all%3D1
now this is the same domain sezna
ATom schrieb:
Try the same here:
http://seznamka.sms.cz/index.php?P_id_kategorie=8202&P_soubor=%2Fseznamka%2Fmain.php%3Fimg_num%3D4%26m_xmlform_idg%3Dfotos%26m_ido%3Dpsv%26m_uid%3D13967%26img_oid%3Dview%26d_portal_key%3Dfotogal_13967_89%26d_akce%3Dforum_read%26d_forum_all%3D1
now this is the s
A bit off topic (apologies for hijacking the topic), but I've noticed
that the jQuery version of the page actually has a greater download
requirement than YUI (and only slightly less that Prototype).
jQuery: 177 KB
YUI: 164 KB
Prototype+Scriptaculous: 178 KB
This could be reduced a little if the
Sam,
Don't know where you are getting numbers from but
Core JQuery is ONLY 60kb (uncompressed)
Common plugin such as 'form' 31kb (uncompressed)
Even combined size is nowhere 100kb, size drops once you compress js
--Kush
Hi
can jquery help with the followng problem?
If, in conventional javascript, I have a function
goToAnchor(){
href.location="#blah"
}
and call it by
then it works fine in i.e. and firefox but causes safari to endlessly
load the page - see (http://www.s-seven.net/safari_bug.html#h_value6)
I'd
[EMAIL PROTECTED] wrote:
Hi
can jquery help with the followng problem?
If, in conventional javascript, I have a function
goToAnchor(){
href.location="#blah"
}
and call it by
then it works fine in i.e. and firefox but causes safari to endlessly
load the page - see (http://www.s-seven.net/saf
Hi all,
I've got a problem I can't work out on my own, so i thought I'd enlist
the help of you lot =].
I have a dropdown select in a form in an admin system that is either
auto selected, or changed by a user - dependent on what they select, or
what is selected automatically, I want other s to be
Hi luc,
basically, with the few details you provide, i can only say that you will
trigger things using the event "change" on the select element. From then on,
use the select.val()
example:
$("select#type").change(function(){
if($(this).val()=='root'){
$("select
I think it's a bit clearer, but I don't think I want to use .change, because
there might not be a change... It's better explained in code;
Ae
B
div #a and #b are hidden at the start. When a user chooses "Ae", div #a
should show and div #b should hide, and vice v
On May 3, 11:08 am, Kush Murod <[EMAIL PROTECTED]> wrote:
> Sam,
>
> Don't know where you are getting numbers from but
>
> Core JQuery is ONLY 60kb (uncompressed)
> Common plugin such as 'form' 31kb (uncompressed)
>
> Even combined size is nowhere 100kb, size drops once you compress js
>
> --Kush
Nice.
Having gone through the same process of looking this up several times
over the past few months, this is a welcome solution.
*
> http://khurshid.com/jquery/iepnghack/
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
that is almost exactly what I was looking for. The major difference
is that it doesn't apply comments to regions but instead to blocks of
text. not a fatal flaw but one that should be remedied. in any case
many thanks for the pointer. next task is to find a project partner
to handle the js/bro
Wow. that's a really usefully integrated commenting system Jack has.
I can see tons of applications for such a system. education, commenting
on proposals, coding comments, etc, etc, etc!
Karl, you're saying that Jack implementation is a custom job, right?
Rick
From: jquery-en@googlegroups
I don't think this is jQuery specific, but I'm using jQuery and this
community is helpful as hell, so I thought I'd post to see whether
anyone had any thoughts. I'm making an AJaX call to a PHP page that
returns a lot of data in JSON format.
1. The PHP page is doing a lot of work and could tak
this should work, no? you could of course make this much more code efficient
by wrapping the switch case in a function.
(did not test this code, but you get the idea)
$(document).ready(function(){
// onLoad
if ($("select#mySelect").is(".selected")){
switch ($(this).val()){
case
Hi,
> $.dimensions = {};
> >>>
> >>> OK, here we use $package('dimensions',{}) with jsPax - not really more
> >>> complicated.
> >>
> >> Yeah, but I don't see that we actually gain anything that way.
> >
> > 1. If you use Stuff like $.dimensions = {}; You pollute the jQuery
> > internal name
Good point about providing compressed versions of the plugins. I
recently went through all my plugins and added a min and a packed
version of them. I even took the time to copy over the header with the
version :). This includes the latest version of the dimensions plugin
1.0a. I believe you will
Thanks, I'll be maintaining it as I get feedbacks
--Kush
[EMAIL PROTECTED] wrote:
> Nice.
>
> Having gone through the same process of looking this up several times
> over the past few months, this is a welcome solution.
>
> *
>
>
>
>> http://khurshid.com/jquery/iepnghack/
>>
>
>
> >
>
Holy moly Erik, you're my new best friend! That is great work!
The only quirk I see is that in IE7, the main table shoots out to the
right when closing a row. Since you have the table set at 50%, I'm
wondering if it would do that at a fixed width. I'm going to test it out.
Thank you man!
Rey
John Resig updated the star rating for v1.1.1 which should also work
with v1.1.2. Are you using that version?
http://john.jquery.com/plugins/rating/
Rey...
nicmae wrote:
Hello,
I have the same problem. "$form.title is not a function". I use jquery
1.1.2. I try with 1.03 and 1.04 and it wor
Hi folks,
I'm trying to use history/remote plugin with jquery to build a web app
which supports history and bookmarking. However, the problem is, the
function callback in $.ajaxHistory.initialize() doesn't seem to
work...
Here's my code:
$(function() {
$("a.categories").remote('#threads
Klaus
fantastic - thank you :)
Ron
On May 3, 11:31 am, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > Hi
>
> > can jquery help with the followng problem?
>
> > If, in conventional javascript, I have a function
> > goToAnchor(){
> > href.location="#blah"
> > }
> > and cal
The onchange select works, but the onload doesn't =/ Something to do with
is(".selected") ? Thanks.
if ($("#jobtype_row select").is(".selected")){
switch ($(this).val()){
case 'p':
$("#dayrate_row").hide();
$("#salary_row").show();
break;
ca
On May 3, 2007, at 7:59 AM, abused by speech recognition wrote:
that is almost exactly what I was looking for. The major difference
is that it doesn't apply comments to regions but instead to blocks of
text. not a fatal flaw but one that should be remedied. in any case
many thanks for the po
try instead:
if ($("#jobtype_row select").val() !=""){
...
_
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Luc Pestille
Sent: jeudi 3 mai 2007 14:50
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Dropdown select value help
The onchange select
These are really cool examples, Erik! I have such a love/hate
relationship with iframes that I rarely think to use them.
The OP example was a little bit more complex, since the iframe
spanned the entire width of the table even through there were
multiple columns. Would be cool to see what yo
Hi,
Im using the following script to display a hidden div block once a
button is clicked.
$(document).ready(
function()
{
$(".channellink").click(function()
{
var channelId = $(this).attr('id').replace('channellink','');
//Hide div
Nope, it still won't automatically show the div. =/ Any other suggestions?
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of
Alexandre Plennevaux
Sent: 03 May 2007 15:53
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Dropdown select va
Hi all,
I have a bit of a problem here. I have a draggable panel with a textbox on
it. The problem is, if I have a text in the Textbox, I can't 'highlight' it
by using the mouse. I suspect this is something to do with the way
draggable works.
My question is, is there any way to enable this hi
I thought I had it working, but I don't, I am still having issues. I
have two lookups on the same form, and the data is returned fine.
data[0] is the text description and data[1] is the primary key of the
lookup table. I am trying to pass the values to some hidden fields.
I am using the code blo
On May 3, 3:14 pm, "Luc Pestille" <[EMAIL PROTECTED]> wrote:
> Nope, it still won't automatically show the div. =/ Any other suggestions?
I think it should be ":selected" not ".selected"
if ($("select#mySelect").is(":selected")){
Hi all, someone knows or has realized an authentication form calling a
external PHP file for the authentication, in order to remain to the
inside of the main page (index.php)
All I want realize is this, when I click on submit, I call the
login.php file that control user and password. What I must
hey. i got a swf game that i put inside iframe, the problem is that once the
user clicks on somewhere in the screen outside the swf file its losing
focus, and the result is that if he press on keys like space, down, and up
its scrolls the page instad of tirgger the "fire" button on a game etc
Nope, that didn't work either. =/ It surely can't be this hard to do?
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Sam Collett
Sent: 03 May 2007 15:24
To: jQuery (English)
Subject: [jQuery] Re: Dropdown select value help
On May 3, 3:14 pm,
@Jack,
Thanks for the kudos!
The jqtabcontrol.js is based on my own original, raw javascript for
what I refer to here at work as "sliding tabs". Over the past year
since I originally wrote it, I've gradually pared down the file size
as I've tweaked the code. There isn't really a whole lot of jQu
bingo wrote:
I am jquery for now almost 3 months. But, one thing I am not able
still figure out. This is more for a user convience. I want to let
user know which divs will be updated after certain action. For this, I
want to show a spinning wheel on the div that will be updated. But I
am not sur
On May 3, 8:54 am, Christof Donat <[EMAIL PROTECTED]> wrote:
> variable names. You can e.g. do that by encouraging people to use Plugin
> names like java packages, e.g. "org.jquery.ajax".
>
> Christof
Exactly! And furthermore if you use a corresponding directory
structure i.e. /jslib/org/jquery/
Using the iframe was a very good way to solve the "jumpiness"
of showing and hiding table rows.
I'm just about to implement a calendar using rows with slide
down details and this is better than the solution I can up with
to make things smooth!
Excellent!
Rick
-Original Message-
From
Hi all,
I'm looking for a bit of help here, because I'm stuck with a problem
that I just can't think yet how to solve.
I'm in the process of developing an interactive presentation using
jQuery. I've got the first part working, but now I've run into an
issue, which is going to hold up development
Suni,
>The calendar implementation of Ext (See here
>http://www.extjs.com/deploy/ext/examples/menu/menus.html, open first menu,
>choose date) is not working properly with jQuery, but is with YUI and
>Prototype (you can change the active library from top right). Changing the
>calendar months from
Events in the latest SVN are now using addEventListener and attachEvent.
--
Brandon Aaron
On 5/3/07, Dan G. Switzer, II <[EMAIL PROTECTED]> wrote:
Suni,
>The calendar implementation of Ext (See here
>http://www.extjs.com/deploy/ext/examples/menu/menus.html, open first menu,
>choose date) is
I'm just wondering if anyone knows of a fix for IE6's onresize...
Example:
$(document).resize(function() {
$('body').append('Resized');
}
That will execute several times as you are resizing the browser. I'm
looking for Firefox-like functionality.. where it fires the event one
time when yo
Hi,
> > variable names. You can e.g. do that by encouraging people to use Plugin
> > names like java packages, e.g. "org.jquery.ajax".
>
> Exactly! And furthermore if you use a corresponding directory
> structure i.e. /jslib/org/jquery/ajax.js then you should eliminate
> collisions right off the
Hi,
i can submit it to SVN.
How can i do that ?
Matthieu
On Apr 24, 9:02 pm, Stefan Petre <[EMAIL PROTECTED]> wrote:
> Rey Bango wrote:
> > In searching for a LightBox option that was similar to this:
>
> >http://www.huddletogether.com/projects/lightbox2/
>
> > I came upon this version which is
That is different. Most people prefer IE's functionality in this case.
You could possibly use setTimeout along with a flag that if it hasn't
been X milliseconds, don't run the code in the resize event. Kinda
klunky but the only thing I can think of right now.
--
Brandon Aaron
On 5/3/07, MikeR
Kush Murod schrieb:
Hi guys,
Every time I had to use png image in IE lt 6 I had to look up old emails.
So I decided to put together initial documentation, example and plugin
for everybody to use, including for myself.
So together we could make it even better, your feedback is appreciated.
h
Thanks, Brandom! I've tried a setTimeout-based solution, but haven't
had too terribly much luck with that either. Yes, it is klunky.. which
is why I'm posting here :).
Anybody else have any ideas?
On May 3, 10:13 am, "Brandon Aaron" <[EMAIL PROTECTED]> wrote:
> That is different. Most people pre
Jeff Fleitz schrieb:
I thought I had it working, but I don't, I am still having issues. I
have two lookups on the same form, and the data is returned fine.
data[0] is the text description and data[1] is the primary key of the
lookup table. I am trying to pass the values to some hidden fields.
Hi Matthieu. This is really great news. Contact John Resig offlist and
he will assign you a SVN account.
Rey...
[EMAIL PROTECTED] wrote:
Hi,
i can submit it to SVN.
How can i do that ?
Matthieu
On Apr 24, 9:02 pm, Stefan Petre <[EMAIL PROTECTED]> wrote:
Rey Bango wrote:
In searching for
I'm just about to tear my hair out with this now! I have a passage of
text that I want to fade in when the page loads. This is not a problem
on IE or Firefox (on both PC and Mac). The problem it has is with
Safari on the Mac.
The text will first flash on screen, then off and then start fading
in,
I downloaded the latest trunk, but I got no output. The server was still
returning results - autocomplete just didn't display them. I have reverted
back whatever the last version was that I had for now.
On 5/3/07 9:24 AM, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote:
>
> Jeff Fleitz schrieb:
>
Spotted in the wild: http://everbank.com/
-js
> Is it possible to make the carousel work when it's being loaded into a
> div via Ajax?
Can you post some code/link?
Have you set: var noRotate = false;
I have it working here: http://www.activespotlight.com/
*
Hi all,
It is possible to recharge the entire page like a refresh? If yes how?
--
Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/
"It's easier to invent the future than to predict it." -- Alan Kay
location.reload();
2007/5/3, Massimiliano Marini <[EMAIL PROTECTED]>:
Hi all,
It is possible to recharge the entire page like a refresh? If yes how?
--
Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/
"It's easier to invent the future than to predict it." -- Alan Kay
Well, after some more fiddling... I actually _did_ manage to get a
Firefox-like resize behavior in IE6... however, it may not be the MOST
reliable (what in IE6 _is_ most reliable??).
--- snippet ---
$(window).resize(function() {
StartResize();
});
//
A bit more on this: Whatever is happening, whether it's a timeout or
code error seems to happen after approximately 5 minutes of waiting
for a response.
I'd really appreciate any input you all may have.
On 5/3/07, Rob Wilkerson <[EMAIL PROTECTED]> wrote:
> I don't think this is jQuery specific,
Is there something about using .click with a callback that I don't
know?
Everytime do a click on a target, the callback is called increasingly
multiple times thereafter.
Hi Fabyo,
> location.reload();
Tnx 1K :)
--
Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/
"It's easier to invent the future than to predict it." -- Alan Kay
That was it! It looks so simple. Thanks, Jörn.
I just received John Resig's Pro JS Techniques book, and plan on going
over this oop style js stuff and studying your examples, now that the
heat will be off.
Many thanks again.
On May 3, 12:24 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote:
> Jeff
This is an extension of my post from yesterday...I've got some more
information and it's quite tricky.
My company uses SWFObject extensively to rewrite our SWFs. It's in loads of
places at the moment. Now, my coworker and I are writing some related
selects which work fine on a page by themselves,
I bet your server is killing the week long php report, can you get the json
to appear on it's own?
I've not gotten timed out in a very long time. a fast server program makes a
happy ajaxer!
perhaps you need to create the report in one call and continually check to
see if it is done.
On 5/3/07, R
I'm still working on this problem, (and I have poured over the jQuery
group trying to find any answers,) and I'm realizing that maybe it's
not the callback's fault.
I'm thinking it might be more of a problem with (not only me,) but the
fact that when you click on any folder in the file tree, the
Hi,
I have an unordered list that needs to be sortable, but also
droppable. I'm using the Interface plugin, but whenever I make one UL
both droppable and sortable, it doesn't function properly.
Either that, or is there a way to have the same functionality as the
onDrop callback (for droppables),
I have this code that work fine in Firefox and IE7, but in IE6 doesn't
work.
$("#enviar").click(function(){
if ($("#message").val() != ""){
var message = $("#message").val();
var nick = $("#nick").val();
$.post('/WebApplication/Webchat', {message: messa
Andy,
>This is an extension of my post from yesterday...I've got some more
>information and it's quite tricky.
>
>My company uses SWFObject extensively to rewrite our SWFs. It's in loads of
>places at the moment. Now, my coworker and I are writing some related
>selects which work fine on a page b
Or actually, would there just be a way for the following
functionality: an item from a sortable is dragged into another list
(that's also sortable), but when the dragging stops, instead of the
item being *moved* to the new list, can it be copied there instead?
On May 3, 3:01 pm, real <[EMAIL PROT
Dan...
It's only happening in IE 6 & 7
And even then, not all the time (as I mentioned). It appears that my
production code seems to be working correctly. Here's a few URLs for you all
to preview:
Here's an example of the code (working) on a page with no Flash content:
http://www.courtesyportla
Added. Good catch.
Jonathan Sharp wrote:
Spotted in the wild: http://everbank.com/
-js
--
BrightLight Development, LLC.
954-775- (o)
954-600-2726 (c)
[EMAIL PROTECTED]
http://www.iambright.com
Just a quick reminder to everyone that the list of sites using jQuery
continues to grow at an amazing rate. Check out the sites at:
http://docs.jquery.com/Sites_Using_jQuery
Rey...
I have run into a problem. I am attachking a click() event to every
row of an inventory table. When the user clicks on the row, it
fetches detailed information from the server and creates a new row
below the clicked row. Below is the code
$(document).ready(function() {
$("table > tbody
The OP example was a little bit more complex, since the iframe spanned the
entire width of the table even through there were multiple columns. Would be
cool to see what you could come up with for a multi-column example.
Check out the "multicol" versions at the same page as before:
http://erika
A couple more:
http://www.mackie.com/products/tracktion3/splash.html
http://yoursharade.com/
--Erik
On 5/3/07, Rey Bango <[EMAIL PROTECTED]> wrote:
Just a quick reminder to everyone that the list of sites using jQuery
continues to grow at an amazing rate. Check out the sites at:
http://docs
Hi folks,
This works - but I was wondering if there is a cleaner more jquery way
to do the same thing? Perhpas there is a selector that I missed in
the docs?
$(function() {
s = $("img").eq(0).attr("src")
if (s.search("images/m")>0) {
$("img").eq(0).addClass("newimage")
}
});
tia,
George
I should add that calling the row by name is not an option as the rows
do not have unique ids
On May 3, 2:50 pm, Jeff <[EMAIL PROTECTED]> wrote:
> I have run into a problem. I am attachking a click() event to every
> row of an inventory table. When the user clicks on the row, it
> fetches detai
millionmonkey wrote:
This works - but I was wondering if there is a cleaner more jquery way
to do the same thing? Perhpas there is a selector that I missed in
the docs?
s = $("img").eq(0).attr("src")
if (s.search("images/m")>0) {
$("img").eq(0).addClass("newimage")
}
I'm not sure, but I t
Luc, can you post your page so i can have a look at it?
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Luc Pestille
Sent: jeudi 3 mai 2007 15:34
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Dropdown select value help
Nope, that didn't
Hi Jeff,
You just need to use a closure. Outside your ajax call do $t = $(this); and
then you can reference $t inside of your anonymous function. See below...
Cheers,
-js
$(document).ready(function() {
$("table > tbody > tr").hover(function(){$
(this).css("backgroundColor", "#de7121")}, f
Added.
Erik Beeson wrote:
A couple more:
http://www.mackie.com/products/tracktion3/splash.html
http://yoursharade.com/
--Erik
On 5/3/07, Rey Bango <[EMAIL PROTECTED]> wrote:
Just a quick reminder to everyone that the list of sites using jQuery
continues to grow at an amazing rate. Check o
On 5/3/07, Scott Sauyet <[EMAIL PROTECTED]> wrote:
I'm not sure, but I think this would do it:
$("img[src*=images/m]").eq(0).addClass("newimage");
Very close, Scott. It should be:
$("[EMAIL PROTECTED]'images/m']").eq(0).addClass("newimage");
Attribute selectors always begin with @[1]
Andy,
>It's only happening in IE 6 & 7
>And even then, not all the time (as I mentioned). It appears that my
>production code seems to be working correctly. Here's a few URLs for you
>all
>to preview:
>
>
>Here's an example of the code (working) on a page with no Flash content:
>http://www.courte
you are the man!
On May 3, 3:25 pm, "Jonathan Sharp" <[EMAIL PROTECTED]> wrote:
> Hi Jeff,
>
> You just need to use a closure. Outside your ajax call do $t = $(this); and
> then you can reference $t inside of your anonymous function. See below...
>
> Cheers,
> -js
>
> $(document).ready(function()
Hmmm... IE 7 just goes to the page in the link.
No "show"...
Rick
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Erik Beeson
Sent: Thursday, May 03, 2007 3:55 PM
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Dropdown div functionality
Aaron Heimlich wrote:
Attribute selectors always begin with @[1] and I added quotes around
"images/m" just for safety, as jQuery sometimes has issues when you
don't use them.
I always forget the damn "@"! I don't think the quotes are necessary,
but they can't hurt, although allowing them hu
On May 3, 12:05 pm, Christof Donat <[EMAIL PROTECTED]> wrote:
>
> That is exactly what jsPax is for. Have a look at jspax.org.
>
> > This keeps the initial footprint small.
>
> Last time I looked at JSAN, the initial Footprint for jsPax was a lot
> smaller. As I can see from your Script-tags, you
Thanks Aaron and Scott - that works perfectly.
And Aaron, thanks for the link - I had looked at that area but didn't
connect the dots. This opens up a lot for me.
thanks again
George
On May 3, 3:01 pm, millionmonkey <[EMAIL PROTECTED]> wrote:
> Hi folks,
>
> This works - but I was wondering if
Cody Lindley updated his ThickBox to version 3 yesterday, but I saw no
announcement :-(
The only thing I didn't see that I was expecting - making the plugin safe
for use with other libraries.
Of course, I'm hoping Jörn will be done with his autocomplete plugin soon
and I can be rid of scriptacul
Here's the announcement
http://codylindley.com/Webdev/321/thickbox-3
On 5/3/07, Shelane Enos <[EMAIL PROTECTED]> wrote:
Cody Lindley updated his ThickBox to version 3 yesterday, but I saw no
announcement :-(
The only thing I didn't see that I was expecting - making the plugin safe
for use wi
Yes, I happened across that, which is why I said something on the list.
However, who can possibly monitor every plugin¹s site to see if there¹s an
update. I just thought an announcement on the list would be nice. So I
guess I announced it to the list ;-)
On 5/3/07 2:10 PM, "Aaron Heimlich" <[EM
Hi Rey,
You can add http://www.alapage.com as well.
You can drag your mouse on any product image or click on "diaporama"
on this kind of pages: http://www.alapage.com/-/Fiche/Imageson/902790...
to see jQuery, thickbox, mousewheel, dimensions... in action.
Cheers,
Franck.
On 3 mai, 22:31, Rey
Hi,
I'm trying to get IE6/Win to eval javascript returned from .load().
What I have is a function that calls a file:
$("#master").load("inc/inc_master_update.php");
That PHP script echoes a simple line of JS in a tag:
echo "