[jQuery] Re: [ANNOUNCE] Space gallery

2008-01-10 Thread Matthieu BARBE
Nice job... 2008/1/9, Stefan Petre [EMAIL PROTECTED]: Image gallery with perspective http://eyecon.ro/spacegallery/ Regards, Stefan

[jQuery] Determine if element is fluid?

2008-01-10 Thread weepy
Hi Does anyone know how to determine if an element is fluid or not ? - i.e. whether it's width is fixed - or not. Jonah

[jQuery] jquery.corner.js in Rails

2008-01-10 Thread Camacho
Hi, Does anybody knows how to install jquery.corner.js in rails? Thanks, Pedro

[jQuery] cycle over URLs returned from JSON request

2008-01-10 Thread stoal
I am trying build a slide show using the Cycle plugin. My (simple) code issues a JSON request (getJSON) to obtain the URLs of a few images. The images are displayed but the cycle method does not work, ie. all the images are displayed, no 'cycle' happens. Images are not hosted on the same

[jQuery] IE 6 select controls

2008-01-10 Thread [EMAIL PROTECTED]
I'm fairly new to using JQuery and JQuery UI and am having some difficulty. I'm trying to use a select control in a jquery dialog window $ (myDialog).dialog(). The problem arises in IE 6 when you have a sufficient number of options that it requires scrolling of the select control. IE will not

[jQuery] Re: how can i access and manipulate iframe elements in ie6

2008-01-10 Thread dannyboy anak sa baboy
thank you for the suggestion, i tried using it but i keep getting the error 'undefined' is null or not an object, i posted a comment at http://ideamill.synaptrixgroup.com/?p=6 with my code too :) On Wed, 2008-01-09 at 12:47 -0800, rgrwkmn wrote: Check out the $.frameReady jQuery plugin. I've

[jQuery] Re: can only modify DOM via debugger

2008-01-10 Thread knairb01
Jeffrey, Thanks for trying to help. I tried your suggestion and, with the debugger running, the browser immediately followed the target of the 'get' in the code; the debugger didn't stop at any of the surrounding breakpoints. Odd. In all my past experiences that I was able to view with the

[jQuery] Re: can only modify DOM via debugger

2008-01-10 Thread knairb01
Alexey, Ah, yes! It probably is asynchronous! I should've thought of that. I restructured the code to look like this: $(document).ready(function() { $(a).click(function() { var coursename = $(this)[0].attributes['coursename'].nodeValue; var mydata =

[jQuery] ANDing selectors

2008-01-10 Thread mnbeer
What is the best way to select all elements with classX and not classY?

[jQuery] close menu on mouseout

2008-01-10 Thread Ola
Hi, I am using the accordion script on a site I have developed, and I'm struggling to figure out how to close all items, when you're moving the mouse outside the menu. Any suggestions? I'm not that into jquery scripting yet. I guess its just a quick code one must add in the accordion.js Many

[jQuery] tags / links with jquery

2008-01-10 Thread Juan
Hi: I'm a newbie with jquery. I've seen forms in some websites that allows a user to enter data in free form and links those attributes together. For example in the area for 'interests', the user could enter stuff like ' swimming, squash and running'. Then hyperlinks appear under 'Swimming'

[jQuery] tags / links with jquery

2008-01-10 Thread Juan
Hi: I'm a newbie with jquery. I've seen forms in some websites that allows a user to enter data in free form and links those attributes together. For example in the area for 'interests', the user could enter stuff like ' swimming, squash and running'. Then hyperlinks appear under 'Swimming'

[jQuery] n00b q

2008-01-10 Thread s.ross
This is probably one of those asked-and-answered questions, but I didn't turn it up in a Google search, doc search, or search of this group. Here it is: I want to click a link to slide a div down and the next click slide it back up. Toggle with an effect. Because I am not triggering the effect

[jQuery] sort existing li elements

2008-01-10 Thread chrismarx
i'm looking for a plugin or code to sort an existing list of li elements, without going back to the server. anyone seen this already?

[jQuery] Re: how can i access and manipulate iframe elements in ie6

2008-01-10 Thread dannyboy anak sa baboy
thank you but it did not detect the body of the document in the frame, i just keep getting 'null' i read that generated iframes dont appear on the frames collection On Wed, 2008-01-09 at 07:52 -0800, Miha wrote: Not sure if it is possible with jquery but in JS you can access doc body inside

[jQuery] Re: cycle over URLs returned from JSON request

