[jQuery] [TUTORIAL] How to create a tabbed menu in jQuery

2008-12-10 Thread AdrianMG
In this case, we are going to learn how to create a smooth tabbed menu with our lovely jQuery library. With simple and clean layout we can have a great tabbed menu for our websites. We won't use UI Library, just a simple and cool solution ;)

[jQuery] Re: Load new content, new links dont activate jquery function..

2008-12-10 Thread Max
Thanks ive used delegation to fix the links that are created by ajax, but i still cant seem to figure out how to update 2 div's using .load ajax function... at the moment i have: $(#clickrate).fadeOut(fast); $('#clickrate').load(http://www.site.com/mypage #clickrate, function () {

[jQuery] Re: JQuery Validation Dynamic updates

2008-12-10 Thread Jörn Zaefferer
Metadata is read only once, then cached. In this case, you should use the rules method to update: http://docs.jquery.com/Plugins/Validation/rules Jörn On Tue, Dec 9, 2008 at 11:04 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have javascript code that alters the values inside the validate

[jQuery] Check all and uncheck all like the one in gmail

2008-12-10 Thread Donny Kurnia
Hello, I have table with this structure: table border=0 cellpadding=0 cellspacing=0 class=sortable-onload-5-6r rowstyle-alt colstyle-alt no-arrow id=main_table thead tr thinput type=checkbox name=checkall id=checkall//th thNo/th /tr /thead tbody tr tdinput

[jQuery] Re: using validate plugin in conjunction with form plugin (ajax submit)

2008-12-10 Thread Jörn Zaefferer
See this demo: http://jquery.bassistance.de/validate/demo/ajaxSubmit-intergration-demo.html Jörn On Tue, Dec 9, 2008 at 11:33 PM, Eben Goodman [EMAIL PROTECTED] wrote: I'm trying to submit a form via ajax using the form plugin, and also perform some validation, using the validate plugin. The

[jQuery] Re: Error getting value from server

2008-12-10 Thread JQueryProgrammer
Sorry for the spam. Actually my issue is that I am trying to keep my html file neat and tidy by putting all my javascript code in a separate js file. But my javascript code refers to some server side variable values which exists in an asp file. I have included that asp file in my main asp file

[jQuery] AW: Beginner question about toogeling a status

2008-12-10 Thread DCT, Heidi Anselstetter
Hi, is something wrong with my post? Can everybody see it? I am asking as it is my first here in this group. Any help or answers about my topic? Hi, this is my first post, I hope I do everything right! I have a list of users and for each user I have a little img showing the actual

[jQuery] auto generate tabs according to text content length

2008-12-10 Thread pixeline
Hello, I use ui.tabs to paginate a text content. It works well, but in a specific case, i need to tabbify a div which height is fixed, but the content is dynamic, so i don't know in advance if tabs should be rendered or not. In most cases, i let the editor insert a page break marker, and use them

[jQuery] pleeease heeelp me nowwwwww

