[jQuery] Move an element

2010-01-29 Thread Daniel Beard
.floatRight class (there are 6 in total on the page). My question is how do I make it just move that element, not ALL of them. I have experimented with next(), siblings(), etc, but with no luck... Many thanks! Daniel

[jQuery] LavaLamp Plugin-Superfish Intergration

2009-12-22 Thread 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

[jQuery] center popup scroll/resize probs

2009-10-25 Thread Daniel Donaldson
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

[jQuery] show/hide problem

2009-10-24 Thread Daniel Donaldson
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

[jQuery] Re: ie6 and .val() issue

2009-10-14 Thread Daniel Murker
the /default 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

[jQuery] ie6 and .val() issue

2009-10-13 Thread Daniel Murker
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. select id=selectbox option

[jQuery] Re: ie6 and .val() issue

2009-10-13 Thread Daniel Murker
$(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 james.gp@gmail.com wrote: The line is: $(document).ready(function(){ On Oct 13, 2:08 pm, Daniel

[jQuery] Re: Accessing Elements after adding them with Append

2009-09-03 Thread Daniel
Hi mkmanning, works like a charm, thanks a lot! :) Daniel On 2 Sep., 18:00, mkmanning michaell...@gmail.com wrote: Use .live() http://docs.jquery.com/Events/live#typefn On Sep 2, 1:51 am, Daniel battlew...@googlemail.com wrote: Hi There, I'm having trouble accessing some Elements

[jQuery] Accessing Elements after adding them with Append

2009-09-02 Thread Daniel
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

[jQuery] circular autoscrolling

2009-09-01 Thread Daniel
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] Re: jQuery Adobe Air: onclick event not working

2009-08-31 Thread Daniel Bachhuber
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 jto...@gmail.com wrote: I am stumped... have been banging my head

[jQuery] Optional Buttons in Modal Form Dialog

2009-08-02 Thread Daniel Israel
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

[jQuery] Ajax sometimes not executing callback...

2009-07-31 Thread Daniel Israel
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,

[jQuery] Re: Ajax sometimes not executing callback...

2009-07-31 Thread Daniel Israel
, 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 can enter data. It makes

[jQuery] Rich Text Editor plugin

2009-07-26 Thread Daniel Bueno
Hi, I need to put a rich text editor in a textarea. Is there any way to do this with jQuery? Thanks, Daniel Bueno

[jQuery] Re: Rich Text Editor plugin

2009-07-26 Thread DANIEL BUENO
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 Desenvolvimento de

[jQuery] update several divs within a .each() loop

2009-07-22 Thread Daniel
would really appreciate it :-) Thanks! Daniel

[jQuery] Re: update several divs within a .each() loop

2009-07-22 Thread Daniel
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 d.vui...@gmail.com wrote: Hi everybody! I want to update the contents of several divs periodically with the response i get from a php-script

[jQuery] Is it possible to change the URL of a jQuery tab?

2009-07-09 Thread Daniel
So far I have tried: $('a.classname').attr('href','/some_page') and $('#li_id').html('a class=tab_dk_blue href=/some_page title=detailsDetails/a') Thanks in advance.

[jQuery] jQuery ajaxSubmit(), how to send the form in a json format?

2009-07-02 Thread DaNieL
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

[jQuery] AutoComplete Plugin + Json not work in IE!

2009-06-19 Thread DaNieL
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

[jQuery] AutoComplete Plugin + Json not work in IE!

2009-06-19 Thread DaNieL
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

[jQuery] Custom Attributes with Integer values?

2009-05-14 Thread Daniel Murker
} }); }); for the above code, what would be the best way to then DISABLE any and all remaining inputs with the amount attribute that have an amount attribute value greater than the new value of the *remaining* variable? is it even possible? Daniel

[jQuery] Re: JQuery - Tablesorter - move the last line to firt line

