Internationalization strategy for strings?
Doe jQuery UI have an internationalization strategy? As far as I can tell there isn't a comprehensive i18n strategy for jQuery UI. The datepicker widget supports i18n, but having a separate i18n implementation for each widget seems to be a bit wasteful and redundant The first step would be to emulate basic GNU gettext, where you could set the locale globally for your jQuery UI widgets $.ui.locale = "ne"; for Nepal and have a global jquery.ui.strings.json file where plugins could query for matching
Anybody here like curry?
I posted this in google groups but I suppose it is better received here. I added the ability to curry arguments with bound methods into jQuery.proxy. Best part is it only took one more line of code added to core, and it overloaded the signature (so nothing that already uses it will break). You can download either the production or development version from my blog, or read about it here. To facilitate any development effort around this (assuming one came to exist), I have taken the liberty of attaching
$(iframe).show() causes IE6 security prompt.
For IE6, If the "display" value of the IFRAME was set to "none", the $(iframe).show will cause IE6 security prompt poping out. The solution is using $(iframe).css("display","block") instead of $(iframe).show
Other languages sub-forums
Would you create other sub forums for specific languages? My first speak language is Portuguese from Brazil and I participate in a Brazilian jQuery group with thousands members. It would be nice having a official jquery in pt_Br as well. Regards, Leo Balter - Web Developer @ Esporte Interativo
Drag and Drop Treeview between Multiple Trees
I apologize if this area of the forum is not the correct place to post this. I was wondering if there is a way to make multiple treeviews drag and droppable and enable the content to be viewable in another <div> on the page? If so, could you point me in the right direction? Thank you
jQuery User Registration
Chrisb and/or mike: The little addon you guys have for user registration where they have to click the box serveral times - is that something you made, or is that something you found? It would be awesome if you guys would let me convert that into a drupal module - as my site has been getting hit by several spammers, and im not a fan of captcha as much as I am your module.
From Flash control to jquery: HOW?
Hi everybody, I am currently rebuilding a website http://www.praktijkwijnant.nl in which i use a flash control that i want to rebuild using jquery. The menu consists of a list of coloured buttons. When you scroll the buttons the color of the square next to the buttonlist changes into the color of the button under the cursor and also shows a text or submenuitems (if there are any). Can this be achieved with JQuery (more or less?) Thanx for your input!
jQuery Auto-Growing Textarea
I implemented facebook's auto-growing textarea using jQuery. Check it out here: http://www.aclevercookie.com/demos/auto ... tarea.html
Can jquery do THIS?
Hey everybody - awesome forums (n00b here). So - I have a client that LOVES the look of the scrollbar on this site: http://www.paulmatthaeus.com/, but doesn't want to use flash. Question: Can I recreate that scrollbar with jQuery (little dot with a line that moves the div up and down)? Any tips or direction would be helpful. Thanks! Steve
jQuery Corner and Border
Hello, I am using the jquery corner plugin http://methvin.com/jquery/jq-corner-demo.html. I am able to apply corners on different elements of my html code for example li list elements. But my problem is that the border which I applied via css is not displayed when the element is rounded up through jquery. So the border is not rounded up. Is there a way to solve this problem`? thanks for help
Need ideas for a little web app we built, feedbackslider.com
We built a little feedback app at http://FeedbackSlider.com . It uses jQuery because we love it. It's not really a plugin. We've gotten good feedback on it so far, but we're not sure what direction to go in next. Any suggestions? What would you want it to offer? Thanks!
swfobject with <embed> tag.
A couple of the people I work with have trouble using the swfobject script, I think javascript just intimidates them or something. So I wrote a simple little jquery script that automatically converts an <embed> tag into a swfobject embed. This probably would have been more useful 2-3 years ago when the active x issue was a big deal, but I figured it could still be useful for some people. Here's the code: $(document).ready(function(){ $("embed.flash").each(function(){ $.divTarget = $(this).attr("target");
Creating a .animate "fadeIn" w.o removing the whol
Ok pretty much im trying to get it done. Tho if you do know of an existing solution or have any other ideas - Do feel free to leave a comment. 1. fadeIn/fadeOut removes the entire block 2. So .animate comes in to plays with the opacity setting 3. However, if there is something that you want to remain hidden until the user mouses over it, then animate(opacity) tends to give it away cos it only animates once the dom is loaded. 4. The solution works like this: 4a. Create a div tag with the CSS setting
picture fade with tiles
I am looking for an extension to the innerfade plug in, where I can display small versions of the 4 rotating pictures under the main picture, so that the smaller pic is highlighted when the main one shows - similar to that on http://www.tottenhamhotspur.com. Is there anything out there that would do this?
View and Edit JSON Quickly and easily with a desktop app
Check out JSON Pro Viewer. http://www.jsonpro.com It's a cross-platform desktop application written in jQuery and Ext JS that allows you to work with JSON with ease. I got tired of sifting through compressed and minified JSON and created this tool to make my life easier.
What is the best way to implement this?
The user should be able to add multiple attributes to a product, like this: Attribute 1 --- Category: <select> box Description: <input type="text"> And then you should be able to click a plus (+) button, and a new select box and text field should show to add attribute 2 and so on. I'm thinking of solving this by doing something like this, but I'm not sure if that's the best way? Feels a little "ugly" for jQuery var index = 0; function plusButton() { $('#wrap').append("<p><select name='box["
Mutually exclusive selectable items
My problem mostly stems out of not knowing how to implement my problem, maybe someone in the jquery world can help. I need a grid to show a list of events. Think for example soccer matches. So for each you can pick the home team, draw or away team. The choice must be mutually exclusive for each match. My current solution has an extra column with a dropdown for your result. I would like the actual items to be selectable. Im not forced to use a grid. A repeater would work too. The data source which
How can I recreate this?
Hey all, Firstly, I'm not sure if this is the right section - I'm not really 'stuck' as such on a technical issue; I do need help (in more ways than one!) but it's more a concept thing right now. What makes this easy is I'm trying to replicate an existing website: BT's Personal Site The menu of Packages / Phone, etc is very nice. Not only does the menu auto scroll, but also reacts to mouseover in a lovely manner (thereafter going back to auto scroll if there is no user input). I've spent the afternoon
Cross fading tab implementation
I would like to make a really lightweight, simple carousel. I've gotten everything set up with jQuery UI tabs, but there doesn't seem to be an easy way to animate transitions between slides. Can anyone suggest a way to do this? I know there's larger plugins like jCarousel, I just want something really light with a cross fading transition.
Visitor Recording
Here is the idea I have brewing. Use jquery to track visitors mouse movements and clicks and then playback. Here is the proof of concept: http://www.inet411.com/proof-of-concept ... record.php Uses: jQuery and php. jquery records mouse moves and clicks, sends data via ajax to a php page, the php page writes the mouse events to a text file. When you go to the playback page, jquery connects to a php page that reads the text file and moves the mouse accordingly. Anyone interested in helping to develop
Online spell checking
Hi all, Bit of an odd one but hopefully someone may have some good ideas! Basically I'm working with a client delivering a cms and they want to be able to spell check the data that they've entered before submitting the content. The won't use a normal browser, as usual they won't move off IE6! I'm thinking of creating a jQuery plugin to fire the content off to an api such as google's and display the results. However Google's has limitations of 10 words per request and a max of 1000 a day which is
Customizing the Drop down list
Hi Guys, I am not sure if a solution for this exists or all but all my searches in the google and here have gone in vain. Also, I am not sure if this can be solved by CSS itself or we need to simulate it in javascript. So, I thought of asking it both the CSS and Javascript forums. I have a form and I want to have a stylish drop down box and arrow. This is what it should look like: Now, I have implemented rounded corner input boxes but not a drop down list. Also, I am not sure about the rounded drop
Fading Images
I dont know of this has been done it would be excellent to see some in action. is there such thing as an image rotation/fade like http://www.mrandmrssmith.com/ ??
Roll your own~
I have an idea for a website, but it hinges on the ability of this to work, and to be effective on the server time available. I am looking t create a repository of certain, small but numerous items (100k - 5mb at norm) and other than straight out downloads allowing a user to 'roll their own' pack of items and download them as a pack (.zip or .rar compression). I can see this working for a small group of items, but is it effective to have the server compressing and making these packs available for
A Tree which can be filtered or searched....
Hi, Has this been implemented using JQuery? : http://www.extjs.com/explorer/#filtertree It seems an extremely sleek and useful feature to allow searching and filtering a tree in this way. I will be greateful if someone can point me to a Jquery or other open source implementation Thanks, rkb
web-based mp3 upload + bitrate converter?
Anyone ever heard of something like this? I'm looking at expanding an in-game jukebox system for source-based games (CS:S, TF2, L4D, etc) and i have all of selecting and playing bits put together. but at the moment, if i want to add a song, i have to manually change the bitrate to soemthing a little less bandwidth heavy, and then upload via ftp I know putting together an upload system wouldnt take much, but i was curious if any of you have heard of a javascript or other web script that will convert
handling country specific fomatted numbers/floats
Hi there I have a form with a target value and some actual values (precison 1). I have to calculate the % for the actuals compared to target. would not be a problem but the values are displayed formatted. here in Switzerland we use ',' as decimal sign and '.' for the grouping. 1.500,5 is of course NaN to JavaScript, so is 10,5 It would be nice to have a little util plugin, which allows calculations with country specific formatted numbers. Has anybody already overcome this problem? I'm not that strong
Draggable story book
I need to create a customizable story book. In the middle of the page I have a DIV that represents the book page. On the right side I have some characters, accessories and so on. I want to drag'n'drop the elements into the book page and then get the coordinates of each object dropped into this div since then I want to save these coordinates for printing the book. I also want if the user drag'n'drop the character outside the div move it to the original place. Do you know of something similar to what