2008-12-10 Thread [EMAIL PROTECTED]
hi i have written jquery for a site; after a while for sth that i don't know it don't work anymore and direbug give an error like this: $(div#peik) is null $(div#peik).hide(); and when i try to write $(document).ready() in firebug, it return : TypeError: $(document) is null whyyy

[jQuery] Re: pleeease heeelp me nowwwwww

2008-12-10 Thread JQueryProgrammer
Try this: $(function() { // your code goes here. }); Also while including the jquery file, write it as: script type=text/javascript src=jquery.js/script Check whether this helps. On Dec 10, 2:17 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hi i have written jquery for a site; after

[jQuery] Re: pleeease heeelp me nowwwwww

2008-12-10 Thread Alexandre Plennevaux
give us the url or the main js code, hard to be helpful without info. On Wed, Dec 10, 2008 at 10:22 AM, JQueryProgrammer [EMAIL PROTECTED] wrote: Try this: $(function() { // your code goes here. }); Also while including the jquery file, write it as: script type=text/javascript

[jQuery] Re: pleeease heeelp me nowwwwww

2008-12-10 Thread [EMAIL PROTECTED]
nooo, it wasn't helpful if anybody can help me please send a pm me at yahoo messsenger at ( [EMAIL PROTECTED]) thankks :-s On Dec 10, 12:22 pm, JQueryProgrammer [EMAIL PROTECTED] wrote: Try this: $(function() {     // your code goes here. }); Also while including the jquery file, write

[jQuery] Re: Nested value for callback

2008-12-10 Thread Göran Törnquist
Bump! Still no solution to this problem, anyone? Pretty, please! /Göran Göran Törnquist wrote: Thanks Richard. I obviously made some errors in the process of breaking out the offending piece of code. However, the error remains for me. I'm using Firefox 3 on Mac OS X 10.4. I put up a sample

[jQuery] Re: pleeease heeelp me nowwwwww

2008-12-10 Thread [EMAIL PROTECTED]
ok, the code is: var flag=false; $().ready(function(){ $(div#peik).hide(); $('div#cardbanki div').hide(); $('div#pardakht div').hide(); ... the error is on first div (like i said in first post) and if you want url , i must say that it's a persian eshop site

[jQuery] Re: pleeease heeelp me nowwwwww

2008-12-10 Thread Alexandre Plennevaux
can you cut and paste the full html on the page, and show the javascript external file links. that should be enoughf thanks. On Wed, Dec 10, 2008 at 10:36 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: ok, the code is: var flag=false; $().ready(function(){ $(div#peik).hide();

[jQuery] Re: pleeease heeelp me nowwwwww

2008-12-10 Thread [EMAIL PROTECTED]
(thanks for your answers :*) script type=text/javascript src=includes/javascript/jqCore.js/ script script type=text/javascript src=includes/javascript/rahnema1.js/ script the urls are : http://www.finaleshop.com/includes/javascript/rahnema1.js

[jQuery] Re: pleeease heeelp me nowwwwww

2008-12-10 Thread James Hughes
Are you mixing any other frameworks on the page e.g. Prototype? From: jquery-en@googlegroups.com on behalf of [EMAIL PROTECTED] Sent: Wed 10/12/2008 09:36 To: jQuery (English) Subject: [jQuery] Re: pleeease heeelp me noww ok, the code is: var

[jQuery] Re: pleeease heeelp me nowwwwww

2008-12-10 Thread [EMAIL PROTECTED]
no James, but i think you'd better to know that i have this code : script type=text/javascriptvar xmlhttp=false,response=null,spinner = document.createElement('IMG'),expanded=''; spinner.src = 'images/c/ spinner.gif'; try {xmlhttp = new ActiveXObject(Msxml2.XMLHTTP);} catch (e) {try {xmlhttp =

[jQuery] Re: pleeease heeelp me nowwwwww

2008-12-10 Thread Alexandre Plennevaux
in http://www.finaleshop.com/includes/javascript/rahnema1.js you have a typo var flag=false; //$().ready(function(){ $(function() { that sign is problematic. continuing reading... On Wed, Dec 10, 2008 at 10:40 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: (thanks for your answers :*)

[jQuery] Re: pleeease heeelp me nowwwwww

2008-12-10 Thread Alexandre Plennevaux
so, the top of the code should be: var flag=false; $(document).ready(function(){ $(div#peik).hide(); $('div#cardbanki div').hide(); $('div#pardakht div').hide(); }); On Wed, Dec 10, 2008 at 10:53 AM, Alexandre Plennevaux [EMAIL PROTECTED] wrote: in

[jQuery] Re: pleeease heeelp me nowwwwww

2008-12-10 Thread Alexandre Plennevaux
On a side note: replace all your div#myid by #myid, it will give a performance boost, since you'll then be using the getElementById instead of first selecting all divs, then finding the one with the id. On Wed, Dec 10, 2008 at 10:57 AM, Alexandre Plennevaux [EMAIL PROTECTED] wrote: so, the top

[jQuery] Re: pleeease heeelp me nowwwwww

2008-12-10 Thread [EMAIL PROTECTED]
:)) no dear you're right but i was trying somthing that JQueryProgrammer was said i just write wrong for a scond see it now ! ;) it has error nooow! On Dec 10, 12:53 pm, Alexandre Plennevaux [EMAIL PROTECTED] wrote: inhttp://www.finaleshop.com/includes/javascript/rahnema1.js you have a typo

[jQuery] Re: pleeease heeelp me nowwwwww

2008-12-10 Thread [EMAIL PROTECTED]
thanks Alexandre and other i have this problem yet ! and i have to go to university ! I check your other answers later thanks before... On Dec 10, 1:13 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: :)) no dear you're right but i was trying  somthing that JQueryProgrammer was said i

[jQuery] Re: pleeease heeelp me nowwwwww

2008-12-10 Thread Alexandre Plennevaux
1./ are you sure the div with id=peik is present on the page? 2./ what is that other script for, it'sreally not good, it's a big eval() call, eval is evil !! LAb[au] _ laboratory for architecture and urbanism Alexandre Plennevaux Lakensestraat 104 Rue de Laeken Brussel 1000 Bruxelles België

[jQuery] Re: Error getting value from server

2008-12-10 Thread brian
This really ought to be asked on an ASP list but I'll try to explain. On Wed, Dec 10, 2008 at 3:48 AM, JQueryProgrammer [EMAIL PROTECTED] wrote: Sorry for the spam. Actually my issue is that I am trying to keep my html file neat and tidy by putting all my javascript code in a separate js

[jQuery] Re: [validate] Having an issue with validator clearing file input fields onfocus in IE

2008-12-10 Thread Wayne Austin
Hey! I'm afraid I cant provide a testpage, but here is a sample of the code if that help? script src=%= Url.Content (~/Scripts/jquery-1.2.6.js) % type=text/javascript/script script src=%= Url.Content (~/Scripts/jquery.validate.js) % type=text/javascript/script script type=text/javascript

[jQuery] Re: Make script global (for every ajax page)

2008-12-10 Thread mysterbx
btw., when i open, like 10 pages the site just lags up... when i refresh the page everythings normal... but when you open some ajax pages, sites lags up again

[jQuery] Re: TableSorter vs Zebra Stripes

2008-12-10 Thread donb
Just a correction, 'background' IS valid CSS, it allows you to specify multiple 'background-xyz' properties in a single declaration. On Dec 9, 4:21 pm, MorningZ [EMAIL PROTECTED] wrote: ps... looking at your CSS again, it is indeed not valid, but not because of what i first thought, heh

[jQuery] Re: TableSorter vs CMS

2008-12-10 Thread David Blomstrom
Thanks for the tips, but I'm confused. You're suggesting I use an AJAX callback function and initiate the PHP onSuccess. I searched for AJAX callback and onSuccess on JQuery's website but found no information about either one. I downloaded Firebug, but I'm not yet sure how to use it. It displays

[jQuery] Re: Error getting value from server

2008-12-10 Thread MorningZ
Actually my issue is that I am trying to keep my html file neat and tidy by putting all my javascript code in a separate js file Pick your poison: - Use inline JS if you want dynamic variables - Lose the dynamic variables if you want external JS Your IIS server sees as request for .js (and

[jQuery] Re: Error getting value from server

2008-12-10 Thread James Hughes
What I tend to do in this instance is keep all but config options in an external js file. The at the top of my jsp (applicable to ASP as well) page I have a Global Config oject var ApplicationConfig = { sessionId : c:out value=${sessionId} default:'null'/, otherValue : c:out

[jQuery] Re: Norton thinks jQuery is a virus?

2008-12-10 Thread Michael Price
Anyone got any ideas? This is now happening to one of our guys on any site he visits that is using jQuery. Even interface.js got blocked at one point.. Michael Price wrote: Hi all, Couple of lads in here using IE and Norton Antivirus 2009 have suddenly had popups in our intranet

[jQuery] Norton thinks jQuery is a virus?

2008-12-10 Thread Michael Price
Hi all, Couple of lads in here using IE and Norton Antivirus 2009 have suddenly had popups in our intranet declaring that an intrusion attempt has been blocked and a file has been prevented from running. The source of this supposed intrusion? A compressed jQuery - can't remember which version

[jQuery] Re: Norton thinks jQuery is a virus?

2008-12-10 Thread Christof Donat
Hi, Anyone got any ideas? This is now happening to one of our guys on any site he visits that is using jQuery. Even interface.js got blocked at one point.. Risk name: HTTP Acrobat PDF file suspicious download File: jquery.js Are you shure, your Server does not deliver .js Files as

[jQuery] Re: TableSorter vs CMS

2008-12-10 Thread Olivier Percebois-Garve
There is a lot to grasp for you, but what you are doing is rather simple. Forget the AJAX callback and onSuccess. This is the answer to a common problem that you dont have, since your not using any AJAX. For firebug, you need to activate the console, and look there if there is no js error.

[jQuery] Re: Norton thinks jQuery is a virus?

2008-12-10 Thread Michael Price
Christof Donat wrote: Hi, Anyone got any ideas? This is now happening to one of our guys on any site he visits that is using jQuery. Even interface.js got blocked at one point.. Risk name: HTTP Acrobat PDF file suspicious download File: jquery.js Are you shure, your Server does not

[jQuery] Re: TableSorter vs CMS

2008-12-10 Thread donb
Which is why I figured the 'static' page worked - it omits the extra baggage that the CMS inserts. The offending code may not show up in a source view due to being dynamically linked-in when the page loads. Again, Firefox will come to the rescue, as you can view the 'generated source' if you

[jQuery] [UPDATE] kiketable.colsizable (aka, jquery.grid.columnSizing)

2008-12-10 Thread Enrique Meléndez Estrada
Hi everybody, I've just released a new version (updated to jquery 1.2.6) of an old plugin. Please all request for features or report of bugs make it through the plugins.jquery.com: http://plugins.jquery.com/project/kiketable_colsizable the official page is:

[jQuery] Re: TableSorter vs CMS

2008-12-10 Thread David Blomstrom
On Wed, Dec 10, 2008 at 4:14 AM, Olivier Percebois-Garve [EMAIL PROTECTED] wrote: There is a lot to grasp for you, but what you are doing is rather simple. Forget the AJAX callback and onSuccess. This is the answer to a common problem that you dont have, since your not using any AJAX.

[jQuery] a == b, but I don't understand why it doesn't...

2008-12-10 Thread nachocab
Hi, I have this html: ul id=phrases li id=phrase_0 class=activeThis is my first phrase/li li id=phrase_1This is my second_phrase/li /ul And I wanted to do this comparison: if ( $(#phrases).find(li.active) != $(#phrases).find (li:first) ) { alert(the active list-item is not the first

[jQuery] jCarousel - mixed items width problem

2008-12-10 Thread syoox
Hi, I have problem with firstly loading of jcarousel. The UL #mycarousel width is shorter like width of all items. This problem is only by first loading. After refresh display jcarousel correctly. This is HTML: ul id=mycarousel class=jcarousel-skin-tango liimg src=index_files/tn_s.jpg

[jQuery] Accessing parent element after wrapAll

2008-12-10 Thread Nick Malyon
Hi, I have the following source: input type=text class=myclass value=Hello style=width: 200px / And I would like to transform it into: pHello/p div style=display: none input type=text class=myclass value=Hello style=width: 200px / /div I'm using the JavaScript:

[jQuery] JQuery selector-equiv for XPath position() predicate

2008-12-10 Thread RichB
I have a number of tables. I want to find all the columns in all the tables that have a heading th that matches a given string. Now, it's easy to find the heading with something like: $('th:contains(' + $(this).text() + ')') But how do I index from that to get the col to be able to style the

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-10 Thread rernens
Gilles, I am not sure if my previous post got really posted so redoing it. Very nice plugin. I am testing it to include it in a new project that involves lot's of image loading. So far I have three issues : 1. the multiple settings in the uploader object creation does not seem to work, using

[jQuery] Re: TableSorter vs CMS

2008-12-10 Thread David Blomstrom
I'm checking that right now. If the links to my style sheets are OK (and they are), then the links to my JavaScripts should be OK. However, there is aother possible problem that just occurred to me. I pasted my JQuery files in MySite, while the page I'm viewing is in MySite2. I essentially have

[jQuery] jQuery .ready() being treated as both Filo/Fifo in IE/FF

2008-12-10 Thread Comcar
I've got the same code, with no errors coming up in either browser, but different behaviours in IE7 and FF2. I've got 2 JS files being pulled into the page, both include $ (document).ready (function(){}); In FF the functions are called from File A then File B, but IE is calling the functions in

[jQuery] jQuery reloads all JS files on show()

2008-12-10 Thread Matthias Burtscher
Hello out there! Hope this message isn't posted twice, but i can't see it in the mailing list two hours after posting it the first time ... My problem: I want to show/hide a div element using the UI effects. In this div element there are JavaScript files included, it looks something like this:

[jQuery] Re: TableSorter vs CMS

2008-12-10 Thread James Hughes
Does address/1A/js/jquery-1.2.6.min.js exist? Can you access it via the address bar in the browser? Check the Net tab of firebug and see the get request for the JS file - is the response a 404 or the contents of the file? James From:

[jQuery] Re: TableSorter vs CMS

2008-12-10 Thread David Blomstrom
Wow, you were right - my link/path file was incorrect. I assumed it was OK because the links to my style sheets were OK, but there was a PHP error on the JavaScript link. I feel about bad about fueling such a lengthy discussion on a stupid mistake. If it's any consolation, I learned how to use

[jQuery] Re: Norton thinks jQuery is a virus?

2008-12-10 Thread Michael Price
Alright, this is getting weirder. One of the lads got a blocked attack on a site not using jQuery - so I went there - now I'VE got a blocked attack on the same website, in Firefox, and the suspect script is opensocial.js from gmodules.com which doesn't actually contain any jQuery as far as I

[jQuery] Re: TableSorter vs CMS

2008-12-10 Thread James Hughes
Never worry, if we never made mistakes we'd never learn. And it's great that Firebug is now your friend. James From: jquery-en@googlegroups.com on behalf of David Blomstrom Sent: Wed 10/12/2008 13:18 To: jquery-en@googlegroups.com Subject: [jQuery] Re:

[jQuery] Re: validate

2008-12-10 Thread Jörn Zaefferer
A testpage is essential for debugging this issue. Jörn On Wed, Dec 10, 2008 at 7:14 AM, Santo [EMAIL PROTECTED] wrote: Hi Jörn / people I am using the jquery.validate.js (1.4 version) for a web application. For the submission of a webpage which has widgets in it. My issue is that with

[jQuery] Cycle plugin and dynamically loading images from array

2008-12-10 Thread kematzy
Hi all, I've been working with the fantastic Cycle plugin on a client site. The client has 30+ fairly big images to load (~3MB total page load), so the normal loading scenario doesn't work very well. The way I worked around it, is I've added all the HTML code for all the images, without the

[jQuery] Re: Cycle plugin and dynamically loading images from array

2008-12-10 Thread Mike Alsup
The client has 30+ fairly big images to load (~3MB total page load), so the normal loading scenario doesn't work very well. The way I worked around it, is I've added all the HTML code for all the images, without the actual image file.  When a visitor views the page, I progressively load the

[jQuery] Re: Load new content, new links dont activate jquery function..

2008-12-10 Thread Richard D. Worth
On Wed, Dec 10, 2008 at 3:19 AM, Max [EMAIL PROTECTED] wrote: Thanks ive used delegation to fix the links that are created by ajax, but i still cant seem to figure out how to update 2 div's using .load ajax function In this case I would recommend using .get() instead of .load(). Then in

[jQuery] validate

2008-12-10 Thread Santo
Hi Jörn / people I am using the jquery.validate.js (1.4 version) for a web application. For the submission of a webpage which has widgets in it. My issue is that with IE (6 and 7) my form is getting submitted even after the jquery validations fail. For example if I enter a wrong value for

[jQuery] SimpleModal container not showing up

2008-12-10 Thread Isaac
I have a LONG php form which collects data, then submits it to a database. I use SimpleModal to display any error messages from the server. When I click on the submit button in an incomplete form, I'm supposed to see a modal saying which field is not filled out. The overlay is showing but I

[jQuery] Re: TableSorter vs CMS

2008-12-10 Thread James Hughes
if it saying - 2. $ is not defined jQuery isn;t included on the page correctly. Are your directory and file names alright? From: jquery-en@googlegroups.com on behalf of David Blomstrom Sent: Wed 10/12/2008 13:01 To: jquery-en@googlegroups.com Subject:

[jQuery] Re: jQuery reloads all JS files on show()

2008-12-10 Thread Matthias Burtscher
Have found out that it also re-executes every java script code in this area? How can i switch that off, it's not what i want it to do!

[jQuery] jQuery reloads all JS files on show()

2008-12-10 Thread mabu
Hello out there! We're currently implementing jQuery into our community software to increase usability and lifestyle (effects etc.) The following problem makes me go crazy ;) I want to show/hide a div with show()/hide(), sounds simple, but jQuery behaves very strange. My example: img

[jQuery] Re: a == b, but I don't understand why it doesn't...

2008-12-10 Thread Richard D. Worth
You're comparing two different (ie non-equal) jQuery objects that happen to contain (in an array-like fashion) the same DOM Element. If you want to compare those two DOM Elements, change $(#phrases).find(li.active) != $(#phrases).find(li:first) to $(#phrases).find(li.active)[0] !=

[jQuery] Cross domain Ajax without Proxy

2008-12-10 Thread Roy M
Hello, Is it possible to get remote contents if page is in another domain, without use of proxy? E.g. div id=test/div script type=text/javascript $(#test).load(http://www.google.com;); alert( $(#test).html() ); /script Thanks.

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-10 Thread rernens
Gilles, Nice job ! I am currently trying to implement it in a project that will require many images upload at various places in the site and your plugin seems from far the most flexible. Three things. 1. multiple: false through settings while building the uploader does not work.

[jQuery] [validate] - form submission in IE even after jquery validation failure

2008-12-10 Thread Santo
Hello Jörn This is regarding an erroneous behavior of the form in IE. My form used widgets in it. With FF when I submit the form after inputting an invalida value for say a url class. The form does not submit due to the validation failure as the case should be. But the

[jQuery] Jquery hover and .animate(opacity)

2008-12-10 Thread superuntitled
Hello, I am having some problems with a hover state function. I have an unordered list, with images, and have a tooltip type javascript function on the hoverstate, the tooltip is displayed directly on top of the image. The content of the tooltip is inside an em tag, which is hidden via the CSS.

[jQuery] Re: pleeease heeelp me nowwwwww

2008-12-10 Thread Chandan Luthra
the jquery library must be conflicting with some other library try *jquery(funtion(){});* instead of $(document).ready On Wed, Dec 10, 2008 at 2:47 PM, [EMAIL PROTECTED] [EMAIL PROTECTED]wrote: hi i have written jquery for a site; after a while for sth that i don't know it don't work

[jQuery] Re: TableSorter vs CMS

2008-12-10 Thread Olivier Percebois-Garve
xAddEventListener is not defined== means there is a script using another libraries code. You hqave to remove that script, if your are not using it. If you do use it, you will have a conflict between jQuery and Prototype, both are using a $ function. In that case, have a look at how to run

[jQuery] Re: pleeease heeelp me nowwwwww

2008-12-10 Thread [EMAIL PROTECTED]
wos! something that Chandan said, was helpful !! some one had written a code and in his code define a function with $ it was the problem o... thanks guys :) On Dec 10, 12:21 pm, Chandan Luthra [EMAIL PROTECTED] wrote: the jquery library must be conflicting with some other

[jQuery] Trouble with adding 'addClass' to an existing piece of Jquery code

2008-12-10 Thread Ted
I'm having trouble having Jquery add a class to a piece of code. I've tried adding the class via addClass method, and I've also tried chaining it in to the current Jquery code for mouseenter and mouseleave, but neither is working. Here's the Jquery section of the javascript:

[jQuery] Re: pleeease heeelp me nowwwwww

2008-12-10 Thread Andy Matthews
For future reference, you'll get a lot more sympathy, and more help, if you use a more descriptive subject line. Glad you got help with your problem. andy -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday,

[jQuery] Re: Trouble with adding 'addClass' to an existing piece of Jquery code

2008-12-10 Thread MorningZ
Wow, that code doesn't make much sense you have the selector li.main-nav, which i am assuming grabs all 5 of those top level links as you hover on each one of them, you reselect all those and add the class menu-on to them, that wouldn't make sense since you would seemingly only want to apply

[jQuery] Re: jQuery Tabs -- Are disjointed tabs possible?.

2008-12-10 Thread webRat
I wonder if he means tabs that are connected to nothing? o_O Wouldn't they just be called... buttons? :) On Dec 9, 9:51 pm, donb [EMAIL PROTECTED] wrote: First, we have to know what 'disjointed' means...

[jQuery] Re: Check all and uncheck all like the one in gmail

2008-12-10 Thread MorningZ
Hope this quick example helps http://paste.pocoo.org/show/94677/ On Dec 10, 3:30 am, Donny Kurnia [EMAIL PROTECTED] wrote: Hello, I have table with this structure: table border=0 cellpadding=0 cellspacing=0 class=sortable-onload-5-6r rowstyle-alt colstyle-alt no-arrow id=main_table  

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-10 Thread rernens
Hello again, finding out that my message was finally posted twice. Here is some additional info. Behavior has changed since last post and I can't figure out why as the code itself has not changed. Here is the log : uploader detected Flash player version 9.0.124, starting up... uploader is

[jQuery] Re: a == b, but I don't understand why it doesn't...

2008-12-10 Thread nachocab
Thanks Richard! You saved my life :-) On Dec 10, 2:36 pm, Richard D. Worth [EMAIL PROTECTED] wrote: You're comparing two different (ie non-equal) jQuery objects that happen to contain (in an array-like fashion) the same DOM Element. If you want to compare those two DOM Elements, change

[jQuery] Re: Updating the DOM after .load

2008-12-10 Thread slandry
Brian thanks for the feedback. I'm definitely trying to render the sparklines on the HTML which is called by newcontent.html. In my example when you click the link you should see a pie chart. Instead you see the data 10,90 Here is a link to the code. I've slimmed every thing down to just this

[jQuery] Re: Jquery hover and .animate(opacity)

2008-12-10 Thread Karl Swedberg
If you're able to change the HTML, I'd suggest putting the em inside the link: li class='thumbnail' a href='# 1' img src=images/product/2ebb87483823eda8cd920ef0273bd3d0.jpg alt='' / em class='hover'grass roots/em /a /li that way you can do this: $(document).ready(function(){

[jQuery] Re: Accessing parent element after wrapAll

2008-12-10 Thread Karl Swedberg
Hi Nick, have you tried the parent() method? That should work: jQuery(domElement) .wrapAll('div style=display: none/div') .parent() .prepend('p' + jQuery(domElement).val() + '/p'); --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Dec 10, 2008, at

[jQuery] Re: mcDropDown - problem getting displayed value

2008-12-10 Thread Dan Switzer
Sean, I think you have your syntax missed up. You need: // initialize $(#modelFullName).mcDropdown(#modelMenu); // get a copy of the object var mc = $(#modelFullName).mcDropdown(); // output the current value alert(mc.getValue()); -Dan On Mon, Dec 8, 2008 at 10:07 AM, Sean O [EMAIL

[jQuery] Re: %= myvarvalue % not working. Urgent. Please help

2008-12-10 Thread Richard D. Worth
Have your js file be an asp page, instead of a .js page, so it is parsed by asp. - Richard On Wed, Dec 10, 2008 at 2:06 AM, JQueryProgrammer [EMAIL PROTECTED]wrote: Ok. I found the problem. The issue is that I am writing my code in separate .js file where I am trying to access server side

[jQuery] Re: How to achieve 2 moo gallery effects?

2008-12-10 Thread expat101
hey thanks a lot i have a look at them. On Dec 10, 3:30 am, Paul Mills [EMAIL PROTECTED] wrote: Have a look at these two plugins: Galleria -http://devkick.com/lab/galleria/ Cycle -http://malsup.com/jquery/cycle/ Paul On Dec 9, 5:57 am, expat101 [EMAIL PROTECTED] wrote: I am looking

[jQuery] please wait while loading...

2008-12-10 Thread fabrice.regnier
Hi to all, i have a nice gif please wait while loading... and i'd like to show it when i click on a button. Is there a nice jquery way to do it ? do i need a plugin ? $(#Idsubmit).click(function () { -- start showing the gif long process

[jQuery] Movies Collections

2008-12-10 Thread 24 Hrs Movies
Top 5 Movies of the Box Office http://newmegamovies.blogspot.com/ 1. Four Christmases Reese Witherspoon, Vince Vaughn, Mary Steenburgen 2. Twilight Kristen Stewart, Robert Pattinson, Billy Burke 3. Bolt John Travolta, Miley Cyrus, Susie Essman 4. Australia Nicole Kidman, Hugh Jackman

[jQuery] Top 5 Movies of the Box Office

2008-12-10 Thread 24 Hrs Movies
Top 5 Movies of the Box Office http://newmegamovies.blogspot.com/ 1. Four Christmases Reese Witherspoon, Vince Vaughn, Mary Steenburgen 2. Twilight Kristen Stewart, Robert Pattinson, Billy Burke 3. Bolt John Travolta, Miley Cyrus, Susie Essman 4. Australia Nicole Kidman, Hugh

[jQuery] Re: please wait while loading...

2008-12-10 Thread MorningZ
Look into using the excellent plugin BlockUI (http://malsup.com/jquery/ block/) and you can take your nice gif and set that as the message parameter of that plugin On Dec 10, 10:56 am, fabrice.regnier [EMAIL PROTECTED] wrote: Hi to all, i have a nice gif please wait while loading... and

[jQuery] Re: TableSorter vs CMS

2008-12-10 Thread David Blomstrom
Yes. I'm going to remove it. I think that's for another JS function I'd like to replace with JQuery. I'll make another post soon askng how to do it with JQuery if I can't figure it out. Thanks. On Wed, Dec 10, 2008 at 5:41 AM, Olivier Percebois-Garve [EMAIL PROTECTED] wrote:

[jQuery] document.my_chart swf object

2008-12-10 Thread sumpa
hi there, i run a swf chart system on a website, id like to access the swf from javascript the following is working: chart=document.my_chart; if i alert this its an HTML EMBED OBJECT chart.Update_XML( xml, spinning_wheel, mode ) . this will caue the swf to realod data BUT

[jQuery] Setting background image does not work...

2008-12-10 Thread Kris
I have tried both the following but neither seem to work. [code] $('#content-top').css('backgroundImage', url( + src + )); $('#content-top').css(background-image, url( + src + )); [/code] Any ideas would be welcome, thanks.

[jQuery] SWF chart problem

2008-12-10 Thread sumpa
function updateChart(xml,oid){ //var chart=document.my_chart; is working var chart1=$(oid);/ is not wokring . how to get the object properly /// document.all[oid] istt working also in ff3 spinning_wheel = true;

[jQuery] form create

2008-12-10 Thread Mean Mike
I'm working on a multifile upload system and I found that my form function does not work in IE while I have a workaround I wonder why this code doesn't work in IE ? thanks for your help Mike !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN http:// www.w3.org/TR/html4/loose.dtd html

[jQuery] jquery.css strips out my dashes in IE

2008-12-10 Thread MaTi
Hi guys, i wrote the following code: var x = jQuery(id); var a = x.data(styles); var t1, t2; if (a.length = 0) return; for(var i = 0; i

[jQuery] Prefixing all href attributes (or how to get .attr('href') to return a string)

2008-12-10 Thread Kris
I'm trying to use the below code to prefix all href's with 'cms/'... [code] $(#content_main a).attr('href', 'cms/' + $(this).attr('href')); [/code] I end up with href's which look like this cms/undefined. I guess I need to get $(this).attr('href') to return a string instead of a JQuery object?

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-10 Thread rernens
Me again for furher info. Found where the problem lies. 1. in fact the back end script gets called but is not triggered due to the http request constructions. I can't tell if the request is wrongly built or if my server can't handle such request but it looks like the posted file is in the query

[jQuery] Re: Prefixing all href attributes (or how to get .attr('href') to return a string)

2008-12-10 Thread Karl Swedberg
Hi Kris, The problem is that $(this) is referencing something other than the link at that point -- either some enclosing method or the window object. You can get around this by using a callback function as the second argument of .attr() : $(#content_main a).attr('href', function() {

[jQuery] Re: please wait while loading...

2008-12-10 Thread fabrice.regnier
perfect! thanx a lot. days after days, i feel the power of jquery ! may the js be with you luke ;) regards, f.

[jQuery] Re: TableSorter vs CMS

2008-12-10 Thread Michael Geary
Don't feel bad! I am also somewhat chagrined that diffing the two versions of the page as I suggested probably wouldn't have helped in this case. :-) BTW, in addition to Firebug, do you also have the Web Developer Toolbar? It's probably the other most essential developer tool for Firebug. Go get

[jQuery] Re: jQuery Tabs -- Are disjointed tabs possible?.

2008-12-10 Thread ripcurlksm
Hey guys, i dont know what happened but I posted a picture/mock of what I wanted and now the photo is gone.. ?? Anyway its solved-- I wanted to have one tab on the left, then a series of tabs on the same line, but on the right side... someone suggested floating the tabs I wanted on the right

[jQuery] Re: TableSorter vs CMS

2008-12-10 Thread David Blomstrom
I do, though I've never really learned how to use it. I'll have to take a closer look at it. Opera is actually my default browser, though I love Firefox for all its extensions. * * * * * On Wed, Dec 10, 2008 at 9:23 AM, Michael Geary [EMAIL PROTECTED] wrote: Don't feel bad! I am also somewhat

[jQuery] Re: Setting background image does not work...

2008-12-10 Thread MorningZ
$('#content-top').css(background-image, url( + src + )); is the correct code so either: 1) src is not a valid path (firebug will tell.show you this) 2) the selector isn't finding anything On Dec 10, 11:54 am, Kris [EMAIL PROTECTED] wrote: I have tried both the following but neither seem to

[jQuery] Re: Check all and uncheck all like the one in gmail

2008-12-10 Thread ricardobeat
MorningZ code looks good, except that it doesn't check 'Check all' automatically when you check all boxes by hand. You're creating lots of jQuery objects unnecessarily: var allBoxes = $('#main_table :checkbox:not(#checkall)'); $(#checkall).click(function(){

  1   2   >