2009-05-11 Thread Daniel Queiroz
I tried to do this Put all rows inside the tbodytfoot/tfoot/tbody 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 aqua...@gmail.com wrote: What is meant by this? I'm assuming that a sort is being performed that is

[jQuery] Re: JQuery - Tablesorter - move the last line to firt line

2009-05-11 Thread Daniel Queiroz
, 2009 at 3:56 PM, aquaone aqua...@gmail.com wrote: ... no. tfoot is the same level as thead and tbody. it does not belong inside the tbody. it should be a child of the table. stephen On Mon, May 11, 2009 at 11:52, Daniel Queiroz danie...@gmail.com wrote: I tried to do this Put all rows

[jQuery] [validation] Specify range with attributes

2009-04-29 Thread Daniel Sabater
' name='myname' type='text' class='required' range='[100,200]/ The validation message I get is a Please enter a value between NaN and NaN. Any help on this? Thanks Daniel BTW, this related thread is unanswered: http://groups.google.com/group/jquery-en/msg/0b4215e7d69ed7e4

[jQuery] Re: Get background-image url ?

2009-04-24 Thread Daniel
$$.css('background-image').replace(/^url|[\(\)]/g, ''); should do the trick. On Apr 24, 6:34 am, Mech7 chris.de@gmail.com 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 =

[jQuery] Re: performance of jQuery.each

2009-04-24 Thread Daniel
. 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. mag...@magnusottosson.se wrote: Hi! I saw that the jQuery.each function iterates over the array like this: for ( name in object){} From what I read

[jQuery] Re: basic image gallery, running into a few problems

2009-04-24 Thread Daniel
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

[jQuery] tablesorter plugin

2009-04-23 Thread Daniel
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

[jQuery] Re: Bug? Jquery 1.3.2 - $.ajax + Firefor 3.0.8

2009-04-22 Thread Daniel
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 canc...@gmail.com wrote: The $.ajax function is causing me trouble, I'm using Mozilla Firefox 3.0.8 in a

[jQuery] Re: select only the father

2009-04-22 Thread Daniel
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

[jQuery] Re: Removing anonymous element

2009-04-22 Thread Daniel
var.parent().remove() should do the trick i think? On Apr 22, 5:47 am, dth dennis.thry...@gmail.com 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

[jQuery] Re: tow live event imbriqued

2009-04-22 Thread Daniel
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

[jQuery] Re: Removing anonymous element

2009-04-22 Thread Daniel
remove my element as well as all of it's siblings? -dennis On 22 Apr., 13:36, Daniel dcosta...@gmail.com wrote: var.parent().remove() should do the trick i think?

[jQuery] Re: select only the father

2009-04-22 Thread Daniel
I'm very glad! On Apr 22, 6:38 am, gostbuster jeremyescol...@gmail.com wrote: Thank you very much! it works ! thanks a lot ! On 22 avr, 13:31, Daniel dcosta...@gmail.com wrote: try this...                 $(.delete).hover(function(){                         $(this).parent().css

[jQuery] Re: Removing anonymous element

2009-04-22 Thread Daniel
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 dcosta...@gmail.com wrote: It shouldn't. there is parent

[jQuery] IE7 Thrown Invalid Argument Bug resurfaced

2009-04-22 Thread Daniel
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

[jQuery] Re: How to catch mouse position inside an area?

