[jQuery] Re: PNG Opacity Fix for IE6 - Not working!, please help me by tonight before i see my client!

2008-08-30 Thread BrandyCRUZñ
That plugin is based on using the filter property for IE6, in which it doesn't work as a repeating background. So it should be no-repeat instead of repeat-y #content background:transparent url(images/mttcarpentry_content_background.png) no-repeat scroll 0%; } so maybe find another alternative

[jQuery] Add span and class with text used inside a href - WrapInner according to text

2008-08-30 Thread Josoroma
Hi group, How do i dinamically convert strings like a href=# class=viewview/a a href=# class=addview/a a href=# class=editview/a a href=# class=deleteview/a To: a href=# class=viewspan class=viewview/span/a a href=# class=addspan class=addadd/span/a a href=# class=editspan class=editedit/span/a

[jQuery] Tablesorter parser problems and numbers...

2008-08-30 Thread Lonnie Ezell
I have several tables that I'm using tablesorter on and running into a problem where, on some columns, it refuses to sort the column as numbers, but insteads treats it as a string, and only sorts by the first digit in the number. The other problem is that the column includes a NA for certain

[jQuery] Adding error message in HTML with form validation

2008-08-30 Thread Wonder95
I'm trying to do some simple form validation, and I can get one response to work but not another one. I have a simple form in a sidebar block (in Drupal) that is an area calculator (user enters length, width, and height, clicks Calculate button, and area field is filled in via jQuery). That

[jQuery] placing of dialog box

2008-08-30 Thread bigD
hi, i have been trying to place the dialog box at the specified coordinates on the screen.. but i am not being able to do so. also when the dialog box appears on screen it is placed automatically, i can resize it here. it is also expanding when i try to show hidden components inside the dialog

[jQuery] Re: jqModal and IE problems

2008-08-30 Thread Tony
To overcome this try to use toTop option - i.e toTop:true See more about this in the docs. On Aug 29, 10:44 pm, MorningZ [EMAIL PROTECTED] wrote: So i have some usage of jqModal in my project and this is what's going on: (screenshot:http://i38.tinypic.com/2edavs2.jpg) you can see that

[jQuery] Suggestion for the rss about new plugins

2008-08-30 Thread Giovanni Battista Lenoci
Hi, I'm here for a little suggestion, I write here cause I think my suggestion would be lost in the flame about the rockstar banner. I am subscribed to the rss about new plugins, and when I read in thunderbird the topic about a new plugin the page displayed is the one about the release notes and

[jQuery] Re: Jquery Tabs inside a Tab

2008-08-30 Thread Klaus Hartl
So you need to reset the nested tabs whenever you select a parent: $('#ddetail_tabs ul').tabs({ select: function(e, ui) { $('ul.tabs-nav', ui.panel).tabs('select', 0); } }); --Klaus On Aug 28, 6:00 pm, Sridhar Gowda [EMAIL PROTECTED] wrote: Hi, I am using  

[jQuery] jquery not working in IE6

2008-08-30 Thread saravanang
Hi, I have tried to fetch xml content using XmlHttpRequest() using jquery. It's fine in Firefox, nut the content are not loading in IE6.0. Kindly help me to resolve this issue. following is my code! $(function() { $('#update-target a').click(function() { $.ajax({

[jQuery] jQuery Forum

2008-08-30 Thread Andy Horsman
Will there ever be an official jQuery forum? Mailing lists are kinda annoying and unorganized compared to forums. -- Regards, Andrew Horsman http://theroboticsuniverse.com

[jQuery] ui autocomplete widget with $_post data

2008-08-30 Thread Kristaps
Hello, Let me start with that I understand javascript well, but am not experienced jquery user. So i found jquery UI autocomplete widget, but reading docs I didnt found any options to pass remote data with $_POST method, so I wonder if there is a way to accomplish such thing?

[jQuery] jQuery uploading. Data type question.

2008-08-30 Thread McBilly Wilford Sy
Greetings! I am trying to use the Ajax File Upload here: http://www.phpletter.com/Our-Projects/AjaxFileUpload/ Anyway, I think it's already good enough but whenever I try uploading a file, it doesn't recognize the filetype. Kind of like a corrupt file. Base on the jQuery docs, the DATA TYPES I

[jQuery] Re: ui autocomplete widget with $_post data

