[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread Michael Geary
From: solow Nobody? Am at the source of jquery, and nobody knows this? :P I suspect that nobody was quite sure what the question was. I know I wasn't sure. If you could post a link to a test page instead of sample code, with a description of how to trigger the failure and how you expected it

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread solow
Right, my bad. http://www.waysoflife.eu/poker.php This is the url. In the menu, click settings. What you see now, is a list. *To check the html, visit http://www.waysoflife.eu/pages/pages.php?settings *. This list should look like this: http://www.waysoflife.eu/merijn.html So maybe I've

[jQuery] Re: fn question

2009-07-30 Thread David .Wu
totally understand, thanks a lot On 7月30日, 上午7時39分, Jules jwira...@gmail.com wrote: From the jquery pluginhttp://docs.jquery.com/Plugins/Authoring Your method must return the jQuery object, unless explicity noted otherwise. $('input#btn').btnClick().css(background-color,blue) won't work

[jQuery] Re: jqm and livequery issue

2009-07-30 Thread jjshell
I removed the quotes. Yet it does not change the problem. url is added as a querystring after the request uri, automatically generated by the browser (or is that the server?). It's as if my url var was not recognized as holding an url. Yet if I alert() it, the expected url is displayed in the

[jQuery] Use my plugin fn without $('') selector

2009-07-30 Thread publicJorn
Hi all, I'm kinda new to these forums, but I was hoping someone could help me out here.. I've been making plugins in a particular format that suits me really well. But now I want to be able to run it without using the jquery selector. Kind of like you can use: $('p').each(function(){}) ; I want

[jQuery] Re: Use my plugin fn without $('') selector

2009-07-30 Thread publicJorn
Ah I found it myself.. quite easy actually. At the top change: return this.each(function(i, elem){ console.log(printSettings()); }); in something like this: if(! this.selector ){ // accessed by $.plugin() // here you can init the plugin without selected element } else { // accessed by

[jQuery] Re: Can't change padding using animate() in IE

2009-07-30 Thread djeyewater
Thanks, that's what I've been doing in the mean time (since it works). I didn't see any mention on the jQuery manual page that you can't set properties like padding: 20px 25px though. Dave On Jul 20, 9:46 am, Cold Flame theumairsha...@gmail.com wrote: so you can set padding-left , right , top

[jQuery] Re: Bug? -- toggle() of TR broke in IE8

2009-07-30 Thread Mondo Libero
I noticed that with the jQuery library 1.2.1, used by the person who made this example: http://www.javascripttoolbox.com/jquery/, everything works perfectly well also with IE 8. On 29 Lug, 15:52, Fontzter dmfo...@gmail.com wrote: I put together a simple case to demonstrate

[jQuery] getting started with superfish -- installation questions

2009-07-30 Thread scarp
Hi all, Does anyone have a simple guide about how to install superfish dropdown menu in Joomla? The few lines on the superfish site are just a bit to streamlined for me. (I'm not really a developer, and I need this for an academic project.) What I have done is: -- installed the module --

[jQuery] Cross-domain (for analytics)

2009-07-30 Thread Danny Ayers
I've run up against a cross-domain Ajax problem, essentially I want to do something like: (in http://hostA.com/page.html) script $.ajax({ type: POST, url: http://hostB.com/service.php;, data: dataText, ... but this promptly produces an

[jQuery] Basic questions about jQuery validation plugin.

2009-07-30 Thread Leon
Hello, I have a form with a set of input fields. I am going to validate the form with jQuery Validation. The field has the value of its ID different from the value of its name. I've looked around and tried several times with the form validate method. But, it seems like the validation got trigged

[jQuery] Re: Problems with getJSON between browsers

2009-07-30 Thread Kus
Hi, I to was playing with the Google Latitude Badge API. For some reason jQuery doesnt like it, so what i did was compare what Google returns to what the Flickr example does http://api.flickr.com/services/feeds/photos_public.gne?tags=cattagmode=anyformat=jsonjsoncallback=? The flickr one is

[jQuery] File size of jQuery.min.js != 19KB

2009-07-30 Thread JakeG
jquery.com home page says: --- PRODUCTION: (19KB Minified and Gzipped) --- ... but if you follow the link, you get a 55.9KB jquery-1.3.2.min.js file... quite a bit more than 19KB. Jake.

[jQuery] [jquery form plugin] run function in success event

2009-07-30 Thread orangdalam
i wrote this code: function HidePreloader($idPreloader){ $($idPreloader).hide(); } $(#formPassword).ajaxForm({ target:'#container', clearForm:true, success: HidePreloader(#bluePreloader) });

[jQuery] How Would You Use Superfish Drop Down Menus with CSS Sprites2?

2009-07-30 Thread Matt
I have a menu that I've already set up with ALA's CSS Sprites2 (http:// www.alistapart.com/articles/sprites2/) now I have to add a drop down menu into the mix. What would be the best way to achieve this, or rather what would I need to change in the Superfish scripts to get this to work? This is

[jQuery] (validate) Show Element instead of js

2009-07-30 Thread jQuery
Hello, I didn't found the same problem ine the groupes: I would like to show error msg already in the page Exemple: input type=text name=myTextField spanThis textfield cannont be empty/span if error the span will become showed. and not show error with the js Thanks you Bri

[jQuery] Dynamic creating of elements and appending them

2009-07-30 Thread Wulf
Hey there, I read a lot of things now about creating elements with $(div/) and the appendTo method. here is my code I'm trying to get to work: html head titleFoobar/title script type=text/javascript src=js/jquery.js/script script type=text/javascript

[jQuery] Table sorter 2.0 Date format issue

2009-07-30 Thread subhan
Hi, I am using the date format dd/mm/yy but it is not working properly, below is the example how it get sort in ascending order 11/09/2007 25/12/2006 10/01/2008 12/07/2008 13/05/2009 14/06/2009 u can notice that the year 2006 is coming after 2007, any one to help methanks in

[jQuery] Looking for assistance implementing jQuery Cookie into Sliding Panel WordPress Plugin.

2009-07-30 Thread awarner20
Hi folks, I'm new to this list and I hope I can find someone to assist. I am using the Sliding Panel WordPress plugin by Justin Tadlock, found here: http://wordpress.org/extend/plugins/sliding-panel Through Justin's forums, he helped me to implement a feature of this plugin where after a user

[jQuery] How to turn on logging in custom parsers?

2009-07-30 Thread Christopher Rasch
Hi, I'm trying to write a custom parser to sort column 5 of this table: http://m100.marketocracy.com/tablesort/TC_test.html Column 5 can contain both positive and negative numbers. Negative numbers are supposed to be represented by enclosing the number in parenthesis (), and turning them

[jQuery] Extensions success

2009-07-30 Thread jbrooksuk
When writing an extension, how can you run a success function (a callback) like so: $(#selector).myExt(function() { alert(); }); Thanks.

[jQuery] Re: Unresponsive Javascript Error

2009-07-30 Thread TJ
I'm reading over your first technique again...the reason I have the unique array is because there may be .RCRBFilingType a few times, so the unique array discards the duplicates and then I can wrap .RCRBFilingType once with RCWrap. Would your way do that? I'm working with .NET...if that makes

[jQuery] Re: File size of jQuery.min.js != 19KB

2009-07-30 Thread Leonardo K
Minified and *Gzipped* http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/ On Thu, Jul 30, 2009 at 03:51, JakeG jakegordo...@gmail.com wrote: jquery.com home page says: --- PRODUCTION: (19KB Minified and Gzipped) --- ... but if you follow the link, you

[jQuery] Re: Basic questions about jQuery validation plugin.

2009-07-30 Thread Anoop kumar V
I think the validation plugin depends only on the name and not the id. On 7/29/09, Leon leon...@gmail.com wrote: Hello, I have a form with a set of input fields. I am going to validate the form with jQuery Validation. The field has the value of its ID different from the value of its name.

[jQuery] Re: div at child of body does not work

2009-07-30 Thread mahen
Bump

[jQuery] Re: Cross-domain (for analytics)

2009-07-30 Thread Leonardo K
I think this will help you. http://snook.ca/archives/javascript/cross_domain_aj/ On Thu, Jul 30, 2009 at 07:00, Danny Ayers danny.ay...@gmail.com wrote: I've run up against a cross-domain Ajax problem, essentially I want to do something like: (in http://hostA.com/page.html) script

[jQuery] jCarousel and ThickBox

2009-07-30 Thread Paulo Henrique
Hello guys... I've been using thickbox for jQuery for a while now and I liked it. I specially use it to show ajax content. But then I needed to use a page with a jCarousel inside this thickbox. When i open the page address, the carousel works just fine, but when I load the page inside the

[jQuery] Re: Cross-domain (for analytics)

2009-07-30 Thread getify
As mentioned in the comments of the thread Leonardo sent, you might try flXHR, which is a client-side cross-domain Ajax proxy (invisible flash). flXHR has an indentical API to normal native XHR calls. And there's a very easy to use jQuery plugin that makes it ridiculously simple to integrate.

[jQuery] Re: Cross-domain (for analytics)

2009-07-30 Thread getify
However, re-examining your issue, it looks like all you would need to do is set your data type to JSON, which CAN be done cross-domain. And since you aren't needing a response, just make sure your server can accept the data as GET instead of as POST (like in your code above), and you should be

[jQuery] Re: Jquery Ajax Postbacks

2009-07-30 Thread gladrinkz
Hi FrenchilLA Please sorry for above post i really want to know about the Jquery ajax Post back o or give me some shot example regarding jquery ajax Regards gladrinkz

[jQuery] Re: Cross-domain (for analytics)

2009-07-30 Thread Richard Wallis
Google Analytics does it by passing their parameters on the src URI of an image call which doesn't hit cross domain problems:

[jQuery] Facing Error in Jquery!!

2009-07-30 Thread sansugoi
Hi all, I have used jquery in dnn in fading new ticker, it is working fine but I am getting error e.style is undefined. when check through mozilla error console it is showing the jquery file path. I don't know how to resolve this. Please help me...

[jQuery] Re: Cross-domain (for analytics)

2009-07-30 Thread Laurian
You may try http://plugins.jquery.com/project/flXHR Laurian On Jul 30, 11:00 am, Danny Ayers danny.ay...@gmail.com wrote: I've run up against a cross-domain Ajax problem, essentially I want to do something like: (inhttp://hostA.com/page.html) script $.ajax({

[jQuery] Re: Basic questions about jQuery validation plugin.

2009-07-30 Thread Tim
Also, you might have a missing curly-bracket after rules: { score_1 : {required: true} unless you just mis-typed it. Tim :o] On Jul 30, 7:57 am, Anoop kumar V anoopkum...@gmail.com wrote: I think the validation plugin depends only on the name and not the id. On 7/29/09, Leon

[jQuery] Re: [treeview] Collapsed tree will flash before collapsing. Anyway to avoid it?

2009-07-30 Thread Brett Ritter
On Wed, Jul 29, 2009 at 7:39 AM, Pablogom...@gmail.com wrote: Is there a way to avoid that, thus showing only the collapsed tree from the start? Or to make it invisible until the moment it is collapsed? (grumble) I saw a great tutorial on this just a few days ago and now I can't find it.

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread Dan G. Switzer, II
What's your code looks like? Are you using the replaceOptions() method correctly: $(#id).linkselect(replaceOptions, options*, doCallback*) Replaces the options in the dropdown with the array of objects passed into the options argument. You can use this API method to repopulate a Linkselect with

[jQuery] Jquery Superfish Ajax Call

2009-07-30 Thread James W
Hello, Does anyone know if it is possible to use AJAX calls with the superfish menu? and if so does anyone have any sample code to illustrate how? Instead of calling a link I would like to use the menu to load content into a container but only on certain menus. Thanks James

[jQuery] jQuery effects speed cause hover to fire

2009-07-30 Thread jeff
I am trying to implement a div containing a form drop down on hover and I have everything working except for when I try to add any sort of animation or speed to the '.show' or '.hide' effect. When I try to add speed or seemingly any other effect to the div, the select elements of the search form

[jQuery] Chrome compatibility problem (form submit button value not sent)

2009-07-30 Thread Hardip
http://www.globalautohits.com/test/jquery-test.html Tested it in Opera, FF 3.5 - there, the result shows that the submit button was sent too. however, in Chrome, it is not sent. It even works in IE8 (sic), didn't test lower versions. might be a Chrome bug, but since jQ should be cross-browser

[jQuery] Re: jQuery effects speed cause hover to fire

2009-07-30 Thread jeff
Upon further testing, the said script doesn't work in IE, only in FF. In IE (6,7, and 8) the hover event is fired when an option is selected... bummer :( On Jul 30, 10:25 am, jeff jeffreykarbow...@gmail.com wrote: I am trying to implement a div containing a form drop down on hover and I have

[jQuery] Re: Jquery Superfish Ajax Call

2009-07-30 Thread Charlie
if you attach click handlers to links in menu, the superfish script won't have any impact since all of it's events are hover related For more advanced features related to hover you can put functions in the onBeforeShow, onShow, and onHide options within superfish script James W wrote:

[jQuery] Re: clueTip - moveable/dragable

2009-07-30 Thread Karl Swedberg
Hi there. Sorry for the delay in responding. It sounds like the jQuery UI Dialog plugin would better suit your needs here: http://jqueryui.com/demos/dialog/ --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jul 26, 2009, at 11:13 AM, derek wrote: i've

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread skube
Thanks for responding. I am using the most recent linkselect version (Date: 2009-07-13 * Rev: 1.2.07) I have read and re-read the documentation and pretty sure doing it correctly. I do have two selects (dropdowns) and both seem to get initiated correctly. I can use any another option in the API

[jQuery] Re: How Would You Use Superfish Drop Down Menus with CSS Sprites2?

2009-07-30 Thread Charlie
Method I usaully use is to start with superfish CSS since it works very well cross browser and the scripted classes are built in. Then copy the styling from existing menu into the superfish rules and abandon all rules that don't fit into the .sf-menu structure. By proceeding in small steps

[jQuery] Select element fires hover.

2009-07-30 Thread jeff
I am trying to implement a div containing an advanced search form drop down on hover and I have everything working (only in FF) except for when I try to add any sort of animation or speed to the '.show' or '.hide' effect. When I try to add speed or seemingly any other effect to the div, the

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread skube
Here is a distilled (cut and paste) version of the code. Only the plugin is not supplied. The error that is coming up is I[0] is undefined ?xml version=1.0 encoding=UTF-8? !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http:// www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd html

[jQuery] jquery.ajax with async=false is not synchronous with remote files

2009-07-30 Thread Benedikt
Hi, I am calling a remote javascript file a need it called synchronously. jquery's ajax call does not work in this situation... even with async set false remote js-files get called asynchronously... Unfortunatelly callback on complete is no option. (Unless of course one knows a working

[jQuery] Re: How Would You Use Superfish Drop Down Menus with CSS Sprites2?

2009-07-30 Thread Matt
Thanks for the tip. Like every time you're trying something new, it's two steps forward and three steps back. I'll try you suggestion.

[jQuery] URL redirect

2009-07-30 Thread anush
Hi, I have an input text field with city names which uses the jquery autocomplete plugin. Now I would like to redirect the page when a city is selected. Can you anybody tell me how I could go about doing it. $().ready(function() { $('#cities').autocomplete(.autocomplete.php, {

[jQuery] Re: URL redirect

2009-07-30 Thread Michael Lawson
document.location.href= url; would that work for you? cheers Michael Lawson Development Lead, Global Solutions, ibm.com Phone: 1-276-206-8393 E-mail: mjlaw...@us.ibm.com 'Whether one believes in a religion or not, and whether one believes in rebirth or not, there isn't anyone who doesn't

[jQuery] Re: URL redirect

2009-07-30 Thread waseem sabjee
var url = ?car.php?id=53; top.location = url; On Thu, Jul 30, 2009 at 5:53 PM, anush anushshe...@gmail.com wrote: Hi, I have an input text field with city names which uses the jquery autocomplete plugin. Now I would like to redirect the page when a city is selected. Can you anybody tell

[jQuery] Re: jquery.ajax with async=false is not synchronous with remote files

2009-07-30 Thread MorningZ
Posting sample code of what you think doesn't work would help others help you On Jul 30, 11:37 am, Benedikt bplet...@googlemail.com wrote: Hi, I am calling a remote javascript file a need it called synchronously. jquery's ajax call does not work in this situation... even with async set

[jQuery] Lazy Load plugin

2009-07-30 Thread Liam Potter
Hi All, The www.appelsiini.com site is down, and I can't find any where else to download it. Can someone who has to full package (looking for uncompressed code to study) upload it somewhere for me to download from please. Thanks, - Liam

[jQuery] Re: URL redirect

2009-07-30 Thread Anush Shetty
On Thu, Jul 30, 2009 at 9:26 PM, waseem sabjee waseemsab...@gmail.comwrote: var url = ?car.php?id=53; top.location = url; Thanks. Got it - Anush

[jQuery] Re: jquery.ajax with async=false is not synchronous with remote files

2009-07-30 Thread Benedikt
sorry, here it comes: script jQuery.ajax({ url: 'http://someremoteurl/js/test2.js', async: false, dataType: 'script' }); console.log('nach ajax'); /script With a remote script you will read the console.log before the called script, with a

[jQuery] Re: jquery.ajax with async=false is not synchronous with remote files

2009-07-30 Thread Benedikt
sorry, here it comes: script jQuery.ajax({ url: 'http://someremoteurl/js/test2.js', async: false, dataType: 'script' }); console.log('nach ajax'); /script With a remote script you will read the console.log before the called script, with a

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread solow
so, now i post the url and the problem, and people still dont know the problem? i really want help :(

[jQuery] [validate] How to show a div upon a validation error?

2009-07-30 Thread Rudi Cheow
Hi all, Please see this code: form id=myform input id=field1 type=text class=required / div id=field1errorError1/div input id=field2 type=text class=required / div id=field2errorError2/div /form The above is a simplified version of my code, but it shows enough. The two DIVs are set to

[jQuery] jQuery lagging

2009-07-30 Thread Perrin4869
Hello, I'm building a jQuery based gallery, in which the images fade in or out whenever the user hovers over the thumbnail. Now, for some reason, everything works fine for the first couple of hovers, but after a while, it starts to lag greatly after each hover. Here's the page I'm talking about:

[jQuery] Re: Tabs: page jumps to top when tab changes

2009-07-30 Thread Rodi
you have to return false; on click. On Jul 29, 6:53 am, chris_huh chris@gmail.com wrote: Thanks but I can't find jquery.history_remote.pack.js. I am using jquery 1.7.1 and the tabs thing that comes with JQuery UI. On Jul 29, 2:25 pm, rupak mandal rupakn...@gmail.com wrote: Hi, if you

[jQuery] JQuery BREAKS in IEx -- H E L P!!!!

2009-07-30 Thread PictureMan
Hi, I've searched the group but haven't found a working solution. I'm using this plugin for form validation: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ It works great in FF, but not in IE!!! What can I do to fix? There's too much code to post online. But I can tell you about

[jQuery] Re: Basic questions about jQuery validation plugin.

2009-07-30 Thread PictureMan
I belive it should be like this: (added messages for you if you arean't using them) $('#myform').validate({ rules: { score_1 : {required: true}, score_2 : {required: true}, score_3 : {required: true} } messages: { score_1 : Required message

[jQuery] jQuery on Firefox doesn't work with server side redirect

2009-07-30 Thread AndreaDP
Hi I'm using jquery 1.3.2 with firefox 3 and IE 6+. The problem I'm facing is with a call like: $(#send).click(function() { $.ajax({ url: http://localhost:8080/SampleRedirect/api/sample.xml;, type: GET,

[jQuery] Re: Dynamic creating of elements and appending them

2009-07-30 Thread Rodi
Try this: $(document).ready(function(){ $(#foobar).append(div /); }); On Jul 29, 4:51 pm, Wulf wulf1...@googlemail.com wrote: Hey there, I read a lot of things now about creating elements with $(div/) and the appendTo method. here is my code I'm trying to get to work: html

[jQuery] Re: validate

2009-07-30 Thread Jörn Zaefferer
The plugin supports only names, you'd have to hack the plugin to change that. If you provide some context on why you think you need that, it would be easier to propose a solution. Jörn On Wed, Jul 29, 2009 at 8:15 AM, zaka29zak...@gmail.com wrote: Hi, Please give advise, how to assign

[jQuery] Re: JQuery BREAKS in IEx -- H E L P!!!!

2009-07-30 Thread Brett Ritter
On Thu, Jul 30, 2009 at 11:11 AM, PictureManpolskystud...@gmail.com wrote: It works great in FF, but not in IE!!! What can I do to fix? There's too much code to post online. But I can tell you about it's conctruction..  It's a mix of ColdFusioin and JQuery. ... }}; }}; /script The above

[jQuery] Re: Table sorter 2.0 Date format issue

2009-07-30 Thread aquaone
You need to set the dateFormat property to 'uk'. The default is 'us' which is mm/dd/yy(yy). aquaone On Wed, Jul 29, 2009 at 22:04, subhan md.sub...@gmail.com wrote: Hi, I am using the date format dd/mm/yy but it is not working properly, below is the example how it get sort in ascending

[jQuery] Re: run function in success event

2009-07-30 Thread James
To run a callback function without any arguments, use: success: HidePreloaderBlue To run one with arguments, use: success: function() { HidePreloader(#bluePreloader); } On Jul 29, 4:54 pm, orangdalam adamanto...@gmail.com wrote: i wrote this code:

[jQuery] Simple calculation

2009-07-30 Thread kalyan Chatterjee
Hi Everyone, I am just trying to do a simple calculation - like 1440 + ( 99 * 12) + 795 the result should be 3423. But I am getting different answer. Please someone help me how to do it. Thanks Kaly

[jQuery] Re: Tabs: page jumps to top when tab changes

2009-07-30 Thread kalyan Chatterjee
Just try to writereturn false on tab click event. On Jul 29, 6:53 pm, chris_huh chris@gmail.com wrote: Thanks but I can't find jquery.history_remote.pack.js. I am using jquery 1.7.1 and the tabs thing that comes with JQuery UI. On Jul 29, 2:25 pm, rupak mandal rupakn...@gmail.com

[jQuery] Re: Simple calculation

2009-07-30 Thread Cesar Sanz
What?? Math science is exact... Can you provide your script? - Original Message - From: kalyan Chatterjee kalyan11021...@gmail.com To: jQuery (English) jquery-en@googlegroups.com Sent: Thursday, July 30, 2009 12:32 PM Subject: [jQuery] Simple calculation Hi Everyone, I am just

[jQuery] Re: Simple calculation

2009-07-30 Thread kalyan Chatterjee
I am just trying to write this $(function(){ $('#submit').click(function(){ var b10 = $(input[name='avgtsize']).val(); var b11 = $(input[name='avgisold']).val(); var b12 = $(input[name='tfee']).val(); var b13 = $(input[name='tpm']).val(); var b15 =

[jQuery] Re: Simple calculation

2009-07-30 Thread waseem sabjee
remember the golden rule BODMAs On Thu, Jul 30, 2009 at 9:15 PM, kalyan Chatterjee kalyan11021...@gmail.com wrote: I am just trying to write this $(function(){ $('#submit').click(function(){ var b10 = $(input[name='avgtsize']).val(); var b11 =

[jQuery] Re: Simple calculation

2009-07-30 Thread kalyan Chatterjee
Hi I dont know can you please tell me how to it? Thanks On Jul 31, 12:20 am, waseem sabjee waseemsab...@gmail.com wrote: remember the golden rule BODMAs On Thu, Jul 30, 2009 at 9:15 PM, kalyan Chatterjee kalyan11021...@gmail.com wrote: I am just trying to write this $(function(){

[jQuery] Re: Simple calculation

2009-07-30 Thread James
Make sure to typecast your data from Strings to Integers/Floats before you do calculations on them. Otherwise, 1+1 may equal 11. Use the parseInt() or parseFloat() functions. http://www.w3schools.com/jsref/jsref_parseInt.asp http://www.w3schools.com/jsref/jsref_parseFloat.asp On Jul 30, 9:15 

[jQuery] Re: Simple calculation

2009-07-30 Thread waseem sabjee
1. Do things in brackets first 2. Powers and Square Roots 3. division and multiplication 4. Addition and subtraction remember left to right. On Thu, Jul 30, 2009 at 9:21 PM, kalyan Chatterjee kalyan11021...@gmail.com wrote: Hi I dont know can you please tell me how to it? Thanks On Jul

[jQuery] Re: Simple calculation

2009-07-30 Thread waseem sabjee
if you see something like 1 + 1 make it say (1 + 1) instead On Thu, Jul 30, 2009 at 9:24 PM, waseem sabjee waseemsab...@gmail.comwrote: YEs, as james said. var myint = parseInt(mystring); On Thu, Jul 30, 2009 at 9:23 PM, waseem sabjee waseemsab...@gmail.comwrote: 1. Do things in

[jQuery] Re: JQuery BREAKS in IEx -- H E L P!!!!

2009-07-30 Thread Joel Polsky
On Thu, Jul 30, 2009 at 1:16 PM, Brett Ritter swift...@swiftone.org wrote: On Thu, Jul 30, 2009 at 11:11 AM, PictureManpolskystud...@gmail.com wrote: It works great in FF, but not in IE!!! What can I do to fix? There's too much code to post online. But I can tell you about it's

[jQuery] Re: JQuery and XHTML in Firefox

2009-07-30 Thread ScottSEA
And then, the thread just died. What happened? On Jul 28, 12:18 pm, ScottSEA william.scott.ba...@gmail.com wrote: Sure.  I have a thorough explanation, with sample xml, xsl, and js files on Stack Overflow : http://stackoverflow.com/questions/1190763/firefox-not-running-jquery... On Jul

[jQuery] jQuery and the 'this' keyword

2009-07-30 Thread #micah
I've created a javascript object like so: var myObj={ //internally used OtherFunction: function(){ alert('hi');}, //externally used EditInfo: function(){ this.OtherFunction(); } }; if i bind EditInfo to a button, like so:

[jQuery] Re: jQuery and the 'this' keyword

2009-07-30 Thread Michael Lawson
Because you are binding the click event to the button and not your object cheers Michael Lawson Development Lead, Global Solutions, ibm.com Phone: 1-276-206-8393 E-mail: mjlaw...@us.ibm.com 'Whether one believes in a religion or not, and whether one believes in rebirth or not, there isn't

[jQuery] Re: jCarousel and ThickBox

2009-07-30 Thread Paulo Henrique
Hey guys, now the problem got worse :S When I open the page with the carousel, it shows normally on Firefox, like this pic: http://picasaweb.google.com/lh/photo/9ftA0BHxK4iBI0yDLCEzBQ?authkey=Gv1sRgCNuL8Y7bn8OxEAfeat=directlink but when I open it on a thickbox, the carousel and the accordion

[jQuery] Re: jQuery and the 'this' keyword

2009-07-30 Thread #micah
Would you recommend using the .bind(type, data, fn) function to achieve what i'm trying to do? Or could you steer me in the right direction? I'm surprised that the .click() works in that manner. How would you dynamically assign that function to that button? On Jul 30, 3:48 pm, Michael Lawson

[jQuery] Re: jQuery and the 'this' keyword

2009-07-30 Thread Michael Lawson
Hmmm i'm not quite sure what you're trying to do exactly :) cheers Michael Lawson Development Lead, Global Solutions, ibm.com Phone: 1-276-206-8393 E-mail: mjlaw...@us.ibm.com 'Whether one believes in a religion or not, and whether one believes in rebirth or not, there isn't anyone who

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread Dan G. Switzer, II
skubie, I've fixed the problem. The error was in the repaint() method--which was expecting that the select / element had a title attribute. I've uploaded a fixed version of the plug-in: http://www.givainc.com/labs/linkselect_jquery_plugin.htm Let me know how the new version works out for you.

[jQuery] Re: Simple calculation

2009-07-30 Thread kalyan Chatterjee
Hi, Please tell me how to write this. $('#b19').val(b18 + (b16*12) + b15); Thanks in advance On Jul 31, 12:25 am, waseem sabjee waseemsab...@gmail.com wrote: if you see something like 1 + 1 make it say (1 + 1) instead On Thu, Jul 30, 2009 at 9:24 PM, waseem sabjee

[jQuery] Re: Simple calculation

2009-07-30 Thread kalyan Chatterjee
Hi so in this case how to write this? $('#b19').val(b18 + (b16*12) + b15); Please tell me I am got stuck with this :( On Jul 31, 12:23 am, James james.gp@gmail.com wrote: Make sure to typecast your data from Strings to Integers/Floats before you do calculations on them. Otherwise, 1+1

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread Ricardo
HTML added dynamically to the page does not inherit event handlers. Look into event delegation with live() or the livequery plugin: http://docs.jquery.com/Events/live On Jul 30, 1:46 pm, solow solow.wes...@gmail.com wrote: so, now i post the url and the problem, and people still dont know the

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread skube
Wow. Thanks Dan! Does that mean there should be a version 1.2.08? On Jul 30, 3:57 pm, Dan G. Switzer, II dswit...@pengoworks.com wrote: skubie, I've fixed the problem. The error was in the repaint() method--which was expecting that the select / element had a title attribute. I've uploaded a

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread skube
N/m I now see the page has been updated with version 1.2.08. Thanks Dan! This was frustrating the heck out of me. :)

[jQuery] Re: Linkselect Plugin Woes

2009-07-30 Thread skube
Oh and I didn't clue into the missing title attribute since my page was validating fine using Tidy. On Jul 30, 4:29 pm, skube sku...@gmail.com wrote: N/m I now see the page has been updated with version 1.2.08. Thanks Dan! This was frustrating the heck out of me. :)

[jQuery] Re: jQuery and the 'this' keyword

2009-07-30 Thread James
Why not just use: myObj.OtherFunction(); On Jul 30, 9:53 am, Michael Lawson mjlaw...@us.ibm.com wrote: Hmmm i'm not quite sure what you're trying to do exactly :) cheers Michael Lawson Development Lead, Global Solutions, ibm.com Phone:  1-276-206-8393 E-mail:  mjlaw...@us.ibm.com

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread solow
please enlighten me on the usage. I dont understand how this could make it work

[jQuery] Re: jquery blocks javascript?

2009-07-30 Thread solow
sorry for my extra post... but do you mean i should use live() on the li tags, in stead of my current javascript?

[jQuery] Re: jQuery and the 'this' keyword

2009-07-30 Thread Brett Ritter
On Thu, Jul 30, 2009 at 3:51 PM, #micahmicah.a.sm...@gmail.com wrote: Would you recommend using the .bind(type, data, fn) function to achieve what i'm trying to do? Or could you steer me in the right direction? I'm surprised that the .click() works in that manner. How would you dynamically

[jQuery] Re: jQuery Cycle - Get Current Slide Number

2009-07-30 Thread Ed F.
Hi, I'm working on the same issue with Cycle. I have multiple slideshows on a page, each with current/total slide counter, example: 2 of 5 images (oddly, there are no examples of this particular implementation on Mike Alsup's otherwise ridiculously varied and helpful cycle demo pages). and so

[jQuery] Polish Official Support

2009-07-30 Thread .dex
hi all, I wrote some messages to people from jquery.com, but there is no response ;) so I'm writing here. My question is: Is there any chance we can start Polish Official Support of jQuery? thx for reply.

[jQuery] jCarousell and tabs problem

2009-07-30 Thread vvaz
Hello all. I have a problem with the jCarousel Plugin when i try to display a second carousel inside one tab. Ok, the first one displays the right way. When i click the second tab, the second carousel is displayed but with a width of 60px (that i don't know how they got there). My html is

[jQuery] Re: Detect ajax with file uploads

2009-07-30 Thread Grundee
When the ajax form is uploading a file it uses a hidden IFRAME as the target. HTTP_X_REQUESTED_WITH is set when it is submitted using the XMLHttpRequest, but files cannot be uploaded this way. There isn't any way I know of to detect an AJAX request specifically in this instance (being as this is

[jQuery] Re: jquery.ajax with async=false is not synchronous with remote files

2009-07-30 Thread Maxim Slavutsky
Try to work this way: script jQuery.ajax({ url: 'http://someremoteurl/js/test2.js', async: false, dataType: 'script' }); /script script console.log('nach ajax'); /script

  1   2   >