2009-04-22 Thread Daniel
something like... $(#div).click(function() { var ox = $(this).offset().left; var oy = $(this).offset().top; } On Apr 22, 6:36 am, David .Wu chan1...@gmail.com wrote: If I got a 400px width div, can I get the offset left distance from mouse to the div in where I click?

[jQuery] Re: Bug? Jquery 1.3.2 - $.ajax + Firefor 3.0.8

2009-04-22 Thread Daniel
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 dcosta...@gmail.com wrote: This may be silly, but I notice you put dataTipe instead of dataType

[jQuery] jQuery multiple toggle - should be quick

2009-04-13 Thread Daniel
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: div class=article p class=showa href=#Hide [-]/a/p div class=articleBody!-- Stuff i need to hide on

[jQuery] jCarousel initial images

2009-04-10 Thread Daniel Khan
: http://almdorf-reiteralm.sandbox.khan-it.at/ Maybe someone can help me now. Thanks in advance Daniel

[jQuery] jCarousel display and scrolling problems

2009-04-09 Thread Daniel Khan
://almdorf-reiteralm.sandbox.khan-it.at/mysite/javascript/jcarousel_loader.js Maybe someone can help me out. Thanks in advance! Daniel

[jQuery] Re: jCarousel display and scrolling problems

2009-04-09 Thread Daniel Khan
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

[jQuery] Re: New plugin: simplyScroll

2009-02-20 Thread Daniel
On Feb 19, 1:13 am, Will Kelly willrke...@gmail.com wrote: Great stuff, let me know how it goes! Will On Feb 18, 11:06 pm, Daniel dcosta...@gmail.com wrote: Wonderful! I plan to use this on the redesign of hodgesfarmequipment.com! Thank you, bookmarked! On Feb 18, 2:41 pm

[jQuery] Re: Select Box. Anyone?

2009-02-18 Thread Daniel
What exactly is it that you are looking for as far as a replacement? JQuery works great with the select 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

[jQuery] Jquery Form Plugin issues

2009-02-18 Thread Daniel
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

[jQuery]

2009-02-18 Thread Daniel Costalis

[jQuery] Re: New plugin: simplyScroll

2009-02-18 Thread Daniel
Wonderful! I plan to use this on the redesign of hodgesfarmequipment.com! Thank you, bookmarked! On Feb 18, 2:41 pm, Will Kelly willrke...@gmail.com 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

[jQuery] Re: Jquery Form Plugin issues

2009-02-18 Thread Daniel
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 mal...@gmail.com

[jQuery] Re: jQuery 1.3 incompatible plugins

2009-02-06 Thread Daniel
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 grj.mc...@googlemail.com wrote: Sorry for the double posting!

[jQuery] Re: Hide / show password field with focus

2009-01-06 Thread Daniel
When you click outside the password field, the field is still input class=login_input type=password name=pass value= / not input class=login_input type=text name=fake_pass value=?php echo TEXT_PASSWORD; ? / Therefore, default value is '' , not ?php echo TEXT_PASSWORD; ? a quick fix to your code

[jQuery] Re: Jquery coding direction

2009-01-06 Thread Daniel
What kind of validation are you using ? Are you using jquery Form plugin ? On Jan 7, 3:03 am, tawright915 tawright...@gmail.com 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

[jQuery] Re: Jquery coding direction

2009-01-06 Thread Daniel
Sry , I mean Validation plugin On Jan 7, 3:40 am, Daniel dqmin...@gmail.com wrote: What kind of validation are you using ? Are you using jquery Form plugin ? On Jan 7, 3:03 am, tawright915 tawright...@gmail.com wrote: I did not make my question clear and left out some things so here

[jQuery] Select a line inside a pre tag

2009-01-01 Thread Daniel
Hi, i'm working on some bookmarklets / greasemonke scripts to change some functionality in some websites. i got some code like this pre line 1 - aa line 2 - bb line 3 - cc /pre and i need to select all lines that contains aa and cc does anybody have an idea how to do this?

[jQuery] Re: ajaxStart don't work for ajax/load?

2008-12-29 Thread Daniel
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 hcvi...@gmail.com wrote: come on..give me a christmas present  ;) On 23 Dic, 09:51, hcvitto hcvi...@gmail.com wrote: i'm still

[jQuery] Re: corner plugin ie7 bug

2008-12-29 Thread Daniel
The page isnt loading correctly for me On Dec 29, 4:44 pm, hcvitto hcvi...@gmail.com 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