2008-08-30 Thread Giovanni Battista Lenoci
Kristaps ha scritto: Hello, Let me start with that I understand javascript well, but am not experienced jquery user. So i found jquery UI autocomplete widget, but reading docs I didnt found any options to pass remote data with $_POST method, so I wonder if there is a way to accomplish such

[jQuery] Re: jQuery uploading. Data type question.

2008-08-30 Thread Alexandre Plennevaux
i would think your issue is on the serverside, or your test file itself. the plugin's datatype setting tells about which type will the return message be (xml/html or json) Alexandre Plennevaux LAb[au] http://www.lab-au.com On Sat, Aug 30, 2008 at 12:10 PM, McBilly Wilford Sy [EMAIL

[jQuery] Plone OSS CMS has Switched to jQuery

2008-08-30 Thread Rey Bango
We just got th enews today that the Plone OSS CMS has 'officially' switched out all of its javascript to jQuery as of version 3.1. http://plone.org/ :D This is awesome! Many thanks to the Plone team. :) Rey

[jQuery] Re: jQuery Forum

2008-08-30 Thread Rey Bango
We've thrown the idea around a couple of times and it's a possibility. Rey... Andy Horsman wrote: Will there ever be an official jQuery forum? Mailing lists are kinda annoying and unorganized compared to forums. -- Regards, Andrew Horsman http://theroboticsuniverse.com

[jQuery] Re: Help with jQuery Cycle Plugin Transitions