2008-01-10 Thread Mike Alsup
I am trying build a slide show using the Cycle plugin. My (simple) code issues a JSON request (getJSON) to obtain the URLs of a few images. The images are displayed but the cycle method does not work, ie. all the images are displayed, no 'cycle' happens. Images are not hosted on the same

[jQuery] Re: how can i access and manipulate iframe elements in ie6

2008-01-10 Thread sigbin dan
thank you but it did not detect the body of the document in the frame, i just keep getting 'null' i read that generated iframes dont appear on the frames collection On Jan 9, 11:52 pm, Miha [EMAIL PROTECTED] wrote: Not sure if it is possible with jquery but in JS you can access doc body inside

[jQuery] Re: how can i access and manipulate iframe elements in ie6

2008-01-10 Thread sigbin dan
thank you for the suggestion, i tried using it but i keep getting the error 'undefined' is null or not an object, i posted a comment at http://ideamill.synaptrixgroup.com/?p=6 with my code too :) On Jan 10, 4:47 am, rgrwkmn [EMAIL PROTECTED] wrote: Check out the $.frameReady jQuery plugin. I've

[jQuery] jqModal and cleaning up after itself

2008-01-10 Thread Matt Craig
Perhaps this is a non-standard way to use jqModal, but I use it pretty much exclusively for dynamic form popups. My modal DIVs are dynamically generated and have iframes for content. My use case is: 1) open Modal_1 (generates a div with id=div_order containing an iframe with id=if_order) 2)

[jQuery] Re: add changing URL string to address for AJAX a la Gmail 2

2008-01-10 Thread ScottBruin
Thanks much to both of you. Just what I was looking for. --Scott On Jan 8, 8:08 am, Morgan Allen [EMAIL PROTECTED] wrote: Give the history plugin a look, this will also allow you to get an ajaxish back button. http://www.mikage.to/jquery/jquery_history.html On Jan 7, 2008 10:19 PM, Scott

[jQuery] Re: Problem with jQuery plugin: validation

2008-01-10 Thread yabado
I am seeing that a couple of the examples do not work in Safari 3 The custom rules one does nothing. The radio/checkbox one the same. They both throw 'TypeError: Undefined Value' These errors are from the js on the page, and not the js that is linked in. Any ideas? Anyone else seeing this?

[jQuery] Re: match element based on CSS value

2008-01-10 Thread Sebastián V. Würtz
Glen Lipka escribi: Whipped up a demo. http://commadot.com/jquery/isCSSRule.php Hope this helps. There might be another way. Glen On Jan 9, 2008 2:01 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: How can I select an element based on it's CSS style value? For

[jQuery] autocomplete + bgiframe

2008-01-10 Thread badtant
Hi! I'm currently trying out this autocomplete plugin: http://code.google.com/p/jqac/ http://plugins.jquery.com/project/jqac I have to add bgiframe functionality for IE6 and have some trouble doing that. Here's my code: http://www2.hemsida.net/badtant/test/auto/test.html I've added this line:

[jQuery] Re: File upload with AJAX

2008-01-10 Thread Alexandre Plennevaux
you can via the use of flash. Check jquploader plugin... On Jan 8, 2008 8:40 PM, Mike Alsup [EMAIL PROTECTED] wrote: Technically, no, you can not upload files using ajax. But the Form Plugin supports this in a manner that appears to use ajax. http://www.malsup.com/jquery/form/#code-samples

[jQuery] Re: invoking an element dinamically

