[jQuery] Re: Solution To Many Of Your CSS Nightmares!

2009-01-20 Thread johny why
thanks ricardo. you definitely understand specificity. your links confirm: A style that is designated as important will win out over contradictory styles of otherwise equal weight. and, if styles of equal weight both use !important, the last rule specified wins.

[jQuery] Help me regarding cart?

2009-01-20 Thread anil
Hi Can Any one Provide me a shopping cart script. Example : It should be like this http://www.ornamental-trees.co.uk/cart.php If any one having the source please share with me... Thanks in advance Waiting ... Anil.Arumalla

[jQuery] Re: simple click event won't fire

2009-01-20 Thread mmvdl
Thx for pointing that out, native events won't fire...check! I got carried away thinking the native event was firing because when i initialy used $(table.vacatures tbody tr).click( function(){ $(this).find(a:first).click(); }); I got a 'too much recursion' error, thinking that the native

[jQuery] Class selectors not working when using jQuery 1.3 with Mootools 1.11

2009-01-20 Thread Neil Craig
Hi I'm working on a project that used to implement Mootools 1.11. It has been decided however that we switch over to jQuery since it is much faster and more light-weight. However, because we have created numerous widgets in Mootools, we still have to use it while the jQuery equivalent widgets

[jQuery] Recommendation Required - Custom Classes Library

2009-01-20 Thread Neil Craig
I was wondering, which Custom Classes Library is best to use along with jQuery. Up to now, I've been using Mootools to create custom classes that can be easily extended through its inheritance model. It also has custom events that I have used extensively. Which library do you recommend that has

[jQuery] loading jquery

2009-01-20 Thread slava
Hi, I am loading jQuery from a script inside a page and need to execute next function right after jQuery loads. What would be the best way to do this? So far I have tried using a timer to check if jQuery == 'undefined'

[jQuery] Re: loading jquery

2009-01-20 Thread Neil Craig
This link might help http://ajaxpatterns.org/On-Demand_Javascript On Jan 20, 10:39 am, slava mikerin.sl...@gmail.com wrote: Hi, I am loading jQuery from a script inside a page and need to execute next function right after jQuery loads. What would be the best way to do this? So far I have

[jQuery] jquery.corners not Working in Mac FireFox 2 or Windows IE 7? Demo Page Provided

2009-01-20 Thread Vik
I have a page where jquery.corners works perfectly in Mac Safari, Mac Firefox 3, and Windows Firefox 3, but not in Mac Firefox 2, or in Windows IE 7. How can I correct this? An online demo is at this link: http://www.flavorzoom.com/corners_anomaly/corners_anomaly.html Thanks very much in

[jQuery] Issues with jQuery Cycle Plugin

2009-01-20 Thread zeckdude
Hello all, I'm working with the Pager feature using the jQuery Cycle Plugin(http://malsup.com/jquery/cycle/int2.html) I'm having some problems. I made two buttons at the bottom of my layout that when pressed are supposed to fade in two separate content areas. I'm pretty sure I made the correct

[jQuery] Re: Class selectors not working when using jQuery 1.3 with Mootools 1.11

2009-01-20 Thread Balazs Endresz
This was mentioned on the jquery-dev group or somewhere else, I don't remember exactly. It's about Mootools not extending properly the document object I think, I'm sure it has been fixed in the trunk. I suspect this is it:

[jQuery] Re: New link being ignored by jQuery

2009-01-20 Thread Mark MacInnes
Hi Rick, Thanks for your response. I've got it working now. I used the LiveQuery plugin that you recommended. It took a few attempts but I've finally managed to get it working! Thanks again. Saved me a *lot* of time! Mark On Jan 19, 9:44 pm, Rick Faircloth r...@whitestonemedia.com wrote: Hi,

[jQuery] Re: Class selectors not working when using jQuery 1.3 with Mootools 1.11

2009-01-20 Thread Neil Craig
Thanks, that sorted out the problem. On Jan 20, 12:08 pm, Balazs Endresz balazs.endr...@gmail.com wrote: This was mentioned on the jquery-dev group or somewhere else, I don't remember exactly. It's about Mootools not extending properly the document object I think, I'm sure it has been fixed

[jQuery] [jquery]$date1 = $('div /')W hat does it mean ?

