[jQuery] Re: [To Klaus] tabs plugin suggestion

2007-07-24 Thread voltron
Whoa! Just what I was looking for, can one dynamically assign content to the tabs using Ajax? Great plugin On Jul 24, 6:08 pm, "Sean Catchpole" <[EMAIL PROTECTED]> wrote: > Rob, > > If I understood you correctly, then idTabs does exactly what your asking > for.http://www.sunsean.com/idTabs/ > >

[jQuery] Layout Panels?

2007-07-30 Thread voltron
Hi! Are there any layout panels for Jquery? Examples are(http://extjs.com/ deploy/ext/docs/index.html)? Thanks!

[jQuery] Re: Resig's Accordion Lite

2007-08-04 Thread voltron
This is awesome! I think my thoughts of using Jquery for all my UI needs could be realized. I´ve got 2 questions: 1. When would this be an official Plug in? 2. Has someone tried putting other elements in the Accordion? I have seen some with images, textboxes, checkboxes and what not in them. Roc

[jQuery] Making periodical calls per Ajax?

2007-08-07 Thread voltron
Howdy! how does one making periodical Ajax calls using Jquery? Thanks

[jQuery] Jquery native HTML editor

2007-08-07 Thread voltron
Hi all, I would like to know if progress has been made on the Jquery native HTML editor, can one use it production code? Where can one download and evaluate the latest version? Thanks

[jQuery] Re: Jquery native HTML editor

2007-08-08 Thread voltron
Thanks On Aug 7, 11:08 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Some discussions on the > topic:http://groups.google.com/group/jquery-ui/browse_thread/thread/5423ce2... > > Glen > > On 8/7/07, voltron <[EMAIL PROTECTED]> wrote: > > > >

[jQuery] Selecting attributes of an element

2007-08-08 Thread voltron
Excuse my newbiness, how do I select a particular attribute of an element? Example: foobar how do I select and return the test1 attribute? Thanks

[jQuery] Re: Making periodical calls per Ajax?

2007-08-08 Thread voltron
t; <[EMAIL PROTECTED]> wrote: > There is a jHeartbeat plugin, but it hasn't been updated in a while, > so who knows how well it works now. You might use it to get you > started though. Also, you might want to look into the JavaScript > functions setInterval and setTimeout

[jQuery] Re: Selecting attributes of an element

2007-08-08 Thread voltron
Thanks On Aug 8, 2:04 pm, "Richard D. Worth" <[EMAIL PROTECTED]> wrote: > On 8/8/07, voltron <[EMAIL PROTECTED]> wrote: > > > > > Excuse my newbiness, how do I select a particular attribute of an > > element? > > > Example: > > &g

[jQuery] Re: ANNOUNCE: jQuery.YAV v1.0.1 plugin for more complex form validations

2007-08-09 Thread voltron
Hi, I have a few questions: 1. Do you have examples that display the errors in another coantainer? 2. Can one validate date formats form other countries like Germany? Thanks On Aug 9, 10:43 am, SeViR <[EMAIL PROTECTED]> wrote: > I just updated the plugin for integrate YAV form validation with j

[jQuery] Re: John's Pager - best plugin no one uses?

2007-08-10 Thread voltron
Hi, where is the original page for the plugin? Are there examples? On Aug 10, 12:52 pm, agent2026 <[EMAIL PROTECTED]> wrote: > This undocumented plugin is really worth adding to the repository I > think. It needs a little fleshing out, which I've tried to do, but > all in all is a super fast, su

[jQuery] Re: pagination

2007-08-12 Thread voltron
Hi! this is cool, could you post the main site to this plugin? I would like to see the docs Thanks On Aug 10, 10:43 pm, "Web Specialist" <[EMAIL PROTECTED]> wrote: > Eridius > > jqGrid could be an option for you: > > this plugin haves a very nice pagination(recordset) example using ajax: > > ht

[jQuery] Dynamically assigning validation rules with Validation plugin

2007-08-22 Thread voltron
Hi all, I have a text input field declared to be used for searching a database. The users can search for a zipcode, city or company name based on what the choose using a radio button. How can I then dynamically assign different validation rules to the input field using Jörns Validation plugin?

[jQuery] Re: Dynamically assigning validation rules with Validation plugin

2007-08-23 Thread voltron
Thanks for the reply SeVir, but I´m confused, do you have a small example of what you mean? Do you mean that I should create the input field with javascript and remove it based on the users input? On Aug 23, 8:26 am, SeViR <[EMAIL PROTECTED]> wrote: > voltron escribió:> Hi all,

[jQuery] Re: Dynamically assigning validation rules with Validation plugin

2007-08-24 Thread voltron
Great! Thanks! On Aug 24, 8:23 am, SeViR <[EMAIL PROTECTED]> wrote: > voltron escribió:> Thanks for the reply SeVir, but I´m confused, do you have > a small > > example of what you mean? > > > Do you mean that I should create the input field with javascript and &g

[jQuery] Toggling the html of an element

2007-08-27 Thread voltron
Hi all, I am toggling an element using A tags, I would like the A tag to display "Show" or "Hide" depending on the state. my proble is, I cannot get this to work properly: my code: $(document).ready(function(){ $('#toggleTwo').click(function(){ $('#rubricTwo').toggle(f

[jQuery] Re: Toggling the html of an element

2007-08-27 Thread voltron
Strange, my posts are not showing up. Well here goes. I tried both methods, and both don' t work, could it be a biug with the Jquery version? I am using 1.1.3. Firebug does not state any errors and when I remove both values for the toggle function, it works. Any other ideas? Thanks On Aug 27, 10

[jQuery] Re: Toggling the html of an element

2007-08-27 Thread voltron
return false; >}); > }); // end document.ready > > > "this" in "$(this).html" was referring to the div you were toggling > > On 8/27/07, voltron <[EMAIL PROTECTED]> wrote: > > > > > > > Hi all, > > >

[jQuery] pnGFix Plugin with Jquery 1.1.4

2007-08-27 Thread voltron
Hi all, has anyone gotten the pngFix plugin to work with Jquery 1.1.4? Thanks

[jQuery] Re: Toggling the html of an element

2007-08-27 Thread voltron
Very strange, that does nor work either Klaus. I am using 1.1.3, maybe it´s a Jquery version problem? Toggle works when I remove both arguments and leave it empty. Thanks On Aug 27, 9:56 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Benjamin Sterling wrote: > > > >$(document).ready(function(

[jQuery] Re: Toggling the html of an element

2007-08-27 Thread voltron
(function(){ > > $('#toggleTwo').toggle(function(){ > $('#rubricTwo').html('hide'); > return false; > }, function(){ > $('#rubricTwo').html('show'); > return f

[jQuery] Re: pnGFix Plugin with Jquery 1.1.4

2007-08-27 Thread voltron
test > jQuery, you can't repeat the image using background repeat. > > On 27/08/2007, voltron <[EMAIL PROTECTED]> wrote: > > > > > Hi all, > > > has anyone gotten the pngFix plugin to work with Jquery 1.1.4? > > > Thanks

[jQuery] Re: Toggling the html of an element

2007-08-29 Thread voltron
ent.ready > > In this case the keyword 'this' (without quotes) refers to the object > that was clicked that way we don't need to do another > getElementById(). I think you had it similar to this to begin with, so > you were closer to being correct than you thought ;) > > - Dan

[jQuery] Jquery and Xinha

2007-09-05 Thread voltron
Hi all! Has anybody gotten Xinha (http://xinha.webfactional.com/) to work wth Jquery? Thanks

[jQuery] Re: Jquery and Xinha

2007-09-06 Thread voltron
es something about it keep it from working when using > jQuery? > > --Erik > > On 9/5/07, voltron <[EMAIL PROTECTED]> wrote: > > > > > Hi all! > > > Has anybody gotten Xinha (http://xinha.webfactional.com/) to work wth > > Jquery? > > > Thanks

[jQuery] Accordion problems with IE6

2007-09-06 Thread voltron
I have problems using the Accoridion plugin with IE6, everything works as expected on FF but IE6 "flashes" and misbehaves. Here is the page: http://www.nhytro.de/apache2-default/template/test.html Does someone have an idea? Thanks

[jQuery] Accessing elements returned by clone

2007-09-11 Thread voltron
How can I access the elements returned when using clone and manipulate them? I would like to change the Ids of the clone elements and siblings before appending it to another element. Example Volvo Saab Opel Audi JS $("#carselection").clone().appe

[jQuery] Re: Accessing elements returned by clone

2007-09-14 Thread voltron
Thanks! That helped Renaud :-)) On Sep 11, 9:30 pm, Renaud <[EMAIL PROTECTED]> wrote: > On 11 sep, 15:19, Renaud <[EMAIL PROTECTED]> wrote: > > > > > > $('#carselection').clone().find("[EMAIL PROTECTED]").andSelf() > > .each(function() { > > $(this).attr("id", $(this).attr("id")

[jQuery] Using the charcounter plugin with an input field

2007-09-20 Thread voltron
I would like to put the counter in an input field of type text instead of in an em or Div tag as in the docs, could someone show me how that can be achieved? Just passing the ID of the Input tag did not work. link to the plugin http://www.tomdeater.com/jquery/character_counter/ Thanks

[jQuery] Validation plugin - alphanumeric password with min length

2007-09-21 Thread voltron
Hi, has anyone written a validator to check for alphanumeric values and a min length for the validator plug in? thanks

[jQuery] Validate plugin and alphanumeric passwords

2007-09-22 Thread voltron
Hi! has anyone written a validator for a minimum length and alphanumeric password for the validator plugin? Thanks

[jQuery] Re: Validation plugin - alphanumeric password with min length

2007-09-23 Thread voltron
Could you show me how I would implement this using the code above? Another thing, the code below, using password:true causes errors and does not work with Jquery 1.2 Thanks On Sep 22, 10:03 am, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > voltron schrieb:> Hi, > > > has

[jQuery] Re: Metadata plugin performance issues

2007-09-24 Thread voltron
Would there be an official bug fix sometime? I am using it with validation plugin Thanks

[jQuery] Retrieving the parent of a cloned element

2007-09-24 Thread voltron
I am cloning a set of elements, one of these elements is a button that would delete this set of elements when clicked on. My problem is that I cannot successfully bind a function to the button that does the deleting // JS code $("#add_activity").click(function(){ var maxCount = [1,2,

[jQuery] Retrieving the parent of a cloned element

2007-09-24 Thread voltron
Hmm, I think thats something different On Sep 24, 2:49 pm, John Farrar <[EMAIL PROTECTED]> wrote: > I would like to see a function (of course it might be there alleady and > I don't know it) like this added to jQuery. > > http://docs.mootools.net/Plugins/Group.js

[jQuery] Re: Validation plugin - alphanumeric password with min length

2007-09-24 Thread voltron
arate errorContainer . I´m using the metadata plugin in conjunction with the validation plugin. Thanks On Sep 23, 11:12 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > voltron schrieb:> Could you show me how I would implement this using the code > above? > > Another th

[jQuery] Re: AJAX Grouping feature...

2007-09-24 Thread voltron
Thanks Stephan! Kindly change the thread title again please :-)) On Sep 24, 4:33 pm, Stephan Beal <[EMAIL PROTECTED]> wrote: > On Sep 24, 2:49 pm, John Farrar <[EMAIL PROTECTED]> wrote: > > > I would like to see a function (of course it might be there alleady and > > I don't know it) like this ad

[jQuery] Retrieving the parent of a cloned element

2007-09-24 Thread voltron
Changed the title again, so, now hopefully someone can help me with my problem.

[jQuery] Checkbox "checked" event

2007-09-24 Thread voltron
How do I detect if a checkbox is checked by a user? change or click would be wrong. Thanks

[jQuery] Re: Validation plugin - alphanumeric password with min length

2007-09-24 Thread voltron
password, alphanumeric bla, blah The passwords must match! Auf Deutsch Passwort: Passwort wiederholen: On Sep 24, 7:53 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > voltron schrieb:> Hi Jörn, I h

[jQuery] Re: Metadata plugin performance issues

2007-09-24 Thread voltron
Oh! I skipped that, thanks! On Sep 24, 7:51 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > voltron schrieb:> Would there be an official bug fix sometime? I am using it > with > > validation plugin > > As mentioned in the previous post: I already fixed that. > > -- Jörn

[jQuery] Re: Checkbox "checked" event

2007-09-25 Thread voltron
ecked, then > "click" is correct. > > $("#mycheckboxid").click(function() { > dostuff; > > }); > - Original Message - > From: "voltron" <[EMAIL PROTECTED]> > To: "jQuery (English)" > Sent: Monday, September 24, 2007

[jQuery] Re: Validation plugin - alphanumeric password with min length

2007-09-25 Thread voltron
Here is a test page: http://www.nhytro.de/apache2-default/test_validation.html Thanks On Sep 25, 7:50 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > voltron schrieb:> Yes, I added the method, this is what I have now [...] > > I can't see anything wrong with that. C

[jQuery] Re: Validation plugin - alphanumeric password with min length

2007-09-25 Thread voltron
Yes I get it too, adding the missing "}" does not help, reformatting the JS causes unterminated string errors. The code is exactly the same as you posted On Sep 25, 11:31 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > voltron schrieb:> Here is a test page: > >

[jQuery] Re: Validation plugin - alphanumeric password with min length

2007-09-25 Thread voltron
<[EMAIL PROTECTED]> wrote: > The test.js file has this line twice: > > $(document).ready(function(){ > > It looks like the second one is there by mistake. > > -Mike > > > From: voltron > > Yes I get it too, adding the missing "}" does not help, &

[jQuery] Using .children recursively

2007-09-26 Thread voltron
I am trying to get all the children of a node, apart from adding ".children()" for every generation, is there one call that gets all recursively? this is what I´m doing at the moment $(this).children().children().removeAttr("name");

[jQuery] Attribute renaming

2007-09-26 Thread voltron
I have tags like this: since the ids are variable in length, I would have to find out where the lastindex() of "-" is remove that and replace it it with the new value. My problem is the syntax, is there some kind of Jquery way to do this? Thanks

[jQuery] Re: Attribute renaming

2007-09-26 Thread voltron
I am trying to rename the ids and name attributes On Sep 26, 10:06 am, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > What are you trying to accomplish? > > --Erik > > On 9/26/07, voltron <[EMAIL PROTECTED]> wrote: > > > > > I have tags like this:

[jQuery] Re: Attribute renaming

2007-09-26 Thread voltron
#x27;); > $(this).attr('id', oldId.substring(0, oldId.lastIndexOf('-'))); > > }); > > I'm still not sure what you actually want to do though. > > --Erik > > On 9/26/07, voltron <[EMAIL PROTECTED]> wrote: > > > > > I am trying to rename the

[jQuery] Re: Using .children recursively

2007-09-26 Thread voltron
Thanks Erik! On Sep 26, 1:40 pm, "Erik Beeson" <[EMAIL PROTECTED]> wrote: > This will find all descendants: $(this).find('*'); > > --Erik > > On 9/26/07, voltron <[EMAIL PROTECTED]> wrote: > > > > > I am trying to get all the chi

[jQuery] Re: Attribute renaming

2007-09-26 Thread voltron
Thanks guys, I used a mixture of both your suggestions: var ident = String(this.name); changed= ident.substring(0 ,ident.lastIndexOf('-')+1) + suffix; $(this).removeAttr("id"); $(this).removeAttr("name"); this.name += changed; this.id += changed; $(this).attr("clone", changed); On Sep 26,

[jQuery] Re: Validation plugin - alphanumeric password with min length

2007-09-26 Thread voltron
26, 7:49 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > voltron schrieb:> Thanks Mike, did not see that :-) > > > okay, the plugin works, but this is the error that I get from Firebug: > > Could you please give the latest revision a > try?http://dev.jquery.c

[jQuery] Problems mit Validation init and IE6

2007-09-26 Thread voltron
I have several validation inits in a separate js file: // = // FORM VALIDATION // = var container = $('#error_container'); $("#login_for

[jQuery] Re: Problems mit Validation plugin init and IE6

2007-09-26 Thread voltron
Any ideas, I´m blocking on this. I´ve looked the code over several times. Thanks. On Sep 26, 9:32 pm, voltron <[EMAIL PROTECTED]> wrote: > I have several validation inits in a separate js file: > > // > =

[jQuery] Toggling a checkbox

2007-09-27 Thread voltron
How would one toggle a checkbox? This does not work: $("#postcode_all").toggle(function(){ $("#intended_postcode-0").attr("disabled", "disabled"); },function(){ $("#intended_postcode-0").attr("enabled", "enabled"); }); Thanks

[jQuery] Re: Toggling a checkbox

2007-09-27 Thread voltron
$('#myCheckbox').attr('checked', true); > > > But it looks like you're trying to enable/disable them, in which case you > > probably want $(...).attr('disabled', 'disabled'); and > > $(...).removeAttr('disabled'); > > &g

[jQuery] Re: Toggling a checkbox

2007-09-27 Thread voltron
YOU DA MAN Glen! :-) On Sep 27, 10:42 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > I whipped up a demo. > Is this what you meant? > > http://www.commadot.com/jquery/checkboxToggle.php > > Glen > > On 9/27/07, voltron <[EMAIL PROTECTED]> wrote: &g

[jQuery] Re: Amazing new navigation technology!

2007-09-28 Thread voltron
This made me cheer up, I´ve been trying to debug code that fails in IE6 but works well in Firefox the whole morning. So, how do fresh Cali olives taste? Does someone have to lock himself afterwards in the bathroom? I could not tell from the sentence, maybe I should google it up :-)) I´m still lau

[jQuery] Jquery Location.href or load --problem

2007-09-29 Thread voltron
Hi all, I would like to call up a page using location.href or Ajax in the Jquery way, I ried this: $("#preview_button").click(function(){ $("#main").load("/de/testsite/preview_profile"); }); and this $("#preview_button").click(function(){ window.location.href("/de/testsit

[jQuery] Changing the Action or method of a form befor submitting

2007-09-29 Thread voltron
Is it possible to change the action or method of a form before submitting? How can I use callbacks? I thought of using this $("form").submit(); I´m not sure about the rerst Thanks

[jQuery] Re: Changing the Action or method of a form befor submitting

2007-09-29 Thread voltron
$("#my_form").attr("action", "/blog/testsite/test"); this works On Sep 29, 11:00 am, voltron <[EMAIL PROTECTED]> wrote: > Is it possible to change the action or method of a form before > submitting? How can I use callbacks? I thought of using this >

[jQuery] Ajax with MultiFile plugin

2007-09-29 Thread voltron
Does anyone have examples of using AJAX with the multifile Plugin(http://www.fyneworks.com/jquery/multiple-file-upload/)? Thanks

[jQuery] Selection an option

2007-09-30 Thread voltron
Hi all, how would select an option and set its attribute to selected? I have this part already : $("#intended_start_month").attr("selected", "selected"); This is the HTML, I want so make a particular month selected when the page loads Januar

[jQuery] Re: Jquery Location.href or load --problem

2007-09-30 Thread voltron
What browser are you testing on? (And if it's not Firefox, with the Firebug > extension so you can step through and debug what's happening in your script > why not!?) > > > > voltron-2 wrote: > > > Hi all, I would like to call up a page using location

[jQuery] Selecting an option and changing its attribute to selected

2007-09-30 Thread voltron
On Sep 30, 9:23 pm, voltron <[EMAIL PROTECTED]> wrote: > Hi all, how would select an option and set its attribute to selected? > I have this part already : > > $("#intended_start_month").attr("selected", "selected"); > > This is the HTM

[jQuery] Jquery 1.1.3 and Validation plugin problems

2007-07-04 Thread voltron
Hi all! Excuse me if my question is so obvious, I just joined today :-) I would like to use Jörn Zaefferer´s Validation plugin(http:// bassistance.de/jquery-plugins/jquery-plugin-validation/) unfortunately it does nor work with Jquery 1.1.3, it fails with errors stating that it cant find "jquery

[jQuery] Validation plugin and Version 1.1.3

2007-07-04 Thread voltron
Hi all! Excuse me if my question is so obvious, I just joined today :-) I would like to use Jörn Zaefferer´s Validation plugin(http:// bassistance.de/jquery-plugins/jquery-plugin-validation/) unfortunately it does nor work with Jquery 1.1.3, it fails with errors stating that it cant find "jquery

[jQuery] Validation plugin and Version 1.1.3

2007-07-04 Thread voltron
Hi all! Excuse me if my question is so obvious, I just joined today :-) I would like to use Jörn Zaefferer´s Validation plugin(http:// bassistance.de/jquery-plugins/jquery-plugin-validation/) unfortunately it does nor work with Jquery 1.1.3, it fails with errors stating that it cant find "jquery

[jQuery] Re: ContextMenu plugin r2 released!

2007-07-16 Thread voltron
Can one use this plugin with Jörns TreeMenu?( http://bassistance.de/jquery-plugins/jquery-plugin-treeview/)? Thanks On Jul 16, 3:32 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Come to think of it, Dan, that's exactly what was going on. Excellent > deduction! > > --Karl > _

[jQuery] File and media managers plugins?

2007-07-18 Thread voltron
Hi! Are there any file or media manger plugins for Jquery? Thanks

[jQuery] Re: Announce: filemanager-like-view plugin (BogoFolders)

2007-07-18 Thread voltron
It works on IE6, windows. The text is sometimes garbled though. On Jul 17, 8:36 pm, Stephan Beal <[EMAIL PROTECTED]> wrote: > Hi, all! > > This morning i put together a plugin which provides a basic > filemanager-like view, called BogoFolders: > > http://wanderinghorse.net/computing/javascript/jq