2008-08-30 Thread NYJC102
Oh Boy! A typo...! Well, all is good now with the correct letters. Thanks, Mike, for spotting the problem... I use Firebug for css issues, not much on the other fronts. Will start to learn Firebug for its full potential. Thanks again. -Josh On Aug 28, 12:38 pm, Mike Alsup [EMAIL

[jQuery] Re: Adding error message in HTML with form validation

2008-08-30 Thread Richard D. Worth
On Sat, Aug 30, 2008 at 3:00 AM, Wonder95 [EMAIL PROTECTED] wrote: This will work $(function() { $('#calculate-square-form input:text').blur(function() { if (isNaN($(this).val())) { var errorMessage = Please enter only numbers;

[jQuery] Re: jQuery Forum

2008-08-30 Thread Rick Faircloth
No Email is better! Email is better! Email is better! :o) Rick PS - Rey, I just saw that idea you were throwing around about forums fly out the window... -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Saturday,

[jQuery] BlockUI is not styled as I want

2008-08-30 Thread notuo
Hi. I am newbie with jquery and also I am using BlockUI along with the youtube plugin (from http://saidur.wordpress.com/2007/12/03/jquery-youtube-beta-plugin/) and I hope somebody can help me. I get the youtube plugin and is working fine. The only issue I have is the BlockUI is not using any

[jQuery] Re: Autocomplete not firing in IE

2008-08-30 Thread gemeaux
I found a way to get rid of this problem but I'm not sure it makes sense (at least to me). Here it is: I put all of this code into a seperate .JS file and specify the full path of Autocomplete.aspx file. For example; ... $(#txtSearchBox).autocomplete(http://localhost/MySite/

[jQuery] Re: best techniques to optimize loading of multiple libraries?

2008-08-30 Thread Alex Weber
Thanks Billy, I wasn't aware of that! While we're on the subject I have another question: Currently what I'm doing is: 1) Call function 1, checks for jQuery and if not then loads the library and recursively checks until its available. 2) Once its available, a second function is called and does

[jQuery] Re: Jquery Problem in IE 6

2008-08-30 Thread Scott González
Have you verified that the HTML you're trying to add is valid? On Aug 27, 12:18 pm, Kusmayadi [EMAIL PROTECTED] wrote: I have the same problem too ... I use jQuery 1.2.6. This script doesn't work on IE 6: script language=javascript type=text/javascript         $(document).ready(function()

[jQuery] Re: BlockUI is not styled as I want

2008-08-30 Thread Mike Alsup
I am newbie with jquery and also I am using BlockUI along with the youtube plugin (fromhttp://saidur.wordpress.com/2007/12/03/jquery-youtube-beta-plugin/) and I hope somebody can help me. I get the youtube plugin and is working fine. The only issue I have is the BlockUI is not using any

[jQuery] [validate] rules question

2008-08-30 Thread flycast
I am missing where the documentation specifies what kind of rules can be used. I have found: required: true minlength: 2 but what ifr I need to filter a social security number and want to require that it have numbers or letters in specific places? Example: 999-99- -or- phone number:

[jQuery] Re: BlockUI is not styled as I want

2008-08-30 Thread notuo
Mike. It worked very fine. I'll let know the developer of the plugin about this. Maybe there is something else hidden. Thank you so much for this solution. Happy week end.

[jQuery] simple fade in/out

2008-08-30 Thread chris
anyone have a script or tutorial that just targets a .class so on :hover it fades in a background color than fades out a background color on roll out. thanks :)

[jQuery] Romance Relationship

2008-08-30 Thread sanya mantro
__ http://www.freewebs.com/geolofy/ __ Get romantic: Spice up your love life! Includes: kissing and romance tips; dating and relationship advice, free eCards, message boards and much more! A collection of love, romance and

[jQuery] Re: best techniques to optimize loading of multiple libraries?

2008-08-30 Thread Michael Geary
From: Alex Weber Currently what I'm doing is: 1) Call function 1, checks for jQuery and if not then loads the library and recursively checks until its available. 2) Once its available, a second function is called and does the same thing to load a plugin 3) Ditto for my custom .js

[jQuery] ui.draggable choking focus event

2008-08-30 Thread LinskI
Hello :) First sorry for the long post but I think that eventually I would write all this. I have a dynamic table made solely out of div elements . row looks like this: cell, horizontal gutter, cell... vertical gutter, center gutter, vertical... this is the cell: div id=geppetoCell_r1_c1

[jQuery] DnD slow(?) performance

2008-08-30 Thread LinskI
Hello :) I have a dynamic table made solely out of div elements . row looks like this: cell, horizontal gutter, cell... vertical gutter, center gutter, vertical... I made the basic draggable functionality (like the example in api docs) and from the time of the click to the showing of the helper

[jQuery] Re: DnD slow(?) performance

2008-08-30 Thread Richard D. Worth
I'm not certain jQuery UI (yet) supports dragging of table rows or cells. In any case, the right list to find out is the jQuery UI list: http://groups.google.com/group/jquery-ui Thanks. - Richard On Sat, Aug 30, 2008 at 3:22 PM, LinskI [EMAIL PROTECTED] wrote: Hello :) I have a dynamic

[jQuery] Re: DnD slow(?) performance

2008-08-30 Thread Richard D. Worth
Sorry, I didn't read your email closely enough - you are using divs, Ok. Well, like I said - UI list for UI questions. Sorry for the noise. - Richard On Sat, Aug 30, 2008 at 4:49 PM, Richard D. Worth [EMAIL PROTECTED] wrote: I'm not certain jQuery UI (yet) supports dragging of table rows or

[jQuery] Re: Adding error message in HTML with form validation

2008-08-30 Thread Wonder95
$('#edit-square-area').after('div class=error'+errorMessage+'/div'); - Richard OK, thanks, that works in this case. But say for some reason I need to add a class to the div dynamically. What would the syntax be to shift focus to that element after appending it to #edit-square-area so that

[jQuery] fadeIn/fadeOut problems

2008-08-30 Thread RichUncleSkeleton
I'm creating a drop-down menu with jQuery. I made a basic version which sets a sub-menu to display:block on mouseover and display:none on mouseout. But when I change it to use fadeIn and fadeOut, things go awry. On the first mouseover the menu fades in and out twice. When moving off the menu, it

[jQuery] Re: Adding error message in HTML with form validation

2008-08-30 Thread Karl Swedberg
On Aug 30, 2008, at 4:12 PM, Wonder95 wrote: $('#edit-square-area').after('div class=error'+errorMessage+'/ div'); - Richard OK, thanks, that works in this case. But say for some reason I need to add a class to the div dynamically. What would the syntax be to shift focus to that

[jQuery] Re: Adding error message in HTML with form validation

2008-08-30 Thread Richard D. Worth
This works fine for me: $(div/div).appendTo(#main).text(appendTo).addClass(cool); as does: $('div' + 'insertAfter' + '/div').insertAfter(#main).addClass('cool'); See here for a full page example with both: http://paste.pocoo.org/show/83938/ - Richard Richard D. Worth http://rdworth.org/ On

[jQuery] How to use If statement with jquery hover event???

2008-08-30 Thread Aaron
Hi I am trying to use a if not statement but trying to use the condition of jquery hover. I have an image and when you put your mouse over it another image appears this image that appears using css would be a menu look however I notice that when I move my mouse off the image to the menu image

[jQuery] Re: Adding error message in HTML with form validation

2008-08-30 Thread Wonder95
On Aug 30, 2:06 pm, Richard D. Worth [EMAIL PROTECTED] wrote: This works fine for me: $(div/div).appendTo(#main).text(appendTo).addClass(cool); as does: $('div' + 'insertAfter' + '/div').insertAfter(#main).addClass('cool'); See here for a full page example with both:

[jQuery] How to make IF statment using jquery hover conditions???

2008-08-30 Thread Aaron
ok I have a website that I am working on. What I have is a users image and used jquery lib to use the hover event. I want a menu to fade in and out when your mouse is over the image. I now notice I need a If not statement. I want to check that if the mouse is not on the users image or the

[jQuery] How to retrieve jQuery.query?

2008-08-30 Thread Tzury
Say a user called $('div.foo') I would like to get this 'div.foo' from within my plug-in context. $.fn.PlugIn = function (){ if (/table|tbody|thead|th|td|tr/.test($.query){ } }

[jQuery] [autocomplete] append results to an input field

2008-08-30 Thread Mattl
Hi, Please can anyone suggest why the code is populating the wrong input fields. View page at: http://www.batemans-auctions.co.uk/new_site/absentee_form.php Type '10' (or another number) into the first (top-left) input box under the 'Lot No' title. Then tab, should populate the 'Description'

[jQuery] How to retrieve jQuery.query?

2008-08-30 Thread Tzury
Say a user called $('div.foo') I would like to get this 'div.foo' from within my plug-in context. I look through the code and couldn't find a property which contain this data; I was thinking that 'query' is the appropriate name for this property example usage: $.fn.MyPlugIn = function (){

[jQuery] Properties escaped when sending JSON to PHP?

2008-08-30 Thread Mickster
Hi there, I've just spent an hour trying to figure out why my JSON didn't work on my server. It works now, but I'm a bit confused about the solution - maybe you guys have som input: My Object: var example = { id: 1, title: JSON Möchtegern } I use the json2.js from www.json.org: json =

[jQuery] Transition on class change

2008-08-30 Thread urbolutions
Is there a ptreferred method to animate a class change transition? Essentially the effect we are trying to achieve is as follows: div class=50pxTall/div -- When this div is clicked the class name changes to 300pxTall (and the height is adjusted accordingly) - we would like to have that animated

[jQuery] Re: Transition on class change

2008-08-30 Thread Richard D. Worth
jQuery UI Effects supports class transitions. They're slick. See: http://docs.jquery.com/UI/Effects/ClassTransitions The only file required for this is ui.core.js. Can be downloaded here: http://ui.jquery.com/download_builder/ - Richard Richard D. Worth http://rdworth.org/ On Sat, Aug 30,

[jQuery] Re: jqModal and IE problems

2008-08-30 Thread MorningZ
hmmm.. missed that option and that did indeed fix my problem i do wonder why that option isn't true by default... oh well, at least i know the answer now

[jQuery] Re: simple fade in/out

2008-08-30 Thread Brad
Untested, but it may be as simple as something like this: $(.classname).mouseover(function(){ $(this).fadein(); }).mouseout(function(){ $(this).fadeout(); }); Look at the page examples for fadein and fadeout at docs.jquery.com. If you need more control over the effects or

[jQuery] json rpc module

2008-08-30 Thread jt
Is anybody using this module able to provide sample code? It's not clear to me where you pass your json call in the parameters to the call to $.rpc. thanks, j

[jQuery] Re: Multiple AJAX calls problem

2008-08-30 Thread me-and-jQuery
micah, thanks for you contribution, but I smell much better solution here. Thanks for any quick hint. On Aug 29, 11:38 pm, micah [EMAIL PROTECTED] wrote: a common trick i use to get around situations where an event may be bound twice is to add an unbind into the chain. like so: var kd =

[jQuery] Re: Multiple AJAX calls problem

2008-08-30 Thread Brad
Have a look at the article at http://www.learningjquery.com/2008/05/working-with-events-part-2.

[jQuery] [Validate] Using Validate with jqGrid

2008-08-30 Thread Steffan A. Cline
Has anyone devised a way to have the grid use validate for the edit and add forms? Thanks Steffan --- T E L 6 0 2 . 7 9 3 . 0 0 1 4 | F A X 6 0 2 . 9 7 1 . 1 6 9 4 Steffan A. Cline [EMAIL PROTECTED]