2009-01-20 Thread divsystem
$date1 = $('div /') http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerMultiMonth.html $date1 = $('div /') .datePicker({inline:true}) .bind( 'dpMonthChanged', function(event, displayedMonth,

[jQuery] sortStart and sortEnd triggers - tablesorter

2009-01-20 Thread Soledad Zubiri
Hello, I am here again and I explain you my problem: This table has the option to select the required row through a radio button. But the problem is that if I sort the table (by any column) after selecting some row, the selection goes off. I think that maybe I can use the sortStart and sortEnd

[jQuery] Re: jquery.corners not Working in Mac FireFox 2 or Windows IE 7? Demo Page Provided

2009-01-20 Thread Leonardo K
I dont think this plugin will rounded border in IE7. The border rounded works in Firefox and Mac because he used CSS3 property called border-radius. On Tue, Jan 20, 2009 at 07:00, Vik v...@mindspring.com wrote: I have a page where jquery.corners works perfectly in Mac Safari, Mac Firefox 3,

[jQuery] Re: jquery.corners not Working in Mac FireFox 2 or Windows IE 7? Demo Page Provided

2009-01-20 Thread Leonardo K
*CSS3 property border radius only works in Firefox 3 and Safari On Tue, Jan 20, 2009 at 09:19, Leonardo K leo...@gmail.com wrote: I dont think this plugin will rounded border in IE7. The border rounded works in Firefox and Mac because he used CSS3 property called border-radius. On Tue, Jan

[jQuery] Re: Solution To Many Of Your CSS Nightmares!

2009-01-20 Thread ryan.joyce...@googlemail.com
--rendering problems of a widget, in my experience, could involve many, indeed EVERY attribute of every element in the widget. you declare your default stylesheet, then you declare your widget's sheet. if the widget is inheriting incorrectly from a parent element you've got a couple of ways

[jQuery] Simple jQuery problem with fading In/Out

2009-01-20 Thread zeckdude
Hello all, I'm trying to fade in one content area when I click on Button 1 and have the other content area fade out. As I wrote my code right now, it doesn't seem as though it's right. In Internet Explorer, It sort of works, but for some reason the content that is in content area 1 doesn't

[jQuery] Re: New link being ignored by jQuery

2009-01-20 Thread Rick Faircloth
Glad to hear it! Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of Mark MacInnes Sent: Tuesday, January 20, 2009 5:12 AM To: jQuery (English) Subject: [jQuery] Re: New link being ignored by jQuery Hi Rick, Thanks for

[jQuery] change image scr of all images in a page

2009-01-20 Thread b u d d h a
hi, i have more than 20 images in a form which might be refering like this image src = images/search.gif/ i want a jquery script for replacing all image src with image src = http://s.images/images/search.gif/ please help b u d d h a

[jQuery] Re: change image scr of all images in a page

2009-01-20 Thread Giovanni Battista Lenoci
b u d d h a ha scritto: hi, i have more than 20 images in a form which might be refering like this image src = images/search.gif/ i want a jquery script for replacing all image src with image src = http://s.images/images/search.gif/ This is the code, but personally I prefer make changes

[jQuery] Refreshing Menu after Adding New Structure

2009-01-20 Thread cajchris
Hi, I am wondering if there is a method to refresh or recall the JQuery function that will process the unordered list and its list items in my menu in order to add the JQuery specific information back in after some new elements have been dynamically added to the menu structure. As currently I

[jQuery] Re: change image scr of all images in a page

2009-01-20 Thread Giovanni Battista Lenoci
Sorry i forgot the braces. This is the right code: $('img').each(function() { $('img').attr({'src': http://s.images/+$(this).attr('src')}); }); -- gianiaz.net - web solutions via angelo custode, 10 - 23100 sondrio (so) - italy +39 347 7196482

[jQuery] Re: Solution To Many Of Your CSS Nightmares!

2009-01-20 Thread donb
To me, 'important' is the 'goto' of CSS. On Jan 20, 6:22 am, ryan.joyce...@googlemail.com ryan.joyce...@googlemail.com wrote: --rendering problems of a widget, in my experience, could involve many, indeed EVERY attribute of every element in the widget. you declare your default stylesheet,

[jQuery] Re: change image scr of all images in a page

2009-01-20 Thread b u d d h a
i tried but not wrking am placing a sample code which i used script type=text/javascript $(document).ready( $('img').each( function() { $('img').attr({'src', http://localhost/ s.demo/+$(this).attr('src')});

[jQuery] Re: change image scr of all images in a page

2009-01-20 Thread Giovanni Battista Lenoci
b u d d h a ha scritto: i tried but not wrking am placing a sample code which i used script type=text/javascript $(document).ready( $('img').each( function() { $('img').attr({'src', http://localhost/

[jQuery] [UI Slider] Specifying Initial Value

2009-01-20 Thread James Hughes
Hello, Can someone confirm if this is possible? I generate a page that has 10+ sliders on it. Each has a different initial value when the page loads. Is there a way to set the inital value as part of the div element? The reason I ask is that I'd like to do a blanket

[jQuery] treeview with ajax

2009-01-20 Thread Iswaria
Hi I am using treeview with AJAX. But my problem is that when I combine treeview with AJAX, the treeview is always displaying it in expanded form (I want the treeview in collapsed form) Can anyone tell how to make the tree collapsed. Thanks in advance. script type=text/javascript

[jQuery] jquery cache - checkbox event problem

2009-01-20 Thread Rene
Hallo, ich setze jquery 1.2 ein und nutze es recht intensiev. Soweit passt auch alles, nur die Events auf den Checkbox Elementen ist extrem langsam. Immer wenn ich den jquery-cache lösche oder im Browser F5 drücke, dann sind die Events der Checkbox Elemente auch wieder sehr schnell. Eine

[jQuery] jQuery AjaxForm: Auto setXmlHttpHeader with accepted format as json if dataType is json

2009-01-20 Thread goodwill
As title, any chance somebody can show how to do such hack?

[jQuery] jQuery (English)

2009-01-20 Thread COOL STUFFS
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = TOTALLY FREE Friendly(Frinedy) Gifts Upto Unliminted ( 20,000 ) http://friendfinder.com/go/g982154 http://friendfinder.com/go/g982154 http://friendfinder.com/go/g982154 = = = = = = = =

[jQuery] sortable portlets

2009-01-20 Thread shmuelzon
hey, i'm new to the whole jQuery scene, and i'm trying to create a small portal with frames you can rearrange (igoogle style) i've seen this demo: http://jquery-ui.googlecode.com/svn/trunk/demos/sortable/portlets.html and tweaked it a bit, but i can't figure out how (if at all possible) i can

[jQuery] treeview with ajax

2009-01-20 Thread iswariak
Hi I am using treeview with AJAX. But my problem is that when I combine treeview with AJAX, the treeview is always in not collapsed (it is in expanded tree) Can anyone tell how to make the tree collapsed. Thanks in advance. script type=text/javascript

[jQuery] Re: Simulate BackSpace key

2009-01-20 Thread RSol
Thanks to all! I do my WYSWYG editor as jQuery plugin: http://plugins.jquery.com/project/RSEditor Please see and say what you think about it.

[jQuery] Identify last keeypess

2009-01-20 Thread rob303
Hi, I've been searching the web for an answer to this but haven't been able to find one. I have a form which is using an image as it's submit button and I want users to be able to submit the form by pressing enter. Simple enough: // submit the login form if the user hits enter

[jQuery] Re: Refreshing Menu after Adding New Structure

2009-01-20 Thread Rick Faircloth
Hi, Chris... Sounds like you need the LiveQuery plug-in. It re-binds actions to newly inserted DOM elements. Add the LiveQuery plug-in to your .click elements (or whatever action triggers them) and that will probably fix your problem. Look here for the plug-in and instructions.

[jQuery] Re: Refreshing Menu after Adding New Structure

2009-01-20 Thread Rick Faircloth
Forgot to mention... If you're using jQuery 1.3, there is now a built-in in .live function that you can use in place of LiveQuery, but it has some limitations for now that LiveQuery doesn't. -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On

[jQuery] Re: sortable portlets

2009-01-20 Thread besh
You can use the handle option of the sortable. In this case it would look like this: $(.column).sortable({ handle: '.portlet-header', connectWith: ['.column'] }); -- Bohdan Ganicky On Jan 20, 1:01 pm, shmuelzon shmuel...@gmail.com wrote: hey, i'm new to the whole jQuery

[jQuery] Re: Refreshing Menu after Adding New Structure

2009-01-20 Thread cajchris
Hey Rick, That URL you posted is not valid, could you repost it please Thanks Chris On Jan 20, 1:48 pm, Rick Faircloth r...@whitestonemedia.com wrote: Forgot to mention... If you're using jQuery 1.3, there is now a built-in in .live function that you can use in place of LiveQuery, but it

[jQuery] Re: Identify last keeypess

2009-01-20 Thread James Hughes
Rob, Is this some sort of autocomplete text box or is it a select input? James From: jquery-en@googlegroups.com on behalf of rob303 Sent: Tue 20/01/2009 13:44 To: jQuery (English) Subject: [jQuery] Identify last keeypess Hi, I've been searching the web

[jQuery] Re: Refreshing Menu after Adding New Structure

2009-01-20 Thread cajchris
Also is it fairly straightforward to use. The only thing that seems to have been dropped are things like: LI class= jQuery1232455646417=3 replaced with just LI AND UL class= style=DISPLAY: none; FILTER: ; VISIBILITY: hidden; ZOOM: 1 oldblock=block jQuery1232455646417=452 replaced with UL

[jQuery] Re: Get the valueof jQuery

2009-01-20 Thread MorningZ
and asp:Label generates a span tag, so it would be $(#lbl).text(); or if there is HTML involved, $(#lbl).html(); That is as long as your label isn't inside a naming container (MasterPage, GridView, UserControl, Wizard, etc) where the ID of the label gets changed On Jan 20, 7:23 am, vivek

[jQuery] Calendar Modal Pop Up in IE 7

2009-01-20 Thread WhoButSB
Hello all, I've been working on a calendar for my web application that involves using jQuery to create a popup window with the calendar event information. Everything seems to be working great in FF3, Safari and Chrome. But of course IE7 is throwing me issues. Mainly the information in the

[jQuery] Can't get typed value of input

2009-01-20 Thread abhisek
Hello, I have an input text field. I just can't get the typed value of it with: $(input#email_id).val(); It keeps giving me the initial value. Is there something I am missing? Regards Abhisek

[jQuery] Re: Can't get typed value of input

2009-01-20 Thread MorningZ
Selector looks fine perhaps sharing more of your code would be helpful On Jan 20, 9:27 am, abhisek abhisek.d...@gmail.com wrote: Hello, I have an input text field. I just can't get the typed value of it with: $(input#email_id).val(); It keeps giving me the initial value. Is there

[jQuery] Re: Can't get typed value of input

2009-01-20 Thread WhoButSB
I believe if you have the ID in a input box you would only need to use $('#email_id').val() , in order to get the value of the input box. On Jan 20, 9:27 am, abhisek abhisek.d...@gmail.com wrote: Hello, I have an input text field. I just can't get the typed value of it with:

[jQuery] Validate: Meta class and markup validation

2009-01-20 Thread Gordon
We've been making ever more use of the excellent jquery.validate plugin on our various sites. In order that we don't have to write a validation script for every page with a form we have been using the embedded class style of rule definition, and as the rules we need for validation have grown

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread WhoButSB
Hi Erik, If you are using the jQuery.noConflict function and set the jQuery Selector variable to $j as in: var $j = jQuery.noConflict(); You need to make sure you go through all your jQuery code and change the $() selector to $j() or whatever you set the variable to. Also note note you need to

[jQuery] Re: Refreshing Menu after Adding New Structure

2009-01-20 Thread cajchris
Anyone with any examples on how to use this? Bit of a newby at this Cheers On Jan 20, 2:03 pm, cajchris cajch...@gmail.com wrote: Also is it fairly straightforward to use. The only thing that seems to have been dropped are things like: LI class= jQuery1232455646417=3 replaced with just LI

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Erik R. Peterson
Thank you so much!! Erik On Jan 20, 2009, at 9:42 AM, WhoButSB wrote: Hi Erik, If you are using the jQuery.noConflict function and set the jQuery Selector variable to $j as in: var $j = jQuery.noConflict(); You need to make sure you go through all your jQuery code and change the $()

[jQuery] Re: Validate: Meta class and markup validation

2009-01-20 Thread Jörn Zaefferer
Not really. In one way or the other, you have to make a trade-off - I'd just ignore the warning, knowing that there really isn't a problem. One way to reduce the problem may be class compositions: http://docs.jquery.com/Plugins/Validation/Validator/addClassRules#namerules You'd put together the

[jQuery] Re: Specifying Initial Value

2009-01-20 Thread Scott González
If you include the metadata plugin ( http://plugins.jquery.com/project/metadata ), then you can specify initial values inside the HTML. div class=slider-class {slider: { value: 10 } }/div The options on init are determined in the following order (highest priority at top): options hash metadata

[jQuery] Re: Identify last keeypess

2009-01-20 Thread rob303
Hi James, Thanks for the reply. It's just a standard text input: input class=login_input type=text name=user value= / When the user clicks and starts to type the browser may, depending on what's been entered before, give a list of options. Some users might use the down or up arrow keys to

[jQuery] Re: Can't get typed value of input

2009-01-20 Thread abhisek
It doesn't work. Tested. On Jan 20, 7:34 pm, WhoButSB whobu...@gmail.com wrote: I believe if you have the ID in a input box you would only need to use $('#email_id').val() , in order to get the value of the input box. On Jan 20, 9:27 am, abhisek abhisek.d...@gmail.com wrote: Hello, I

[jQuery] Re: Can't get typed value of input

2009-01-20 Thread abhisek
Here you go: http://pastie.org/365662 On Jan 20, 7:32 pm, MorningZ morni...@gmail.com wrote: Selector looks fine perhaps sharing more of your code would be helpful On Jan 20, 9:27 am, abhisek abhisek.d...@gmail.com wrote: Hello, I have an input text field. I just can't get the typed

[jQuery] Re: $date1 = $('div /')W hat does it mean ?

2009-01-20 Thread Ricardo Tomasi
It's a shortcut for element creation. Like you can do $('body').append('div /') $('div /') gives you a div which is not in the DOM yet You can see that both jQuery objects with the divs ($date1 and $date2) end up appended to #multimonth. On Jan 20, 8:36 am, divsystem divsys...@gmail.com

[jQuery] Re: Simple jQuery problem with fading In/Out

2009-01-20 Thread RSol
The problem is: Your tags: div id=area2 img src=images/poster_thumb1.gif / /div in comment. :)

[jQuery] Re: Refreshing Menu after Adding New Structure

2009-01-20 Thread Rick Faircloth
Here's a good link for you: http://brandonaaron.net/blog/2007/08/19/new-plugin-live-query And here's a sample (that's right off the page above) $('a') .livequery('click', function(event) { alert('clicked'); return false; }); There are also other examples and some

[jQuery] Re: Identify last keeypess

2009-01-20 Thread Stephan Veigl
haven't tested it, but what happens if you try: var lastKeyCode = 0; // submit the login form if the user hits enter $('.login_input').keypress(function(event) { if(event.keyCode == 13 lastKeyCode != UP lastKeyCode != DOWN ) { $('#login').submit(); } lastKeyCode = event.keyCode; });

[jQuery] Re: Solution To Many Of Your CSS Nightmares!

2009-01-20 Thread Eric Garside
Uh... you realize that !important has no function in IE6, right? And that it doesn't retain the same functionality in IE7? It's also an extreme misuse of the tool. This is the situation !important was designed for: .tab_link { width: 35px; height: 20px; color: white; background: black; cursor:

[jQuery] Re: Identify last keeypess

2009-01-20 Thread James Hughes
On a side note... Do you want/need autocomplete becasue it is possible to stop a textfield being capable of autocomplete. I ask simply becasue your example uses a login field and sometimes it's not security concious to allow autocomplete on some login fields. Otherwise you'll just have to

[jQuery] Re: Refreshing Menu after Adding New Structure

2009-01-20 Thread cajchris
Rick, Its not really a problem to do with clicking events etc its more to do with the general information that JQuery adds to elements being lost. Here is an example of the UL code I have after the innerHTML replace is done (the ULLIAAmex/A/LI/UL is the newly added structure):

[jQuery] Re: setting default value for datepicker.

2009-01-20 Thread Richard D. Worth
There's a dedicated mailing list for help with jQuery UI plugins: http://groups.google.com/group/jquery-ui - Richard On Fri, Jan 16, 2009 at 1:10 PM, Jason Meckley jasonmeck...@gmail.comwrote: today I'm learnig jquery. I downloaded jquery-1.3.min.js and jquery-ui- personalized-1.6rc5.min.js

[jQuery] Re: Simulate BackSpace key

2009-01-20 Thread Rick Faircloth
I went to take a look at the demo, but all I got was a page of code...is there a working demo online? Thanks, Rick -Original Message- From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On Behalf Of RSol Sent: Tuesday, January 20, 2009 8:42 AM To: jQuery

[jQuery] Change/Break in the JQuery 1.3 selecting xml nodes based on attribute value?

2009-01-20 Thread chrisb
Hi There, I have been trying to integrate JQuery 1.3 into our software but found it breaking where I have previously successfully been using JQuery 1.2.6 to select xml nodes. The following test page illustrates and explains the problem. To recreate the issue you would need to create a html file

[jQuery] Re: Solution To Many Of Your CSS Nightmares!

2009-01-20 Thread Ricardo Tomasi
On Jan 20, 6:15 am, johny why johny...@gmail.com wrote: p.s. your link offers a scenario in which you might want to AVOID ! important: !important rules will override normal rules (in the browser-css), so authors are advised to use normal rules almost exclusively to ensure that users with

[jQuery] Content loading with AJAX is lost in IE after click

2009-01-20 Thread Charlie22
Hi all, can you check pls, what I am doing wrong in these scripts. Check pls menu Rules and its submenu functions. In FF3 and GCh its works fine, but in IE it lost part of ajax content. address: http://83.240.47.84/skyrace2/ Thank you for your help in advance.

[jQuery] Re: Selector Help

2009-01-20 Thread LexHair
Sweet. Thanks, Kean!! On Jan 18, 4:23 pm, Kean shenan...@gmail.com wrote: This works and will take care of unchecked conditions too. $('table tr[id^=row] :checkbox').click(function(){         $$ = $(this);         $text = $$.parent().parent().find('.email, .contact');        

[jQuery] Re: change image scr of all images in a page

2009-01-20 Thread Shawn Grover
Giovanni Battista Lenoci wrote: Maybe I confused you. You've mixed two types of syntax. You can achieve this with 2 syntax: 1. $('img').each(function(){ $('img').attr({'src': http://localhost/s.demo/+$(this).attr('src')}); }); 2. $('img').each(function(){

[jQuery] Re: Refreshing Menu after Adding New Structure

2009-01-20 Thread Rick Faircloth
Can you post your code that's doing the replacement for your menu? I assume that some of the jQuery code in the original menu is generated by Superfish? If so, replacing that auto-generated code could be tricky... -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: Identify last keeypess

2009-01-20 Thread rob303
Thanks again. On reflection I think you are right James. I should probably disable autocomplete for this field and doing so would resolve my issue. However, I've taken a quick look at the nocomplete plugin and that's not really what I want as it breaks some other functionality I have on those

[jQuery] Django flash my page automatically after a form submitting in jquery

2009-01-20 Thread Samuel
Hi, After struggling in google for days on this problem , I hope any of you could help me solve it. My problem is that after I submit a form in jquery with $.post to the server, which is powered by Django. The post data has been sent to the server, and saved in the database, but the function

[jQuery] Re: change image scr of all images in a page

2009-01-20 Thread Giovanni Battista Lenoci
Shawn Grover ha scritto: You have a slight issue with the samples. The first instance of $('img') inside the function() should be $(this). Sorry, you're right... I've answered without the right attention :-P Giovanni -- gianiaz.net - web solutions via angelo custode, 10 - 23100 sondrio (so)

[jQuery] Re: jquery.corners not Working in Mac FireFox 2 or Windows IE 7? Demo Page Provided

2009-01-20 Thread Vik
jquery.corners normally works in those browsers, as seen on their demo page at http://www.atblabs.com/jquery.corners.html . It has an algorithm to use with browsers that don't support the CSS3 border radius property.

[jQuery] Re: Content loading with AJAX is lost in IE after click

2009-01-20 Thread Rick Faircloth
Hi, Charlie... I'm not sure of a solution, but I did notice when I compared IE7's generated source to FF3's, that IE7 has setting of display:none for the first div contained inside the div id=ajaxContent. FF3 has that div coded like this: div style=display: block; id=general So, for some

[jQuery] Re: Content loading with AJAX is lost in IE after click

2009-01-20 Thread Rick Faircloth
Also, Charlie, if I use IE7's Developer Toolbar to change the div id=general from display:none to display:block, all the content shows up normally, as it does in FF3. Find out what's changing the display attr to display:none and prevent that and you should be good-to-go... Rick -Original

[jQuery] Re: Documentation on comparative operators?

2009-01-20 Thread fredriley
On Jan 19, 4:28 pm, MorningZ morni...@gmail.com wrote: If you look @ the document for .is() http://docs.jquery.com/Traversing/is#expr Ah (light bulb goes off above head), now I get it. It hadn't occurred to me to look in the Traversing section of the docs. You really do have to internalise

[jQuery] Re: jquery.corners not Working in Mac FireFox 2 or Windows IE 7? Demo Page Provided

2009-01-20 Thread tain
works on my Windows Vista IE7 and Windows Vista Firefix 2.0.0.20 On Jan 20, 5:50 pm, Vik v...@mindspring.com wrote: jquery.corners normally works in those browsers, as seen on their demo page athttp://www.atblabs.com/jquery.corners.html. It has an algorithm to use with browsers that don't

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Erik R. Peterson
I did everything you pointed out. It still doesn't work: script type=text/javascriptvar $j = jQuery.noConflict();/script Where do I place this script in my html? I verified none of my mootools is using $j() Very frustrated. Any help is greatly appreciated. Erik On Jan 20, 2009, at 9:42

[jQuery] Re: jquery.corners not Working in Mac FireFox 2 or Windows IE 7? Demo Page Provided

2009-01-20 Thread Vik
Tain, So that I can be sure which page you tested -- is this the page that works on your IE7 and FF 2: http://www.flavorzoom.com/corners_anomaly/corners_anomaly.html ...or is this the page: http://www.atblabs.com/jquery.corners.html ...or both? Thanks in advance for the info.

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Erik R. Peterson
Here is my code: !-- script type=text/javascript src=/src/js/mootools/1.2.1/core.js charset=utf-8/script script type=text/javascript src=/src/js/mootools/1.2.1/more.js charset=utf-8/script script type=text/javascript src=/src/js/mootools/barack/ morphlist.js charset=utf-8/script script

[jQuery] Re: Content loading with AJAX is lost in IE after click

2009-01-20 Thread Charlie22
Thx for tips Rick, but still I have no success. IE is adding his style from reason unknown for me and isnt respect jQuery commands. I tried this code: $('#'+submenu).attr('style',''); IE is generating this code always: DIV id=pilots style=DISPLAY: none oldblock=block I am really desparete from

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Steven Barbera
Which part of the code are you using jQuery with? Because at the very top after you call the jQuery script you should set the var $j = jQuery.noConflict() method. In then in front of all the jQuery code $ selectors change them to $j, so jQuery code will be applied to them. On Tue, Jan 20,

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Erik R. Peterson
Here all my jquery scripts in my head: script type=text/javascript src=/src/js/jquery/ jquery-1.2.6.min.js/script script type=text/javascript src=/src/js/jquery/ jquery.labelify.js/script script type=text/javascript src=/src/js/jquery/lavalamp/ jquery-1.2.3.min.js/script script

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Steven Barbera
It looks like you are calling jQuery multiple times in your header: script type=text/javascript src=/src/js/jquery/jquery-1. 2.6.min.js/script and script type=text/javascript src=/src/js/jquery/lavalamp/ jquery-1.2.3.min.js/script 2 Different versions of the framework. That might be causing some

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Erik R. Peterson
I eliminated some unnecessary scripts. This is what i have now: script type=text/javascript src=/src/js/mootools/1.2.1/core.js/ script script type=text/javascript src=/src/js/mootools/1.2.1/more.js/ script script type=text/javascript src=/src/js/mootools/barack/ morphlist.js/script script

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Steven Barbera
Oooh, make sure you put the jQuery.noConflict() code at the top right after the lavalamp.min.js code. Also make sure you add the script tags around it. Steve On Tue, Jan 20, 2009 at 1:58 PM, Erik R. Peterson eriks...@mac.com wrote: I eliminated some unnecessary scripts. This is what i have

[jQuery] Re: Content loading with AJAX is lost in IE after click

2009-01-20 Thread Rick Faircloth
Try specifying display:block as the attribute, instead of eliminating the style completely. Perhaps that will override what IE is doing. In your code (wherever would be appropriate), try $('#general').css({'display':'block'}) and see what happens. Since you're using an AJAX call to replace

[jQuery] Re: Documentation on comparative operators?

2009-01-20 Thread MorningZ
As Ricardo mentions that still isn't grasped here jQuery *is* JavaScript, but it's a framework on top to make things easier easier in all cases? heck no case in point So what's the best jQuery way to compare element values Why would there need to be a jQuery way? object1.value ==

[jQuery] the new whitehouse.gov - jQuery powered

2009-01-20 Thread rolfsf
I just noticed that team Obama pushed a new website live today - powered with jQuery! http://www.whitehouse.gov

[jQuery] Re: Solution To Many Of Your CSS Nightmares!

2009-01-20 Thread johny why
(wow. and i thought there was nothing left to say on this topic! :) SIZE ryan, SIZE has not yet been mentioned in the thread-- glad you mentioned it. with superfish, at least, the extra !important rules have no noticeable effect on my page-load time, in IE, firefox, or chrome.

[jQuery] Re: Solution To Many Of Your CSS Nightmares!

2009-01-20 Thread johny why
EFFORT the reason i don't want to CHANGE the css is because my site-css was designed to display my site properly, the widget-css was designed to display the widget properly. if i make changes in either, it's opening a can of worms. inspecting an element in firebug to see where it's getting it's

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Erik R. Peterson
Like this? script type=text/javascript src=/src/js/jquery/ jquery-1.2.6.min.js/script script type=text/javascript src=/src/js/jquery/lavalamp/ jquery.easing.min.js/script script type=text/javascript src=/src/js/jquery/lavalamp/ jquery.lavalamp.min.js/script script type=text/javascript

[jQuery] Re: Solution To Many Of Your CSS Nightmares!

2009-01-20 Thread johny why
it's an ugly hack --people who take pride in the purity of their code might take offense at a solution which is based on expediency, rather than programming dexterity. this debate seems partly to be about programming pride vs. expediency. i wish i had the resources to hire one of you gurus, but i

[jQuery] Re: Solution To Many Of Your CSS Nightmares!

2009-01-20 Thread johny why
because none of the proposed functional problems have proven truly significant, the debate has become one of principle. Eric Garside's critique is that you're not SUPPOSED to use !important this way. my one strict rule is to never strictly follow strict rules. i believe a wise programmer

[jQuery] Re: Solution To Many Of Your CSS Nightmares!

2009-01-20 Thread johny why
there is another well-established programming principle-- modularity. the idea is the less tightly-coupled components are, the easier it is to upgrade any one of them, or switch it out with a replacement. one technique to achieve modularity is to reduce the scope of variables-- keep the

[jQuery] Re: the new whitehouse.gov - jQuery powered

2009-01-20 Thread brian
$(nation).ready(function() { $('.POTUS').not('#a_jackass').change(); }); On Tue, Jan 20, 2009 at 2:21 PM, rolfsf rol...@gmail.com wrote: I just noticed that team Obama pushed a new website live today - powered with jQuery! http://www.whitehouse.gov

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Erik R. Peterson
Guess what!! I got it to work!! Very nice I feel like I parted the sea like moses thanks. Erik On Jan 20, 2009, at 2:01 PM, Steven Barbera wrote: Oooh, make sure you put the jQuery.noConflict() code at the top right after the lavalamp.min.js code. Also make sure you add the

[jQuery] Re: Conflict with Mootools...

2009-01-20 Thread Steven Barbera
Nice job, its always a great relief after you've struggled with a problem to conquer it. Good luck with your JS. On Tue, Jan 20, 2009 at 2:37 PM, Erik R. Peterson eriks...@mac.com wrote: Guess what!! I got it to work!! Very nice I feel like I parted the sea like moses thanks.

[jQuery] Re: 1.3, attributeStartsWith and '['

2009-01-20 Thread John Resig
I filed a bug over here: http://dev.jquery.com/ticket/3928 and have since fixed the issue. --John On Mon, Jan 19, 2009 at 2:08 PM, Balazs Endresz balazs.endr...@gmail.com wrote: Unforunately it's just turned out that there's anothor isssue behind this. You can follow the ticket if you

  1   2   >