[jQuery] Re: ajaxStart don't work for ajax/load?

2008-12-29 Thread Daniel
yes it should. Do you have a test page ? Cheers, Daniel On Dec 29, 8:47 pm, hcvitto hcvi...@gmail.com 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? On 29 Dic, 12:49

[jQuery] Re: .ajaxSend fires six times

2008-12-27 Thread Daniel
should be $(document).ajaxSend(function(){...}) Cheers, Daniel. On Dec 28, 3:14 am, Lay András lays...@gmail.com wrote: Hello! On Sat, Dec 27, 2008 at 8:27 PM, Michael Geary m...@mg.to wrote: Well, that's odd that it didn't work. Try a single element by ID then: $('#someExistingID

[jQuery] Wildcard selector AND pass the selector to a sub-function?

2008-12-13 Thread Daniel L
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');

[jQuery] Re: Wildcard selector AND pass the selector to a sub-function?

2008-12-13 Thread Daniel L
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 dan...@cleardocs.com wrote: Hi, I have a situation where the same javascript is repeated about 50 times - just with a differnt ID. Example: $('#mydiv1

[jQuery] jqmodal and ui datepicker problem

2008-11-25 Thread Daniel
', buttonImageOnly: true })); }); Daniel

[jQuery] Re: jQuery date picker - how to disable all Sunday

2008-11-23 Thread Daniel
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();

[jQuery] Re: adding different class for only 1 error element?

2008-11-23 Thread Daniel
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] wrote: Hi, i would like adding all errors

[jQuery] Re: why is the click event different in a elements?

2008-11-23 Thread 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 clicking on the

[jQuery] Re: can you perhaps tell why this page doesnt show in firefox?

2008-11-22 Thread Daniel
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/mytevlar/ any clues greatly

[jQuery] Re: Simple Validate if empty

2008-11-22 Thread Daniel
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 check? I

[jQuery] Re: ajaxsubmit with autosave feature

2008-11-19 Thread Daniel
); $('#south').load(select.php?q=+$(input[name=q]).val()); }); }); html: form id=formLoad name=form method=get action= input type=text name=q value=/br / input type=submit name=submit value=submit/ /form div id=south Load content into this div/div Daniel

[jQuery] Re: ajaxsubmit with autosave feature

2008-11-19 Thread Daniel
); } ); }); }); 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 now i have only 3 files, form.js and jquery.js , timers.js

[jQuery] Re: ajaxsubmit with autosave feature

