I have experimented with next(), siblings(), etc, but with no
luck...
Many thanks!
Daniel
Hi,
I am extremely new to jQuery and and wondered if someone might be able
to point me in the right direction. I want to add the LavaLamp plugin
to the Superfish menu module created for Joomla. It is located here:
http://users.tpg.com.au/j_birch/plugins/superfish/
The documentation on this site s
So I have a modal popup that is working fairly well, but I have some
issues in IE/FF (the only browsers I've tested in so far).
One thing is that the popup won't recenter if the browser is resized.
The other prob is a bit more difficult to replicate, but I've noticed
if my browser window is size
I am trying to have a image (link button) appear within a div on
mousenter for the div, and disappear on mouseleave.
I have this working in the following code as expected, but I only want
it to apply to the specific div that is being entered/left.
The way I have it right now it applies to the clas
the was a typo here. It's correct in the source code.
Ultimatately the issue wasn't with the Jquery, it was with how IE6
executes javascript faster than it renders dom elements, even when the
javascript is nested in a $(document).ready() function. Re-factoring
the code so that I'd create the o
$(document).ready(function(){
and
$().ready(function()
are interchangeable. that's not what's throwing the error.
This line is:
$("#selectbox").val("value");
On Oct 13, 5:36 pm, James wrote:
> The line is:
>
> $(document).ready(function(){
>
I've come across an issue where doing something along the lines of
$().ready(function(){
$("#selectbox").val("value");
});
Throws the following error in IE6
Could not set the Selected Property: Unspecified Error.
$("#selectbox") referrs to the following html.
Default
TEST
An
Hi mkmanning,
works like a charm, thanks a lot! :)
Daniel
On 2 Sep., 18:00, mkmanning wrote:
> Use .live()
>
> http://docs.jquery.com/Events/live#typefn
>
> On Sep 2, 1:51 am, Daniel wrote:
>
>
>
> > Hi There,
>
> > I'm having trouble accessi
Hi There,
I'm having trouble accessing some Elements with jQuery after I created
them and added them to the HTML. I want to add some Checkboxes to my
Site as soon as the user clicks another Checkbox. That works just
fine. But if the user clicks on one of these added checkboxes, i want
an event to
Is it possible in jCarousel to have circular autoscrolling? I tried
setting the circular scrolling example to autoscroll and it wouldn't
work. However, when I took all the content out of the container it
worked somehow. Is this a bug?
The only thing I changed in the example was:
jQuery(document).
I have this same issue too. Did you ever find a resolution? I've
started a thread on Stack Overflow as well:
http://stackoverflow.com/questions/1359713/using-jquery-the-onclick-event-and-adobe-air
On Jul 23, 11:24 am, DPeters65 wrote:
> I am stumped... have been banging my head for days on this
Hi All,
I am creating an form dialog that will be slightly different for
creating data than editing data. I'm pretty new to jquery, but I'm
using the jqueryui and it seems to be working fine, but now I'm
looking to change the labels of a couple of buttons and have one
button available du
Thanks.
On Jul 31, 2009, at 1:40 PM, Daniel Israel wrote:
I'm using jQuery and jQueryUI. I'm new to jQuery, so any help much
appreciated...
I have an application where I am displaying a list from a database.
When the user hits a button, a modal form dialog comes up and they
I'm using jQuery and jQueryUI. I'm new to jQuery, so any help much
appreciated...
I have an application where I am displaying a list from a database.
When the user hits a button, a modal form dialog comes up and they can
enter data.
It makes an ajax call to the server, gets the data, pop
Hi Mike,
Thanks for your help.
I'll test your sugestion.
Now I'm testing the HtmlBox plugin from
http://remiya.com/cms/projects/jquery-plugins/htmlbox/.
Thank you
*****
Daniel Ribeiro Bueno
Bacharel em Ciência da Computação
Desenvol
Hi,
I need to put a rich text editor in a textarea.
Is there any way to do this with jQuery?
Thanks,
Daniel Bueno
notice:
if i do an alert() with the response just before i update the content
of the div, everything works fine...
On Jul 22, 1:58 pm, Daniel wrote:
> Hi everybody!
>
> I want to update the contents of several divs periodically with the
> response i get from a php-script. the numbe
g div ( .html
(response) ). All the other browsers are not updating the contents of
the divs until all the responses are available (although i execute the
request with async=false), and then they update all the divs (ids
dev_1 to dev_7) at the same time... but for me it would be necessary
that the other browsers behave like Firefox 3.
Does anyone have an idea? I would really appreciate it :-)
Thanks!
Daniel
So far I have tried:
$('a.classname').attr('href','/some_page')
and
$('#li_id').html('Details')
Thanks in advance.
Hi guys, i just leanerd the existence of the ajaxSubmit jQuery plugin,
im wondering if there is a way to use the JSON both to send and
retrieve the requests.
I mean, no the plugin have the option 'dataType', that is used to
specify the format that the server will send back, but i need to send
the
Hy guys, im new in jQuery ;)
My problem is the autocomplete plugin:
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
It works very well and i'll find it much usefull, but i got a problem
with it..
Using the remote procedure (ajax requests), if the returning value
from the script i
Hy guys, im new in jQuery ;)
My problem is the autocomplete plugin:
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/
It works very well and i'll find it much usefull, but i got a problem
with it..
Using the remote procedure (ajax requests), if the returning value
from the script i
reater than the new value of the *remaining* variable?
is it even possible?
Daniel
On Mon, May 11, 2009 at 3:56 PM, aquaone wrote:
> ... no.
>
> is the same level as and . it does not belong inside
> the . it should be a child of the .
>
> stephen
>
>
>
> On Mon, May 11, 2009 at 11:52, Daniel Queiroz wrote:
>
>> I tried to
I tried to do this
Put all rows inside the but in this case the
tablesorter don´t work more and crash the javascript..
:S
On Mon, May 11, 2009 at 3:29 PM, aquaone wrote:
> What is meant by this? I'm assuming that a sort is being performed that is
> forcing that row to move based on the conten
Hello
I am trying to specify range validation as an attribute in order to
have the validation rule as close as possible to the control. Trying
to avoid having to specify the rules somewhere else. I am using
jquery.validation 1.5.2
I have tried the following, but without luck:
A simple solution would be:
function forwardClick() {
var i = $('#images .visible').attr('id');
var currentImg = $('#images .foo:eq(' + i + ')');
var nextImg = $('#images .foo:eq(' + j + ')');
var curr
for loop might be the best way to
go. If you are trying to iterate through an array of unknown objects/
items, the each function is your way to go.
-Daniel
On Apr 24, 3:24 am, "Magnus O." wrote:
> Hi!
>
> I saw that the jQuery.each function iterates over the array like this:
>
$$.css('background-image').replace(/^url|[\(\)]/g, '');
should do the trick.
On Apr 24, 6:34 am, Mech7 wrote:
> What is the best way to get the background image url in css?
> i have found this in crossfade plugin but does not work in opera..
>
> var target = $$.css('backgroundImage').replace(/^
I am working with tablesorter plugin and pager plugin. I have written
code that looks for a class and decides whether or not to display the
row based on which checkboxes are selected.
Example: if i select the checkbox vehicles, the category id is 4, so
jquery looks in the table for any rows with
t's returned as-is.
>
> > It would be a good idea to open the URL providing this data in your
> > browser and examine the data, perhaps pasting it intohttp://jsonlint.com
> > to see if it's valid or not.
>
> > On Apr 22, 7:28 am, Daniel wrote:
>
> > >
something like...
$("#div").click(function() {
var ox = $(this).offset().left;
var oy = $(this).offset().top;
}
On Apr 22, 6:36 am, "David .Wu" wrote:
> If I got a 400px width div, can I get the offset left distance from
> mouse to the div in where I click?
Wait. I'm sorry... the second half of my response was for a different
post relating to parent and parents. I have not tested that in the
wild. It should, however, not remove the siblings for the same
reason.
On Apr 22, 6:45 am, Daniel wrote:
> It shouldn't. there is parent() and p
I'm very glad!
On Apr 22, 6:38 am, gostbuster wrote:
> Thank you very much! it works !
>
> thanks a lot !
>
> On 22 avr, 13:31, Daniel wrote:
>
> > try this...
>
> > $(".delete").hover(function(){
> >
move my element as well as all of
> it's siblings?
>
> -dennis
>
> On 22 Apr., 13:36, Daniel wrote:
>
> > var.parent().remove() should do the trick i think?
I can't tell 100% from looking at the code...
but it seems like you don't need to have that code inside the "if"
statement.
putting the:
$('.exploitation_seat span.addIfEmpty').live('click', function(){
elementInQuestionParent.append(contentToInsert) ;
})
code anywhere in the $(document)
var.parent().remove() should do the trick i think?
On Apr 22, 5:47 am, dth wrote:
> Hi,
>
> I have a jquery array with an element in it. I'd like to remove this
> element from the DOM, but can't see how.
>
> If I use var.remove() it removes all children but not the element
> itself.
>
> I cannot
try this...
$(".delete").hover(function(){
$(this).parent().css('background-
color','red');
}, function() {
$(this).parent().css('background-
color','white');
});
On Apr 22, 6:25 am, gostbuster wrote
This may be silly, but I notice you put "dataTipe" instead of
"dataType". If this is what your code looks like also, then there is
your problem right there...
On Apr 22, 4:56 am, Mario Soto wrote:
> The $.ajax function is causing me trouble, I'm using Mozilla Firefox
> 3.0.8 in a Kubuntu 8.10 c
I know this area of code was recently fixed for IE8 issues, but
something else is going wacky.
line 1065 and 1002
elem[ name ] = value;
change this to
try{elem[ name ] = value;} catch (err){};
and you're avoid errors being thrown in IE7 when a property is send an
invalid number.
I have multiple divs called article which have a show/hide link to
toggle a div inside called articleBody. Problem is when I click the
link all divs show/hide.
The html structure is below:
Hide [-]
: http://almdorf-reiteralm.sandbox.khan-it.at/
Maybe someone can help me now.
Thanks in advance
Daniel
Hello again,
scrolling works now - I copyied the example over it again.
But still initially opnly one image is loaded in FF.
Greetings
Daniel Khan
is here:
http://almdorf-reiteralm.sandbox.khan-it.at/mysite/javascript/jcarousel_loader.js
Maybe someone can help me out.
Thanks in advance!
Daniel
om.html
>
> On Feb 19, 1:13 am, Will Kelly wrote:
>
> > Great stuff, let me know how it goes! Will
>
> > On Feb 18, 11:06 pm, Daniel wrote:
>
> > > Wonderful! I plan to use this on the redesign of
> > > hodgesfarmequipment.com! Thank you, bo
It is posting, but its not ajax posting. I've tried with and without
other inputs, and it still submits like a normal form. I'm losing my
mind over this one! Thanks for the quick response, Mike. Love the
plugin, and have used it more than once!
On Feb 18, 5:26 pm, Mike Alsup wrote:
> > Everythin
I'm going nuts here, and I think i've been staring at this far too
long. I have done more than one of these in my day, but for some
reason this just isn't working. I'm hoping a fresh set of genius eyes
can help me out here.
Everything has been checked for validation and so on. Doesn't work in
IE
Wonderful! I plan to use this on the redesign of
hodgesfarmequipment.com! Thank you, bookmarked!
On Feb 18, 2:41 pm, Will Kelly wrote:
> Hi
>
> Just released a plugin for some code I've been working on and off for
> the past few months.
>
> It's a simple content scroller that can accept images a
What exactly is it that you are looking for as far as a replacement?
JQuery works great with the box. If you are looking for
something visually different, more so than CSS can take care of, you
can check out this one: http://www.brainfault.com/demo/selectbox/, if
there is something more you are l
Hi, quick fix for compatibility with jQuery 1.3
1. Open jquery.fancybox.js file
2. Replace line 73:
Before:
var arr = $("a...@rel=" + el.rel + "]").get();
After:
var arr = $("a[rel=" + el.rel + "]").get();
Bye.
On 22 Led, 16:13, Gordon wrote:
> Sorry for the double posting! Google groups see
Sry , I mean Validation plugin
On Jan 7, 3:40 am, Daniel wrote:
> What kind of validation are you using ? Are you using jquery Form
> plugin ?
>
> On Jan 7, 3:03 am, tawright915 wrote:
>
> > I did not make my question clear and left out some things so here is
> > g
What kind of validation are you using ? Are you using jquery Form
plugin ?
On Jan 7, 3:03 am, tawright915 wrote:
> I did not make my question clear and left out some things so here is
> goes again.
>
> I have two textboxes on my web form. When blank they are both
> required and are validated up
When you click outside the password field, the field is still
not
Therefore, default value is '' , not
a quick fix to your code ( not tested )
$('.login_input').blur(function(){
if(this.value === '' && this.name === 'pass'){
$('.header_login_right_fake
Hi,
i'm working on some bookmarklets / greasemonke scripts to
change some functionality in some websites.
i got some code like this
line 1 - aa
line 2 - bb
line 3 - cc
and i need to select all lines that contains "aa" and "cc"
does anybody have an idea how to do this?
yes it should. Do you have a test page ?
Cheers,
Daniel
On Dec 29, 8:47 pm, hcvitto wrote:
> hi daniel
> thanks for the replay..
> yes, it's initial state is hidden..As far as you know, should the
> ajaxStart/ajaxStop functions work with the "load" function too?
&
The page isnt loading correctly for me
On Dec 29, 4:44 pm, hcvitto wrote:
> http://www.tasker.it/img/demo/
>
> hi
> sorry for the long delay..i moved everything here
>
> http://www.tasker.it/img/demo/
>
> would you check now whether you can see it?
>
> On 23 Dic, 16:58, Mike Alsup wrote:
>
> >
I dont think there is a problem with your javascript code.
Did you try to set #load initial style to display:none ?
Cheers,
Daniel
On Dec 29, 5:33 pm, hcvitto wrote:
> come on..give me a christmas present ;)
>
> On 23 Dic, 09:51, hcvitto wrote:
>
> > i'm still here :) ...?
should be $(document).ajaxSend(function(){...})
Cheers,
Daniel.
On Dec 28, 3:14 am, "Lay András" wrote:
> Hello!
>
> On Sat, Dec 27, 2008 at 8:27 PM, Michael Geary wrote:
> > Well, that's odd that it didn't work. Try a single element by ID then:
gt; $("div[id^=mydiv]").change();
>
> This would find all divs with an ID that starts "mydiv". The
> performance on the class method may be more efficient though.
>
> -Dan
>
> On Sat, Dec 13, 2008 at 8:30 PM, Daniel L wrote:
>
> > Hi, I have
Hi, I have a situation where the same javascript is repeated about 50
times - just with a differnt ID. Example:
$('#mydiv1').change(function() {
doStuff('#mydiv1');
});
$('#mydiv2').change(function() {
doStuff('#mydiv2');
});
...
$('#mydiv50').change(function() {
doStuff('#mydiv50');
});
buttonImage:cal.gif',
buttonImageOnly: true
}));
});
Daniel
Tested your code. It worked in both Firefox 3 and IE7.
On Nov 23, 8:10 pm, Lorenzo Gil Sanchez
<[EMAIL PROTECTED]> wrote:
> Imagine this code:
>
> $("a").click(function () { alert("hello world"); return false; });
>
> $("button").click(function () { $("a").click(); });
>
> I would expect that cli
dTo(element.parent()); // this line will
change depends on your form layout
}else{
error.appendTo(element.parent()); // this line will
change depends on your form layout
}
}
Daniel.
On Nov 24, 12:40 am, Cronet <[EMAIL PROTECTED]>
Hi plee,
to disable all Sunday:
javascript:
$('#noSunday').datepicker({
beforeShowDay: noSunday,
showOn: "both",
buttonImage: "templates/images/calendar.gif",
buttonImageOnly: true
});
function noSunday(date){
var day = date.getDay();
if($('#term').val() == ""){
alert("empty");
//do something
}else{
alert($('#term').val());
//do something
}
On Nov 22, 3:32 am, coughlinsmyalias <[EMAIL PROTECTED]> wrote:
> Hey,
>
> I have been trying to look for a simple way to validate one field, if
> its empty then do X, how would I c
my firefox display it normally.
Can you indicate which part is not displayed correctly in firefox ?
Daniel.
On Nov 22, 5:46 am, Rene Veerman <[EMAIL PROTECTED]> wrote:
> This page displays fine in IE, opera and safari.
> But not in firefox :(
>
> http://tevlar.net/mytev
I have just checked your new solution with setTimeout. It should
produce similar result if you change the ajaxForm to ajaxSubmit.
Daniel.
On Nov 20, 4:10 am, anny <[EMAIL PROTECTED]> wrote:
> Daniel,
>
> Thank you for the reponse.
>
> I tried this , but does not work. Firf
quot; + responseText);
}
);
});
});
Daniel.
On Nov 20, 4:10 am, anny <[EMAIL PROTECTED]> wrote:
> Daniel,
>
> Thank you for the reponse.
>
> I tried this , but does not work. Firfox hangs at everyTime
> (1000,. Do i need to unclude any jquery files?
> right
name=q]').val(i);
$('#south').load("select.php?q="+$("input[name=q]").val());
});
});
html:
Load content into this div
Daniel.
On Nov 19, 5:53 am, anny <[EMAIL PROTECTED]> wrote:
> Hi ,
>
> I tried ajaxsu
Thanks for replying - as it turned out, in trying to go with what was
suggested I realised I was doing it all wrong! It's my fault for not
including the whole snippet I was working with (was trying to snip so
I didn't confuse the issue) and I would have normally worked it out if
it wasn't for the
Maybe it's the really late night I had but I can't figure this one
out. First the html:
Internal Link
http://external.com";>External Link
Internal Link2
in order to do something on the page instead of going to the link I
need to filter it based on if it cont
You can try jQuery.getScript(url, callback)
http://docs.jquery.com/Ajax/jQuery.getScript#urlcallback
On Nov 19, 4:25 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> I have an issue that I initially thought was a jQuery problem, but
> after simplifying things in preparation for posting my q
Did you try to use the submit event ?
For example:
Javascript:
$(document).ready(function(){
$('#formLoad').submit(function(){
$('#south').html("Loading ...").load("test.html");
return false;
});
});
HTML:
Load content into this div
O
For my case , I get the user value from the field and add it as a
parameter into the remote's url . Sth like this : /
checkpass&user=userid
Daniel.
On Nov 17, 5:07 am, shapper <[EMAIL PROTECTED]> wrote:
> In this case I have only the validate request for the password field
>
cant give you any example.
I suggest you to use the BlockUI plugin , so instead of just display
the Loading div , it blocks your interaction with the page until the
content is fully loaded. You can find it here http://malsup.com/jquery/block/
Daniel.
On Nov 18, 6:23 am, "[EMAIL PROTECTED
http://docs.jquery.com/Licensing
Jquery is released under the MIT license. In other words, do what ever you
want.
- Daniel Freiman
Required disclaimer: I am not a lawyer.
On Mon, Nov 10, 2008 at 5:55 PM, henry <[EMAIL PROTECTED]> wrote:
>
> would compressing & merging
Actually, it may depend on the license of the plugin, but from jquery's side
you're fine.
On Mon, Nov 10, 2008 at 10:18 PM, Daniel Freiman <[EMAIL PROTECTED]>wrote:
> http://docs.jquery.com/Licensing
>
> Jquery is released under the MIT license. In other words
I am using jQuery show/hide functions on click, so when you click on
the contact link it hides that div and then shows a contact form. Once
you fill in the contact form and click submit it shows the thanks page
div.
I am using validation from here:
http://bassistance.de/jquery-plugins/jquery-plu
I am using jQuery show/hide functions on click, so when you click on
the contact link it hides that div and then shows a contact form. Once
you fill in the contact form and click submit it shows the thanks page
div.
I am using validation from here:
http://bassistance.de/jquery-plugins/jquery-plu
l').tabs({
load: function(e, ui) {
$('a', ui.panel).livequery("click",function() {
$(ui.panel).load(this.href);
return false;
});
}
});
});
...I hope this is useful for someone!
Cheers,
Dani
?
Regards
Daniel
[1]http://www.openldap.org/lists/openldap-software/200702/msg00100.html
Daniel Paufler wrote:
> ...
> Now, my whole LDAP dc=tree is aviable on the slave. If i now insert
> syncrepl for cn=schema,cn=config
>
> ldapadd -W -x -D "cn=admin,cn=config"
Sorry, I meant Klaus!
I get called David a lot
Daniel
On 7 sep, 11:22, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> You need to ajaxify those links after the content has been loaded:
>
> $(function() {
> $('#example').tabs({
> load: function(e, ui)
ilable and vice-versa without loading the whole calendar
again. How would this be done?
Thanks,
Daniel
Thank you very much Karl, that worked perfectly!
Daniel
On 7 sep, 11:22, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> You need to ajaxify those links after the content has been loaded:
>
> $(function() {
> $('#example').tabs({
> load: function(e, ui)
Hi everyone,
I am using jQuery UI tabs version 3.0. I am calling the tabs content
via Ajax, but the links inside the tabs don't open inside the tabs,
instead they load into a new page. Is there any way to make my links
load via Ajax into the current tab?
Thanks,
Daniel
Hi Jan I have an example page set up at http://dsagency.eledesign.com/.
I am using two different controls to run the carousel.
1. The List of Articles above the carousel.
2. The next and previous buttons.
I would like to be able to set a class of current to the list of
articles so that no matte
Hi!, I'm new with jQuery, and I tried to modify the id attribute of a
div without success. I need to do that because I want to change some
CSS properties of that div, and I already have the code. So, how can I
change something like this:
into this:
?
I've already tried with $("#header-blue"
Hi!, I'm new with jQuery, and I tried to modify the id attribute of a div
without success. I need to do that because I want to change some CSS
properties of that div, and I already have the code. So, how can I change
something like this:
into this:
?
I've already tried with $("#header-blue
Hi
I've got some troubles with treeview:
http://reunion-industrial.es/reiphp/productos.php
First time it loads it Works perfectly, but when I click on one
subsubsubfamily and the page reloads, it seems the treeview loads all
the ítems at the same time. That is visible only a few ms but it makes
You might want to try http://www.projectatomic.com/2008/04/
jquery-flickr/">jQuery Flickr. No server side code necessary, and
you can apply the Carousel function in a callback after all the Flickr
result have been returned.
On May 27, 7:27 am, Gary Homewood <[EMAIL PROTECTED]> wrote:
> I am looki
Assuming that the divs are siblings and you want everything after the third
element hidden, you could probably try the following
$(".divclass:nth-child(3)~.divclass").hide();
-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of anthonyd
Sent: Tuesda
I've encountered this myself. The issue is caused by the fact that the TinyMCE
plugin inserts other html elements into the textarea. What you have to do is
change your selector to parse down the node tree from the parent textarea down
to the child element you're actually typing into. Firebug
$(".ac_over").remove(); //remove the
previous autocomplete options from the dom.
}
});
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daniel
Murker
Sent: Friday, May 16, 2008 3:32 PM
To: jquery-en@googlegroups.
I have a form with 3 inputs in it. these three inputs consist of a text field,
a button, and a textarea field.
I utilize the jquery plugin found here:
http://docs.jquery.com/Plugins/Autocomplete
for the text field.
Basically, what I do is have the button add the current value from the text
f
I can't get your example to work.
When I try to debug by adding this line:
var r, v;
console.log(node.attr("textExtraction"));
try { v = node.attr("textExtraction"); }
I get the error "node.attr is not a function".
/Daniel
On T
(I hope I didn't double post this)
I can't get your example to work.
When I try to debug by adding this line:
var r, v;
console.log(node.attr("textExtraction"));
try { v = node.attr("textExtraction"); }
I get the error "node.attr is not a function".
On May 13, 11:0
How do you sort a column that contains multiple tds?
Take a look at this example:
first name
last name
peter
parker
john
hood
Clickin
How do you sort a column that contains multiple tds?
Look at this example:
first name
last name
peter
parker
john
hood
Clicking on th
I had this exact issue once. It was extremely easy to resolve too. What I did
was incorporate a click event for that tab into the message list of the
validator.
messages: {
Fieldname: {
required: function(){$("").click();return;}
}
-Original Message-
From: jqu
1 - 100 of 135 matches
Mail list logo