[jQuery] Append Variable to Select box

2010-01-26 Thread Mircea
I have the following function that should append or prepend a dynamic value to a select with id #px. The dynamic value is not in the select DOM from the start so I have to append it to make it work. The problem is that the new created value is not shown until I click on the select dropdown, the

Re: [jQuery] multiple file upload

2010-01-26 Thread andreea oschanitzky
Hei! Thanks for your swift answer. In java to get the entire local path, i found out there is a deprecated method request.getRealPath() that solves my question. Thank you and fun coding! On Mon, Jan 25, 2010 at 4:43 PM, sourabh sharma sourabh47mca...@gmail.comwrote: Actually when we uploading

Re: [jQuery] multiple file upload

2010-01-26 Thread sourabh sharma
thats good news Thanks Sourabh Sharma www.avideogame.com On Tue, Jan 26, 2010 at 5:02 PM, andreea oschanitzky andreea.oschanit...@gmail.com wrote: Hei! Thanks for your swift answer. In java to get the entire local path, i found out there is a deprecated method request.getRealPath() that

[jQuery] Re: jQuery now integrated into Visual WebGui web/cloud platform

2010-01-26 Thread MISS_DUKE
So, that means, you say, you are one step ahead in visual development aids than Microsoft, but still you are building your tool on Microsoft's tool jQuery! Am I right? On Jan 26, 12:47 am, visualwebgui navot.pe...@visualwebgui.com wrote: That is a very good question, thank you for asking. I am

Re: [jQuery] New Forums

2010-01-26 Thread Joe Moore
I was able to use my Google account to logon and didn't have to supply any info. I also haven't received any emails. When I click the Login button, below the Username and Password fields are other options for logging in, either a Google account or a Yahoo! account. It also looks like a Google

[jQuery] Re: Append Variable to Select box

2010-01-26 Thread MorningZ
on issue you have is in one place you seem to have a variable names fresizeSizeNOPX then later on you have $(#px).val(fresizeSizeNOPX); which is a string value, not the value of the variable you used earler second issue, or confusion, what do you think or want this to be in the selector:

[jQuery] Re: jQuery now integrated into Visual WebGui web/cloud platform

2010-01-26 Thread MorningZ
What a poor marketing-oriented post... First off, you seem to make the assumption that anyone using MS's tool is knee deep in session management and security. *they're not*, as the baked in Profile, Roles, and Membership objects all take care of that, and once they are setup, a single line in

[jQuery] Re: Append Variable to Select box

2010-01-26 Thread Mircea
Thanx for the solution MorningZ. I had changed the this with the actual span class and it works now. Thank you.

[jQuery] Removing percentage after dot - font-size: 30.6207px

2010-01-26 Thread Mircea
I have a slider that sets my CSS font-size to a value. The value itself is accepted by CSS buy I would like to remove the decimals after the dot. For example one value is: font-size: 30.6207px and it should be font-size: 30px or font-size: font-size: 44.2759px; and it should be font-size: 44px

[jQuery] insertAfter('.address')

2010-01-26 Thread Bas
i'm using the following code to load some html after the fieldset: $(this).next().insertAfter('.address').load('http://mydomain.dev/ search/view/Id/' + $(this).attr('id') + '.html'); but i'll get the error: Node cannot be inserted at the specified point in the hierarchy code: 3 [Break on this

Re: [jQuery] Removing percentage after dot - font-size: 30.6207px

2010-01-26 Thread Jonathan Vanherpe (T T NV)
Mircea wrote: I have a slider that sets my CSS font-size to a value. The value itself is accepted by CSS buy I would like to remove the decimals after the dot. For example one value is: font-size: 30.6207px and it should be font-size: 30px or font-size: font-size: 44.2759px; and it should be

Re: [jQuery] insertAfter('.address')

2010-01-26 Thread Nathan Klatt
On Tue, Jan 26, 2010 at 8:38 AM, Bas basvdlustgr...@gmail.com wrote: $(this).next().insertAfter('.address').load('http://mydomain.dev/ search/view/Id/' + $(this).attr('id') + '.html'); You're trying to insert $(this).next() after $(.address). What you want to do - I'm guessing - is create a new

Re: [jQuery] insertAfter('.address')

2010-01-26 Thread Nathan Klatt
On Tue, Jan 26, 2010 at 9:27 AM, Nathan Klatt n8kl...@gmail.com wrote: newDiv = createElement(div); newDiv.load(http://mydomain.dev/search/view/Id/; + $(this).attr(id) + .html); newDiv.insertAfter(.address); Whoops, be sure to turn newDiv into a jQuery object after creating it.

[jQuery] Trouble with draggable containment

2010-01-26 Thread bobslf
I have a test page that demonstrates the problem: http://www.hindbrain.net/ex10.php I have containment: 'parent' for the draggable div. If you try to move it, it jump above the body (window), out of sight. I've had different sizes for parts of this page and often you can see it poking down from

[jQuery] ask jquery upload progessbar

2010-01-26 Thread adi sembiring
Hi ..., I'm trying to search jquey upload with progess bar. Could you suggest me what plugin must I use ? Thanks -- Adi Gunanta Sembiring Blog: http://adisembiring.wordpress.com YM: adisembir...@yahoo.com GTalk: adi.sembir...@gmail.com e-mail: sembiring@gmail.com Facebook:

[jQuery] Re: Removing percentage after dot - font-size: 30.6207px

2010-01-26 Thread Mircea
Thanx Jonathan, That did the trick: var total = parseInt(maxFont * percentage); All the best.

[jQuery] google.load(jquery) and jquery plugins

2010-01-26 Thread barton
When I try to use google.load to load jquery I have problems loading other jquery plugins. Somehow I need to be able to wait for jquery to be loaded by the google Ajax api before doing the script type=text/ javascript src=thePluginThatNeedsJquery/script I know that google has

Re: [jQuery] Re: tablesorter line numbers

2010-01-26 Thread aquaone
It'd be cleaner to have this a widget. For the direct matter, give your row a class, remove rows of that class, then append it again as part of the function. aquaone On Mon, Jan 25, 2010 at 19:59, jay jjpri...@gmail.com wrote: Is there any way to get the following code to refresh after every

[jQuery] Re: Superfish: drop down slide down / slide up effect - how to?

2010-01-26 Thread Dasher
Thanks Angel. Wow, that slide down looks great! Do you know how to make it slide back up on mouse-out too (eg to match that slide down / up effect on the http://spicebrains.com/multi-level-drop-down-menu/#examples page)?

[jQuery] Entities in Options

2010-01-26 Thread Jose H.
I am trying to add options to a select element, but these options have entities like aacute; and it just doesn't work: $(new Option(Aacute; eacute;, 0)).appendTo('#the-select'); It doesn't show as the html entity: Á or é How should it be ?