"The source *may* even be readable!"
Now, Brice you really fought against your nature on this one :)
Nice to see another plugin from you! Will you continue working on jqmodal?
2 requests:
- an iframe example
- a "autoresize image"
thanks and have a good one,
Alexandre
On Jan 22, 2008 1:26 AM
thanks, the only difference i spot is that you call the function when the
ajax loading is successful. but i need to call that function many time
afterwards, and i was logging a message to the console when the loading is
finished and it always occured before i was actually calling the function,
ye
Glen Thank you, but i know how to get value from a single selecti
need to get the value from the filtered select, because there will be
many of them. The filtered part is working for me...but not the get
value part...your code isn't working...
yes i have multiple selects and more of them can
on 1/21/08 10:31 AM, chrismarx at [EMAIL PROTECTED] wrote:
>
> i believe this is expected behavior, it would be a security risk to
> allow script access to file inputs-
>
> On Jan 20, 7:32 pm, "Steffan A. Cline" <[EMAIL PROTECTED]> wrote:
>> on 1/6/08 11:55 PM, chrismarx at [EMAIL PROTECTED] wr
The code in that example looks like this:
$('#displayExample a').click(function() {
$('')
.attr('src', $(this).attr('href'))
.appendTo('#main')
.displayBox();
return false;
});
You can close the displayBox the way you want by changing that code to this:
$('#displ
I see the "click" method with the tab. It takes 3 arguments:
"clicked tab, tab container to show, tab container to hide"
I do want to hide and show a tab's contents. This it's doing
automatically.
However, I also have ANOTHER panel/div that I would like to hide.
How would I do this?
Thanks!
Mik
Sorry, I was away...
No mouse behavior (walk away from the 'hover' as mouseover - think
'hover' like spaceship over a house).
My orig post: Or more specifically, a swami/guru/magic person hovering
in place with
slight up/down/left/right motion.
I want my logo (robot) to hover in a bounded box o
Can you show the source of the selects, because the description is a
little confusing. You have array of selects? So multiple selects, but
only one has a value at any one time? Or do you have a multi-selection
select and hence you're trying to find the _options_ that are
selected?
On Jan 22, 11:4
Thanks Mike!
I setup two test pages:
http://www.jlhweb.org/mytest/index.php?fnc=test
http://www.jlhweb.org/mytest/index.php?fnc=test2
A copy of the jQuery code is at:
http://www.jlhweb.org/mytest/jquery.txt
"test" has tinyMCE on the textarea.
"test2" does not.
"test" can only be edited one tim
Hello!
I have several inputs
..
Can quick set one walue for all elements a[1]?
How can I do?
I'd like to be able to do something like this
//Extend Function for easy callbacks
Function.prototype.andThen=function(g) {
var f=this;
return function() {
f();g();
}
};
$('div[class="rating"]').livequery(function(){
var $this = $(this);
var opts = function(){
Hi all. I've been plugging away on a plugin that would convert a table
to have fixed rows and columns. I've finally come up with some success
at this. But need some help testing/debugging this under the various
browsers.
http://grover.open2space.com/files/dev/fixedTable/index.htm
(the plug
this returned a myVal of 2007:
$(document).ready(function(){
$.ajax({
type: "GET",
url:"jquery_test.xml", //your xml
data: "",
dataType: "xml",
success: function(data,textStatus) {
Hi,
I am creating a number of divs dynamically which are all draggable. The divs
can be dropped in two different areas (#editDiv and #deleteDiv).
On drop on #deleteDiv I get "this.parentNode has no properties" straight
away.
On drop on #editDiv it works fine when I drop the first div. If I dr
bump :D
On Jan 20, 12:14 pm, Travis <[EMAIL PROTECTED]> wrote:
> Hi everyone,
>
> I am writing a cakePHP application and trying to usethickboxto load
> aformand the jQueryFormPlugin to submit it. If I use theform
> by itself with a url of /employees/edit/employee_id the jQueryForm
> plugin wo
i believe this is expected behavior, it would be a security risk to
allow script access to file inputs-
On Jan 20, 7:32 pm, "Steffan A. Cline" <[EMAIL PROTECTED]> wrote:
> on 1/6/08 11:55 PM, chrismarx at [EMAIL PROTECTED] wrote:
>
>
>
>
>
> > best to see the live page-
>
> > On Jan 6, 9:32 pm, "
Not sure what the correct name is but I am trying to achieve something like
this:
Anyone have a plugin already out there that I can easily attach to any form
element?
Here's a screenshot:
http://www.gonrad.com/200801/helperbox.jpg
Thanks,
Gautam
I ran into a similar problem loading a flot chart in an iframe using
thickbox. Worked fine in i.e. but jquery would not work in a thickbox
on FF.
Here is what I did to fix:
http://groups.google.com/group/jquery-en/browse_thread/thread/39b126236d6781df
Hope this helps
Ken
On Jan 20, 10:14 am,
Thanks for the reply Mike! Everyone else who's interested, feel free
to take a look as well...
I setup some test pages.
http://www.jlhweb.org/mytest/index.php?fnc=test
and
http://www.jlhweb.org/mytest/index.php?fnc=test2
Each has a link to a business card. On the biz card you'll need to
click
I want to use blockui to show a product enlargement but I want it to
close when the user clicks on the image.
Here is the blockui sample page:
http://www.malsup.com/jquery/block/#displaybox
Anyone done this before?
Thanks Josh,
I'll give that one a go. I also found I could do it using 'find', but
your solution looks a little bit tighter.
Phil
On Jan 19, 1:09 am, "Josh Nathanson" <[EMAIL PROTECTED]> wrote:
> Try $("li", this) - it says "look in the context of this for all li
> elements."
>
> -- Josh
>
> --
I am using the plugin validate. After validating the form, I need to call a
function only if the form contains mistake. I looked in the documentation of
the plugin was not them anything similar.
thanks
on 1/6/08 11:55 PM, chrismarx at [EMAIL PROTECTED] wrote:
>
> best to see the live page-
>
>
> On Jan 6, 9:32 pm, "Steffan A. Cline" <[EMAIL PROTECTED]> wrote:
>> on 1/6/08 5:29 PM, chrismarx at [EMAIL PROTECTED] wrote:
>>
>>
>>
>>
>>
>>> first, it would be better jquery technique to bind
Hi Mika, many thanks for the quick reply -- I really appreciate the
help. :)
Oooh, interesting... Thanks for the code and tips... That will really
get me headed in the right direction.
I will post my findings/results later today.
Have a great day!
Cheers,
m
(btw, nice site! Cool design, and lo
Thanks for the reply Mike! Everyone else who's interested, feel free
to take a look as well...
I setup some test pages.
http://www.jlhweb.org/mytest/index.php?fnc=test
and
http://www.jlhweb.org/mytest/index.php?fnc=test2
Each has a link to a business card. On the biz card you'll need to
click
Superfish requires the menu HTML to be nested unordered lists. If you
want to avoid changing your current HTML, the easiest thing to do
would be to just add hoverIntent to your existing menu. Get it from
here:
http://cherne.net/brian/resources/jquery.hoverIntent.html
...then link to the plugin fro
Hi Chris,
Sorry, I was looking in Firefox. I see now that the problem exists in
IE only. It might have something to do with the fact that the page is
running in quirks mode and that the markup is invalid. Try running it
through an HTML validator (e.g. http://validator.w3.org/). In
particu
While refactoring all the Javascripts in poMMo I decided to rewrite my
old client side validation library into something more jQuery like. The
result could prove as a useful form validation plugin to someone.
A rudimentary demo has been posted to;
http://dev.iceburg.net/jquery/jqValidate/
j
I had whipped up this demo a while back. It shows how to get the selected
option.
http://commadot.com/jquery/selectBoxNav.php
Glen
On Jan 21, 2008 2:43 PM, rayfidelity <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I have array of selects, and i filter them with:
> $inputs.filter("[name='qty[]']"). I w
Hi,
I have array of selects, and i filter them with:
$inputs.filter("[name='qty[]']"). I want to get selected value. But i
don't know how...
I tried with:
$inputs.filter("[name='qty[]']").filter("select
option:selected").val();
$inputs.filter(function(){"[name='qty[]']" && "select
option:select
Thanks Jack! I'm trying to fit troubleshooting this IE problem in with
working on other parts of this particular menu project, and I may not get a
chance to try out your suggestion tonight, but I appreciate your effort, and
would love to know if you find anything. Also, when I get a chance to try
o
Hello again,
i'm banging my head on this issue:
I'm using a function to search through a small bit xml. It works more or less
except that the returned value is not correct.
Here is my function:
function findAnchor(projectName,scape, xml){
var myscape = $("scape[title='" + scape +
Chris, I don't have time to dig into looking at your code right now, but
I had a similar problem with jdMenu when the top level menu item did not
have an A tag inside of it, due to how jdMenu handled either event
binding or event bubbling. If I remember correctly, IE threw because a
property wa
The easiest solution around is to use the suckerfish plugin
"Superfish" at:http://users.tpg.com.au/j_birch/plugins/superfish/
it incorporates delay and hoverIntent if you so wish.
On Jan 21, 12:17 pm, "Marty Vance" <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I've got a slightly modified suckerfish
You said it was positioning correctly for you? What version of IE was that
in? For me, in IE6 it shows up in the top left (0,0) of the view port...
it's supposed to show just below the top-level menu choice.
Also, I know there are broken images. Ignore those and look mostly at the
ones that do hav
Hi all,
I've got a slightly modified suckerfish menu where I would like to add
a delay before the submenus drop down. The top level ul is oriented
horizontally, and crossing it with the mouse causes the submenus to
'bounce'.
The modification is that each child ul is wrapped in a div for layout
Hello all,
For the past weeks I've been working on a project which I think now is
ready to show. Bear in mind that I'm no programmer whatsoever... I
"learnt" ASP and jQuery for this project and I'm sure this project
could be done much more effectively than I did.
From what I've tested it seems t
going to lunch. I'd like to exchange emails with you about this. I'll be
back in about an hour or so. Thanks so much Karl.
Chris
On Jan 21, 2008 12:52 PM, Karl Swedberg <[EMAIL PROTECTED]> wrote:
> It looked to me like it was being positioned correctly. Also looks like
> you have a broken link t
Mileto schrieb:
How with you to add rules and messages in the Plugin Validate in
fields that they are added by the user? In my form, the user clicks on
a button and to add a block of fields. I need that these blocks are
validated also.
Check out this example:
http://jquery.bassistance.de/val
It looked to me like it was being positioned correctly. Also looks
like you have a broken link to a rollover image for the top-level nav
items. I'm guessing that the sub-menus are using position:absolute for
their positioning, so you'll need to have a parent element given
position:relative
Really, really sorry I sent the wrong link!
This is the right one:
http://www.mz-ir.com/mzdesign/portfolio/portfolio.asp
Hi folks.
I'm having another problem with the jdMenu plug-in. In IE when I hover over
the top-level menu the sub-menu appears in the absolute top left of the
view-port! Bah! I don't know what I've done wrong. I've used jdMenu at
another client of mine, and it works great in both FF and IE. This ti
Problem solved. I feel stupid. It was a typo in my path to the .js source
for the dimensions plug-in. Duh. :o/
Chris
On Jan 21, 2008 10:25 AM, Chris Jordan <[EMAIL PROTECTED]> wrote:
> Hi folks,
>
> I'm trying to use jdMenu for jQuery (which I have successfully used
> before), but I'm getting th
Maybe old news, but found from the intterwebs:
http://famspam.com/facebox/
--
Mika Tuupola
http://www.appelsiini.net/
ok this beats me, i' m about to smatch the PC can you let me know what i'm
missing ?
i 've got my xml search function working:
function findAnchor(projectName, xml){
var myscape = $("scape[title='" + UI.sortBy + "']", xml.responseText);
var myItem = myscape.find('item[title="' +
I don't know jFrame, and haven't spent much time looking, but according to
the jFrame documentation:
The following JavaScript files must be included in the head section of your
HTML page :
jquery.js : http://docs.jquery.com/Downloading_jQuery
jquery.form.js : http://www.malsup.com/jquery/f
-- Original Message --
To: jQuery (English) (jquery-en@googlegroups.com)
From: David Decraene ([EMAIL PROTECTED])
Subject: [jQuery] Re: xml parsing - what am i doing wrong?
Date: 21/1/2008 16:38:20
and even if it would return on time (synchronous call) you wouldn't
really return i
Hi folks,
I'm trying to use jdMenu for jQuery (which I have successfully used before),
but I'm getting the following errors when trying to use it this time around
(1.3.beta2).
When using the unpacked version I get:
$(window).scrollLeft is not a function
When using the packed version I get th
Where do you define "datascape.anchors"?
You use it as the context for this line, but you don't seem to have
defined it anywhere.
var thisDS = $('scape[title="'+UI.section+'"]', datascape.anchors);
Also, your jquery call is returning the jQuery version of the XML to
nowhere.
All you need to do i
cool plugin! but just as a sidenote, jquery already has a $.merge
function (saw in the code you add it as a array.prototype)..
dennis.
Sergei wrote:
Hey everybody, I've made a little tool for jQuery UI library to help
developers to load all needed libraries with one line of code. More:
http
You need to help people help you. Why did it not work? did you get any
error messages?
Have you read some basic tutorials on how to do it?
http://www.google.co.uk/search?q=external+js+file+tutorial
On Jan 21, 3:52 pm, DeaR <[EMAIL PROTECTED]> wrote:
> I've tried already putting all the scripts
and even if it would return on time (synchronous call) you wouldn't
really return it with datascape.getAllAnchors (return is wrapped
inside the get object).
This might or might not work depending on the timing:
datascape.getAllAnchors = function(anchors){
$.get("projects/datascapes.xml",funct
I've tried already putting all the scripts in a file, and imported it into
the html file like and it didn't work
as supposed to..
Fabien Meghazi-2 wrote:
>
>
>> If I make a long jQuery script, and when the webpage is loaded, when we
>> look
>> at the source code, then everyone will be able t
Hey everybody, I've made a little tool for jQuery UI library to help
developers to load all needed libraries with one line of code. More:
http://uniqueculture.net/blog/archives/3
Thanks
Yes there seems to be a problem.
Here is an example what doesn't work in IE7 (don't know about IE6) but
works in FF.
row = $('#protoRow');
...
clonedObject = row.clone(true);
After the clone() call, working with the object "clonedObject" doesn't
work anymore, for example:
clonedObject.find('td:
I solved the problem by placing a " $(document).ready(function(){"
call in the file being loaded into the tab (using UI.TABS). Once I
did this, and of course added th other necessary FORM plugin goodies)
all worked fine.
I had thought that the file being loaded into the tab was included in
the D
http://members.chello.at/stickray/ajax
i need to call this jframe per javascript, ive wrote my own function
but isnt working :/
Thanks, Klaus...
I suspected that I might need to do some coding
for the "mouseout" function or "mouseleave" as the new
binding feature in jQuery 1.2 is calling it, I believe.
Thanks for the code, too. I'll a look and see what I can do.
Rick
> -Original Message-
> From: jquery-en@goog
Hi everyone. I'm having trouble using the $ajax() jQuery function.
The same happens to me in three diferent Ajax calls in two different
projects. I'll post sample code of one of them, since I can't really
find a pattern common to all three (but different than the other Ajax
calls in my code that
How accept only the minutes 00, 15, 30, 45 using the masked input plugin for
hour? thanks
--
View this message in context:
http://www.nabble.com/Masked-input-plugin-for-hour-tp14997181s27240p14997181.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.
thanks for that. i tried setting async to false, but still, no luck. i can't
make it work the way i need it to, so let me rephrase my question:
how can i store the content of an external xml file as a jquery object ?
thanks for your help,
alexandre
Hi Stefan,
try this one: http://plugins.jquery.com/project/color
--
Bohdan Ganicky
On Jan 21, 1:21 pm, "Stefan Kilp [sk-software]" <[EMAIL PROTECTED]>
wrote:
> hi,
>
> what is the best way to animate background-color with jquery.
>
> i tried
>
> $j(this).animate({backgroundColor:"#ff"}, 200
How with you to add rules and messages in the Plugin Validate in
fields that they are added by the user? In my form, the user clicks on
a button and to add a block of fields. I need that these blocks are
validated also.
the get is asynchronous,
meaning that datascape.getAllAnchors is returned (nothing/undefined)
before the ajaxall (get) returns success.
On Jan 21, 3:41 pm, "Alexandre Plennevaux" <[EMAIL PROTECTED]>
wrote:
> Hello,
>
> i'm loading a bit of xml and i'm trying to use the loaded data, but i 'm
> u
try official color plugin http://plugins.jquery.com/project/color
On Jan 21, 8:21 pm, "Stefan Kilp [sk-software]" <[EMAIL PROTECTED]>
wrote:
> hi,
>
> what is the best way to animate background-color with jquery.
>
> i tried
>
> $j(this).animate({backgroundColor:"#ff"}, 2000)
>
> to get a red
Hi Group -
The FORM plugin .js file shows up in FireBug, so I know it is being
loaded. I've attempted to use both .ajaxForm and binding .ajaxSubmit
to my form, but for some reason the FORM plugin .js is not being
called. (NOTE: I've even used sample code from the FORM plugin docs
(and was sure
yeah, the color plugin, its sweet.
http://plugins.jquery.com/project/color
On Jan 21, 7:21 am, "Stefan Kilp [sk-software]" <[EMAIL PROTECTED]>
wrote:
> hi,
>
> what is the best way to animate background-color with jquery.
>
> i tried
>
> $j(this).animate({backgroundColor:"#ff"}, 2000)
>
> to
There is a way to reduce frames of jquery effects? I mean something
like setting for "animate" a parameter - numberOfFrames per second.
This I want for optimizing the way in that effects are displaying on
slow machines. In firebug i see that opacity is changing from 1 to
0.99, 0.9997 etc..
On Jan 16, 6:16 pm, John M Lauck <[EMAIL PROTECTED]> wrote:
> Is there an issue using clone() in IE7? I'm not having trouble in
> Firefox 2 but IE7 seems to ignore this method.
I'm having a problem with this too: calling row.clone(true) causes a
"'nodeType' is null or not an object" error in IE7
Please, anyone?
On Jan 14, 6:59 pm, frizzle <[EMAIL PROTECTED]> wrote:
> Hi there,
>
> I've recently discovered jQuery and especially Jeditable. It's very
> good, only i wonder how on earth can i add an error message if PHP has
> validated the input and doesn't "agree". (E.g. invalid chars).
>
>
Hi all,
iam using the jFrame Plugin but somehow i need to accsess the jFrames
per Flash :/ I couldnt figure out how i should call the API to load a
Frame per javascript.
maybe someone can possible help me there? =) thanks
Hello,
i'm loading a bit of xml and i'm trying to use the loaded data, but i 'm
unsuccessful traversing it so far. Can you tell me what i'm doing wrong?
here is the loading code:
datascape.getAllAnchors = function(){
$.get("projects/datascapes.xml",function(data){
return $(data);
Hi,
Is there an easy way to reset the cloned input fields (text and
select) after they're cloned (preserving the parents value)?
Thanks
On Jan 21, 1:22 am, MikeP <[EMAIL PROTECTED]> wrote:
> Hello.
> I'm using tabs to display lists of
> data.http://stilbuero.de/jquery/tabs_3/http://dev.jquery.com/view/trunk/ui/current/ui.tabs.js
>
> When you click on an item in the list, I display a div.
> $('#problempanel').show();
>
> If you c
Hi Guys,
I will see to it that i incorporate this into the next bug fix version of
tablesorter.
Thanks for spotting it!
/Christian
2008/1/17, Cesar <[EMAIL PROTECTED]>:
>
>
> I encountered this bug the alternate fix, if you want to use version
> 2.0 of the metadata plugin, is to open up tableso
On 21 Jan., 00:36, "Rick Faircloth" <[EMAIL PROTECTED]> wrote:
> Hi, Klaus...and thanks for the response.
>
> What I want to do is create a tabs setup that
> will operate as follows and the UI/Tabs settings
> that will cause this functionality:
>
> - Initially, the tab details don't show at all
>
On Jan 21, 2008, at 10:02 AM, Micky Hulse wrote:
A bit more info:
The hardest part for me to figure-out is the best approach for knowing
when all of the needed images are loaded... I think I can handle all
the
other aspects of the coding.
Is there a good technique for knowing when a grou
> If I make a long jQuery script, and when the webpage is loaded, when we look
> at the source code, then everyone will be able to see the jQuery script. Are
> there any ways to get this hidden. I wanna hide these scripts for SEO reason
> as well...
Why don't you put your code in a .js file that
hi,
what is the best way to animate background-color with jquery.
i tried
$j(this).animate({backgroundColor:"#ff"}, 2000)
to get a red background, but it doesn't work.
do i have to use any plugins?
thanks
stefan
--
Stefan Kilp
SK-Software, Entwicklung & Beratung
email: [EMAIL PROTECTED
Hi,
I am trying to load a group of images at the $(window).load(...)
event, and then once the group is fully loaded, I want to swap the CSS
background of specific divs with said loaded images.
I am wondering what you all would suggest for an approach? Any pseudo-
code suggestions?
I am just bas
>From what you described, you are adding the element after you have bound
an event.
So your code is really doing:
1. bind function to click event of some element
2. add some element to the dom
you can clearly see the event wont get attached to the element.
you'll either have to call the code ag
Hello,
I am facing an issue with interface where only version 1.02 of jquery works.
I managed to make all other scripts work with that, except datepicker. The
problem I am having with date picker and 1.02, once it opens, all functions are
available, it inserts dates, you can navigate the months
here is an example of the problem i am getting it. oddly enough, it
work fine on ie7 but not on FF 2.0.
http://www-personal.umich.edu/~tekram/flicker/
Thanks!
On Jan 20, 1:18 pm, "tashfeen.ekram" <[EMAIL PROTECTED]> wrote:
> So, I have noticed if I put a padding bewteen the bottom of my div
> la
Hello.
I'm using tabs to display lists of data.
http://stilbuero.de/jquery/tabs_3/
http://dev.jquery.com/view/trunk/ui/current/ui.tabs.js
When you click on an item in the list, I display a div.
$('#problempanel').show();
If you click on another tab, I would like the div to hide.
How can I add
The problem is, I think, that the draggable plugin if used without a
helper modifies the dragged element to position: absolute.
At that point moving it in the DOM doesn't have any visible effect, it
simply sits where I let go of it instead of 'snapping' into
the destination cell. I've got it work
I did it in this way
// jquery version: 1.2.1 packed
if($.browser.msie){// in ie6
$xml=""+$response+"";// .. is needed for
ie6
}else{
$xml=$xml.replace("]]>","").replace("
A bit more info:
The hardest part for me to figure-out is the best approach for knowing
when all of the needed images are loaded... I think I can handle all the
other aspects of the coding.
Is there a good technique for knowing when a group of images has fully
loaded?
Thanks! I really apprec
Hi,
I am creating a number of divs dynamically which are all draggable. The divs
can be dropped in two different areas (#editDiv and #deleteDiv).
On drop on #deleteDiv I get "this.parentNode has no properties" straight
away.
On drop on #editDiv it works fine when I drop the first div. If I dr
If I make a long jQuery script, and when the webpage is loaded, when we look
at the source code, then everyone will be able to see the jQuery script. Are
there any ways to get this hidden. I wanna hide these scripts for SEO reason
as well...
Thank you very much
--
View this message in context:
id like to run this code
if ( this.vml_capable ) {
document.namespaces.add("v","urn:schemas-microsoft-com:vml");
document.createStyleSheet().addRule("v\\:*",
"behavior:url(#default#VML); position:absolute" );
...etc
but i get an error even when run
on 1/6/08 11:55 PM, chrismarx at [EMAIL PROTECTED] wrote:
>
> best to see the live page-
>
>
> On Jan 6, 9:32 pm, "Steffan A. Cline" <[EMAIL PROTECTED]> wrote:
>> on 1/6/08 5:29 PM, chrismarx at [EMAIL PROTECTED] wrote:
>>
>>
>>
>>
>>
>>> first, it would be better jquery technique to bind
Here's one way - it's possible, but messy, as you have to use eval. As
far as I can see you can't have a variable variable name, unless
you're evaluating on the fly.
For example:
var a = { b: 'x' };
var c = { a.b: 123 };
alert(c.x); // hopefully we'll get "123"
.. doesn't work, because a.b is
Hi, Karl...
I figured you just got busy or perhaps just didn't feel you had more
time to devote to the project.
We're so close! Just a couple of little "performance issues" to work
out.
I have been looking at Klaus' UI/Tabs plug-in, too, and think it has
great potential if we need to change ap
Hi,
I only keep the English language files on my website.
But the jQuery Plugin will still work fine with your installation of FCK
(and your language files).
Thanks,
Diego A.
On 21/01/2008, Miguelito <[EMAIL PROTECTED]> wrote:
>
>
>
> HI, demo not working:
>
> FCKLang is not defined
> http://www
HI, demo not working:
FCKLang is not defined
http://www.fyneworks.com/fwx/inc/fck/editor/js/fckeditorcode_gecko.js
Line 99
IE7 Spanish and FF Spanish.
Thanks.
Diego A. wrote:
>
>
> Hey everyone,
>
> Quick note to all those using any of my plugins, they've all been
> updated this week and
Don't forget you could also just bind a click event to a parent
object.
That way any click in a child element, old or new, will bubble up and
trigger the click event. In the event handler, just inspect
event.target to see which child was clicked.
George
arf, crossposting, where is that damn coffie ? :)
On 21 jan, 09:43, Alexandre Plennevaux <[EMAIL PROTECTED]> wrote:
> Matt, just a remark: if you do need to add that click behaviour to P
> elements not existing at the time of the call, there is a nice plugin:
> livequery that does that.
>
> On 21
Matt, just a remark: if you do need to add that click behaviour to P
elements not existing at the time of the call, there is a nice plugin:
livequery that does that.
On 21 jan, 06:02, "Matt Quackenbush" <[EMAIL PROTECTED]> wrote:
> Karl,
>
> Thank you, thank you, thank you, thank you, thank you,
98 matches
Mail list logo