2008-01-10 Thread Ariel Flesler
Could this be ? function ofertaDetalle(idoferta){ //this is quite odd, but should work if( ofertaDetalle.$element )//if one was hilited ofertaDetalle.$element.removeClass('hilightOn');//revert it to normal var selector = '#puestoAspira'+idoferta;//this gets you the selector to

[jQuery] Re: ANDing selectors

2008-01-10 Thread Klaus Hartl
On Jan 10, 8:14 am, mnbeer [EMAIL PROTECTED] wrote: What is the best way to select all elements with classX and not classY? Try: $('.classX:not(.classY)') --Klaus

[jQuery] Re: Determine if element is fluid?

2008-01-10 Thread Dave Methvin
Does anyone know how to determine if an element is fluid or not ? - I desperately wanted this when building the original corner plugin, and never figured out a way.

[jQuery] Want to move content back and forth between containers with jquery

2008-01-10 Thread Bryank
Hi Everyone, I will make this example as simple as possible. I have 2 divs, each containing list items. When an item in box #1 is clicked, I want to move it to box #2. When that same item is clicked in box #2, I want to move it to box #1. My co-worker and I are working on this and here is

[jQuery] using jqueryimpromptu plugin and submit with validation

2008-01-10 Thread K Bouton
I am a jquery newbie who is trying to use the jquery impromptu plugin to create an ok/Cancel button which does some validation before it submits. I currently have a working form which uses a standard javascript confirm prompt - but I want it to be fancier -smile. This is what I have - how do I

[jQuery] [attribute=value] selector in ie7

2008-01-10 Thread mojo
hi. in ff 2.0.0.11 the selector works as expected. in ie7 it fails to select anything. example on documentation page http://docs.jquery.com/Selectors/attributeEquals also look different in said browsers. is this a bug?

[jQuery] How to remove duplicates from dropdown select box

2008-01-10 Thread artzone
I'm new to jquery but I'm lovin it so far. Can anyone tell me the best way to remove duplicates from a dropdown that looks like this: form name=myform select name=mylist id=mylist optionSelect an option/option option value=RodRod/option option value=RodRod/option option value=LineLine/option

[jQuery] Re: Pretty XML?

2008-01-10 Thread bweaverusenet
Thanks, George. You know, anymore when I'm doing javascript I just have jQuery on the brain, so naturally I posted what's mostly a general javascript question to a jQuery group. Well, actually, I was hoping to find some elegant jQuery voodoo or perhaps a plugin that does this before reverting to

[jQuery] Re: Pretty Horizontal Rules with jQuery

2008-01-10 Thread John S
Very cool! On Jan 9, 2:45 pm, Hamish Campbell [EMAIL PROTECTED] wrote: Hi all, Thought I'd share a little piece of code I whipped up this morning. This turns hr elements into pretty div based dividers. In action here: http://www.deft.co.nz Turn js on and off and compare! In the HTML:

[jQuery] Re: Want to move content back and forth between containers with jquery

2008-01-10 Thread Karl Swedberg
Hi Bryan, I threw something together pretty quickly, so I'm sure it could be further improved. Here is a demo, based on your pastie code: http://test.learningjquery.com/moveli.html Here is the jQuery: $(document).ready(function() { var moveLi = function() { $('#suggestedCategories,

[jQuery] Check/Uncheck all checkboxes

2008-01-10 Thread IschaGast
I have a page that looks like this: div class=table-of-contents div class=chapters-title h3input type=checkbox id=chaper-01 /label for=chapter-01Chapter title/label/h3 /div ul class=pages-container li div class=pages

[jQuery] Re: Problems with Interface Sortables

2008-01-10 Thread benjam
Anybody?

[jQuery] using serialize function on ul tag

2008-01-10 Thread David White
I'm pretty new to jQuery and have figured out how to make a sortable list update to a database using Interface for jQuery 'http:// interface.eyecon.ro/docs/sort', but I want to see if the same functionality is available with the jQuery UI. I have most of the code completed I'm just stuck using

[jQuery] Re: n00b q

2008-01-10 Thread s.ross
On Jan 10, 2008, at 6:28 AM, Karl Swedberg wrote: On Jan 10, 2008, at 1:03 AM, s.ross wrote: This is probably one of those asked-and-answered questions, but I didn't turn it up in a Google search, doc search, or search of this group. Here it is: I want to click a link to slide a div down

[jQuery] Resizable only to specified width

2008-01-10 Thread thierry
Hello, I would like to create a weekly calendar where people can select one day, or more. I would like it to work a bit like outlook. So when someone selects a day, it should be possible to resize the selection to include more days. Problem is that the resize should snap to a day, so that it is

[jQuery] Re: jqModal and cleaning up after itself

2008-01-10 Thread offsitestorage
Here is my solution. Do everything inside Modal_1's iframe and use the parent property instead of trying to do things inside the main browser window. This is suboptimal because for some of my forms it is nice to have a sizable modal open and this forces any modals that open inside the iframe to

[jQuery] Re: Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-10 Thread John S
Section headers in the demos not working in Opera 9.25 on Windows XP Pro. Margins on top and left sides of corner image. On Jan 10, 8:32 am, Andy Matthews [EMAIL PROTECTED] wrote: Demo works flawlessly in IE7. Good job weepy! -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: Want to move content back and forth between containers with jquery

2008-01-10 Thread Bryank
I just posted 2 demos to check out, one using the pastie up above, and another one using modified code. http://btk.name/jquery/move_items/move_items.html http://btk.name/jquery/move_items/move_items2.html Here is the pastie for move_items2.html: http://pastie.caboo.se/137756 Thanks, Bryan On

[jQuery] Re: selector in ie7

2008-01-10 Thread Cloudream
next() is broken in IE, not attr selector. On Jan 10, 10:57 pm, mojo [EMAIL PROTECTED] wrote: hi. in ff 2.0.0.11 the selector works as expected. in ie7 it fails to select anything. example on documentation pagehttp://docs.jquery.com/Selectors/attributeEquals also look different in said

[jQuery] Re: Want to move content back and forth between containers with jquery

2008-01-10 Thread Bryank
I have posted 2 links as demos that offer different versions for the Jquery code http://btk.name/jquery/move_items/move_items.html http://btk.name/jquery/move_items/move_items2.html and for the code only on move_items2.html: http://pastie.caboo.se/137756 Thanks, Bryan On Jan 10, 10:13 am,

[jQuery] Check/Uncheck all checkboxes

2008-01-10 Thread IschaGast
I have a page that looks like this: div class=table-of-contents div class=chapters-title h3input type=checkbox id=chaper-01 /label for=chapter-01Chapter title/label/h3 /div ul class=pages-container li div class=pages

[jQuery] Re: selector in ie7

2008-01-10 Thread John S
Fails in various degrees in everything (IE7, Safari, Opera) except FF. On Jan 10, 8:57 am, mojo [EMAIL PROTECTED] wrote: hi. in ff 2.0.0.11 the selector works as expected. in ie7 it fails to select anything. example on documentation pagehttp://docs.jquery.com/Selectors/attributeEquals

[jQuery] Bug with dimensions height() fn in IE7

2008-01-10 Thread [EMAIL PROTECTED]
This is a cross post from the UI mailing list -- I mistakenly put it there when it should have been here. Sorry about that! I have a div that has a height of 80%, and this line: $('.class:first').height() works fine in firefox, but when I try to use it in IE7 it always returns 1. Is there a

[jQuery] Re: n00b q

2008-01-10 Thread Josh Nathanson
You want to use the toggle method, which takes two functions as arguments. Example: $(#link).toggle( function() { $(#div).css(color,red); }, function() { $(#div).css(color,blue); } ); -- Josh - Original Message - From: s.ross [EMAIL PROTECTED] To: jquery-en@googlegroups.com

[jQuery] Re: Bug with dimensions height() fn in IE7

2008-01-10 Thread Brandon Aaron
The width and height methods are actually found in the core. If you are able ... Try using the latest SVN version (jQuery 1.2.2 beta2). There have been lots of improvements to the width/height methods. -- Brandon Aaron On Jan 10, 11:20 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: This is a

[jQuery] accessing 2d array

2008-01-10 Thread Umshanks
Hi , I have just started writing php code. One of my friends suggested I use jQuery framework. I am using the jQuery.get( url, data, callback ) as: $.get(../../trial1.php, {checkID: checkBoxID, radioID: radioButtonID, sDate: startDate, eDate: endDate}, function(data, data1){

[jQuery] Re: Check/Uncheck all checkboxes

2008-01-10 Thread IschaGast
I have it working right now but I am wondering if this is the best way? $('.chapters-title [EMAIL PROTECTED]').click(function(){ $(this).parents('.chapters-title').next('.pages- container').find('[EMAIL PROTECTED]').attr('checked', this.checked); },function(){

[jQuery] Autocomplete does not trigger onchange javascript code in input element.

2008-01-10 Thread dustyt
I am trying to replace a previous bit of html that managed input by both an input and a select box with a single input field using jquery.autocomplete.js, but I have not been able to get autocomplete to use the onchange JavaScript code used by that previous bit of html. I have gotten autocomplete

[jQuery] Re: Want to move content back and forth between containers with jquery

2008-01-10 Thread Todd
Karl, How does this look for an improved version? (im bryan's coworker that he spoke of) $(document).ready(function() { var moveLi = function(el) { if(!el){ $('#suggestedCategories ul li a') .click(function() {

[jQuery] Inserting element into jQuery object

2008-01-10 Thread Josh Nathanson
I'm having a devil of a time doing something that would seem to be pretty basic. I have a jQuery object with two elements, and I want to insert a new element in between them - not altering the DOM, but just the jQuery object. So if my original jQuery object looks like this when logged in

[jQuery] Re: Inserting element into jQuery object

2008-01-10 Thread Jonathan Sharp
Hi Josh, Most likely you'll have to create a new jQuery object. Take a look at the slice method to grab your elements: var divs = $('selector'); // [div1, div2] var divs = $( [ divs.slice(0, 1), newdiv, divs.slice(1, 2) ] ); // divs = [div1, newdiv, div2] Cheers, -Jonathan On 1/10/08, Josh

[jQuery] Re: Inserting element into jQuery object

2008-01-10 Thread Josh Nathanson
Aha, the trick is to use the array notation directly as the jQuery argument. That's what was tripping me up. Thanks Jonathan! -- Josh - Original Message - From: Jonathan Sharp To: jquery-en@googlegroups.com Sent: Thursday, January 10, 2008 11:45 AM Subject: [jQuery] Re:

[jQuery] Re: n00b q

2008-01-10 Thread Josh Nathanson
Is there one version that is preferred idiomatically? It depends on what you're trying to do. For the standard sliding behavior, slideToggle is better (IMO) as it takes fewer lines. For non-standard behavior, i.e. a custom function, you would need to use the toggle method. -- Josh

[jQuery] Re: n00b q

2008-01-10 Thread s.ross
Yes, this is exactly what I was originally trying to accomplish. The finished code is: $('a#image').toggle( function() {$('#image-drawer').slideDown();}, function() {$('#image-drawer').slideUp();} ); which is functionally equivalent to:

[jQuery] Pagination stop propagation

2008-01-10 Thread Sebastián V. Würtz
Anyone have an idea why i cant cancel the the normal action of the button in this example? http://www.d-scribe.de/webtools/jquery-pagination/demo.htm y download the page and modified it, only function pageselectCallback(page_id, jq){ $('#Searchresult').text("Showing search

[jQuery] Bigger Link Plugin

2008-01-10 Thread cfdvlpr
I want to do something like this: a href=/test.cfm class=testBiggerLink div class=anotherClass Click Here to ... bgo here/b more text img src=/test.png / /div /a Is there anything wrong with the above HTML? Is this what the bigger link plugin is designed

[jQuery] Re: Bigger Link Plugin

2008-01-10 Thread Jörn Zaefferer
cfdvlpr schrieb: I want to do something like this: a href=/test.cfm class=testBiggerLink div class=anotherClass Click Here to ... bgo here/b more text img src=/test.png / /div /a Is there anything wrong with the above HTML? Yes, it is. A div is a

[jQuery] Re: Bigger Link Plugin

2008-01-10 Thread Smith, Allex
Not sure about the plug-in, but block level elements (div /) should never go inside an inline element (a /). Validation will cringe and fail. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cfdvlpr Sent: Thursday, January 10, 2008 3:45 PM To:

[jQuery] Re: Bigger Link Plugin

2008-01-10 Thread cfdvlpr
That's what I thought too, but it actually seems to work for me in Firefox 2, IE 6, and IE 7. On Jan 10, 3:56 pm, Smith, Allex [EMAIL PROTECTED] wrote: Not sure about the plug-in, but block level elements (div /) should never go inside an inline element (a /). Validation will cringe and

[jQuery] Re: Bigger Link Plugin

2008-01-10 Thread boermans
Your HTML is invalid (block level element div, inside an inline element a). Fortunately this is an excellent example what the biggerlink plugin was created to do. You can rearrange your HTML to something like: div class=testBiggerLink a href=/test.cfmClick Here/a to ... bgo here/b

[jQuery] Re: [ANNOUNCE] Cornerz - Bullet Proof Curved Corners using Canvas/VML

2008-01-10 Thread Olivier Percebois-Garve
Hi On Opera 9.25 the corners of the green titles is not at the right position. Its something like 12 px too much to right and 4px too much down. On the example BORDER: 1 DISPLAY: INLINE the 4 corners seems to be too much inside of the block and should move of 2px approximativelly. weepy

[jQuery] Re: Inserting element into jQuery object

2008-01-10 Thread Ariel Flesler
I have a shorter and crazier way :) var divs = $('selector'); // [div1, div2] [].splice.call( divs, 1, 0, newdiv );// [div1, newdiv, div2] Cheers Ariel Flesler On 10 ene, 17:52, Josh Nathanson [EMAIL PROTECTED] wrote: Aha, the trick is to use the array notation directly as the jQuery

[jQuery] Re: [ANNOUNCE] jQuery.Collection released

2008-01-10 Thread Ariel Flesler
Hi I made a small upgrade and released 1.0.1. Although there aren't many changes, there is one that is IMO quite interesting ( the function implement ). I think many people didn't quite understand what is this plugin about, I removed the demo, and moved the examples to the project page, added a

[jQuery] clueTip activate

2008-01-10 Thread motob
I want to use the clueTip plugin to give helpful advice or help to users filling out a specific form field. But I only want the clueTip to display if they type invalid characters. For example, I only want numbers to be typed into a field. If they type letters, or any other special characters, I

[jQuery] File - initial path

2008-01-10 Thread Joel Lobo
I need to select initial path in the dialog box in a input file. This is possible? var input = $(:file).css({ADD HERE}); Tks, Joel Lobo

[jQuery] Re: sort existing li elements

2008-01-10 Thread chrismarx
ok, i found this page, what a useful plugin!! http://groups.google.com/group/jquery-en/browse_thread/thread/e0d6c199552dd1f7/2f05ad6d400dd962?lnk=gstq=array+sorting#2f05ad6d400dd962 and created this function, which fades out the ul container, sorts the li's, and shows everything again. very

[jQuery] html character encode

2008-01-10 Thread acesfull9
I have a form that on submit is doing an update/insert to a database via ajax. When it is an insert and it is successful I append a row to a table with the elements they entered (they are not sent back from the server, just a success, error result is returned). Maybe I have to send them back in

[jQuery] Re: $.load() javascript problems in IE and Safari

2008-01-10 Thread fuzziman
I was wondering if anyone could tell me why firefox still runs the scripts, even though they are not explicitly evaluated... the appendChild by itself seems to be enough to get firefox to run inline scripts which are not on the top level. Jim Marion wrote: The eval is in the domManip. It

[jQuery] Re: Bug with dimensions height() fn in IE7

2008-01-10 Thread [EMAIL PROTECTED]
Thanks for the reply! Do you mean this bit of code: jQuery.each( [ height, width ], function(i,n){ jQuery.fn[ n ] = function(h) { return h == undefined ? ( this.length ? jQuery.css( this[0], n ) : null ) : this.css( n,

[jQuery] problems to animate in IE

2008-01-10 Thread MrGubu
Why this doesn't work in IE? $(#nav ul li a).hover(function () { $(this).animate({ marginTop: -3px, }, 200 ); },function(){ $(this).animate({ marginTop: 0,

[jQuery] Re: Attribute selector (^=) problem with multiple values

2008-01-10 Thread truent
Im seeing this too. This Works. $(document).ready( function() { $(input).each( function(i){ alert('hi'); } ); This does not: $(document).ready( function() { $(input[id]).each( function(i){ alert('hi'); } ); php webpage snippit fieldset class=

[jQuery] Sorting numerically based on number of occurrences

2008-01-10 Thread 1man
Hello, Hopefully someone can give me a few pointers on how to impliment this, i'm not sure if its a jquery only or some sort of jquery / standard javascript hybrid solution that is needed. I'm looking to grab a set of 10 to 20 names from a XML file, and then sort them based on the number of

[jQuery] htmlspecialchars($string) equivalent

2008-01-10 Thread acesfull9
is there a javascript/jQuery equivalent to htmlspecialchars($string) in PHP

[jQuery] reload of main page

2008-01-10 Thread [EMAIL PROTECTED]
Hello, How can i make it happen, that after closing thickbox or something else the page reloads? my problem is that after loggin in the menu should get an other content.. i hope you understand what i mean... thx.

[jQuery] Re: [ANOUNNCE] Comet

2008-01-10 Thread Morgan Allen
Couple updates. Batch control, start of transport management, working out better event handling. I think everything is in place for the chat demo to completely work, but I have not had time yet to rewrite the whole thing. Feed back appreciated as usual. On Jan 9, 2008 10:17 AM, Morgan Allen

[jQuery] get value of checked checkboxes into a list

2008-01-10 Thread Duncan
All, I am lost right now, still pretty green with jQuery. I have a number of checkboxes on a page input type=checkbox name=listProductID value=2 input type=checkbox name=listProductID value=3 input type=checkbox name=listProductID value=4 input type=checkbox name=listProductID value=5 and a

[jQuery] Ajax links not working

2008-01-10 Thread 700lbGorilla
Hello, I'm having a problem running a function on links inserted with Ajax at the following address http://tinyurl.com/3crrvv I have three unordered lists a main, sub, and sub-sub. When a link in the main is clicked it retrieves the corresponding sublinks and inserts them into the sub list.