2008-11-19 Thread Daniel
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. Firfox hangs at everyTime (1000

[jQuery] Re: Update div works in IE but not in FF?

2008-11-18 Thread Daniel
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] [EMAIL PROTECTED

[jQuery] Re: Validate. Can I validate using 2 values?

2008-11-18 Thread Daniel
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 : / checkpassuser=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 that also sends

[jQuery] Re: Ajax call with a Form button

2008-11-18 Thread Daniel
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: form id=formLoad name=form method=get

[jQuery] Re: Executing Dynamic Javascript

2008-11-18 Thread Daniel
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

[jQuery] not a standard .attr task - needs a filter

2008-11-18 Thread daniel
Maybe it's the really late night I had but I can't figure this one out. First the html: div a href=#internalInternal Link/a a href=http://external.com;External Link/a a href=#internal2Internal Link2/a /div in order to do something on the page instead of going

[jQuery] Re: not a standard .attr task - needs a filter

2008-11-18 Thread daniel
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

[jQuery] Re: would compressing merging multiple jquery plugin's violate any license?

2008-11-10 Thread Daniel Freiman
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 multiple jquery plugin's

[jQuery] Re: would compressing merging multiple jquery plugin's violate any license?

2008-11-10 Thread Daniel Freiman
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, do what ever you want. - Daniel

[jQuery] jQuery Show/Hide validation problem

2008-11-05 Thread Daniel
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:

[jQuery] jQuery Validate and Show/Hide problems

2008-11-05 Thread Daniel
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:

[jQuery] Re: Tabs ui links

2008-09-10 Thread Daniel Beard
({ 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, Daniel On 8 sep, 14:38, Klaus Hartl [EMAIL

Re: schema replication 2.4

2008-09-09 Thread Daniel Paufler
? 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 -f init_slave_config.ldif -- dn

[jQuery] Re: Tabs ui links

2008-09-08 Thread Daniel Beard
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) { $('a', ui.panel).click

[jQuery] UI Datepicker change class on callback

2008-09-08 Thread Daniel Beard
and vice-versa without loading the whole calendar again. How would this be done? Thanks, Daniel

[jQuery] Re: Tabs ui links

2008-09-08 Thread Daniel Beard
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) { $('a', ui.panel).click

[jQuery] Tabs ui links

2008-09-01 Thread Daniel Beard
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

[jQuery] Modify ID attribute

2008-06-19 Thread Daniel A.
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: div id=header-blue class=span-24 into this: div

[jQuery] Modify ID attribute

2008-06-19 Thread Daniel Amselem
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: div id=header-blue class=span-24 into this: div

[jQuery] [treeview]

2008-06-12 Thread Daniel
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

[jQuery] Re: jQuery + jCarousel data loading

2008-06-11 Thread Daniel MacDonald
You might want to try a href=http://www.projectatomic.com/2008/04/ jquery-flickr/jQuery Flickr/a. 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

[jQuery] RE: jQuery and tinyMCE help

2008-06-03 Thread Daniel Murker
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.

[jQuery] Re: Hiding after a certain amount of elements are shown?

2008-06-03 Thread Daniel Murker
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:

[jQuery] Re: Tablesorter - Custom Sorts

2008-05-14 Thread Daniel Eriksson
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 Tue, May 13, 2008 at 11:09 PM, Scott [EMAIL

[jQuery] Re: Tablesorter - Custom Sorts

2008-05-14 Thread Daniel Eriksson
(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:09 pm,

[jQuery] Tablesorter - Sorting a column with multiple tds

2008-04-29 Thread Daniel Eriksson
How do you sort a column that contains multiple tds? Take a look at this example: table cellspacing=1 class=tablesorter thead tr th colspan=2first name/th thlast name/th /tr /thead tbody tr tdinput type=checkbox name=cb_1

[jQuery] Tablesorter - Sorting a column with multiple tds

2008-04-24 Thread Daniel Eriksson
How do you sort a column that contains multiple tds? Look at this example: table cellspacing=1 class=tablesorter thead tr th colspan=2first name/th thlast name/th /tr /thead tbody tr tdinput type=checkbox name=cb_1 //td

[jQuery] Re: Datepicker Range

2008-04-15 Thread Daniel Murker
So I have two text fields in a form I've created which will constitute a date range. I want to use the datepicker(change, settings) function to change the min or max date of the field when a date is selected. Example: User selects: 4/10/2008 in 'from' datepicker. onSelect should then

[jQuery] Re: Tabs Validation

2008-04-15 Thread Daniel Murker
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(){$(child link of relevant tab here).click();return;} }

[jQuery] Extend/Override jQuery Functions for IE6

2008-03-08 Thread Daniel S. Kim
After days of searching and experimenting with solutions for IE6 issues (peekaboo, etc.) I am having with my css implementation and jQuery, I believe a temporary work around is to extend/override (not sure what the exact term is) some jQuery functions when used in IE6. I am sure there is an

[jQuery] Re: when an AJAX API documentation!!

2008-02-25 Thread daniel
This is unfair, extJS IS NOT open source, pelase just read licence carefully. http://extjs.com/license anyway try this http://jquery.bassistance.de/api-browser/ good luck. On Feb 22, 9:10 am, oscarml [EMAIL PROTECTED] wrote: HI, do you know if it planned to develop an API documentation pure

  1   2   >