jquery

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
aaron's picture

Views Slideshow

I just added a new slideshow mode to the Views Slideshow module. You can see a demo at Drupal Hub. It uses JQuery and views, so any type of view could be made into a slideshow. The current modes are single frame, as seen in the left sidebar of the demo page, and with 'thumbnails' as shown on the content of that page.

I also revamped the themes for it, making it easier to theme specific elements of the slideshow.

Read more
aaron's picture

JQuery Group could be Useful in Other Ways

Personally, even though it's a new group, I would like to see the focus be a bit broader than just the jquery module. For instance, I have a couple of modules I've contributed that use jquery, and other people have as well. If we're going to create a central repository for plugins, it would be useful if nothing else to have a forum for discussion of hooking other modules into this.

Read more
John Resig's picture

jQueryCamp '07 (Boston)

Start: 
2007-10-27 10:00 - 18:00 Etc/GMT

We're going to be having the first all-day jQuery mini-conference October 27th, here in Boston, MA. Already, a large portion of the jQuery team will be attending and giving talks - so if you're interested in meeting some of the people who've helped to make jQuery possible and chatting with fellow developers, then this is a fantastic place to do it! (Note: jQuery is the JavaScript library that's used to power Drupal.)

Read more
starbow's picture

JQuery UI

Has anyone had a chance to check out the new JQuery UI? I think it is what people have been referring to as Interface2.

Update: It looks like Dimitri has created the UI project to deal with jQuery UI in D6. I have just created the jQuery UI Backport project to allow the library to be used in D5 without breaking anything.

Read more
anisotropic's picture

mootools JavaScript framework benchmark

Ran across this 'speedtest' page today, it has interesting results especially cross-browser:

http://mootools.net/slickspeed/

If you run it on FF ( at least on my iMac and a nearby Vista machine ) moo and prototype are much faster, but extjs wins hands down on Safari ( OS X ) and IE7 on Vista. jQuery is middling IMHO the benefits in developer satisfaction are worth the speed cost vs prototype.

Discuss.

Read more
marcp's picture

jQuery Interface Sortable Module

Just a quick pointer to the jQuery Interface Sortable module that we added last week. In 5.x, it depends on the excellent jQuery Update and jQuery Interface modules. In 6.x (or HEAD -- I'm still trying to figure out how I got that 6.x release node in there), it only requires jQuery Interface.

Read more
visualblind's picture

Ajax implementation

hi all,
is there anyone experienced enough unlike me.. guys i've just started with drupal n i want ti know how can we implement Ajax with drupal.

i wanna develop a module that will define a block and will display 10 records from my database. add more link at the bottom will show next 10 n so one but woth no page refresh.

is there anyone who would like to help me with this

Sharad

Read more
diego_miola's picture

Cómo crear un Wizard con CCK

¿Qué pasa cuando hacemos un content type de unos 20 campos en CCK y se hace tediosa la carga ? Podriamos crear grupos de campos pero... por qué no un "Wizard" ?. Con unas pocas lineas de jQuery y algo de PHP podemos armar algo realmente vistoso.

Read more
jjeff's picture

JQuery Update / Interface / Message Effects

Okay, so the story goes like this:

1) The SPAjax module (4.7 only) has a feature that allowed you to apply (Scriptaculous) Javascript effects to Drupal messages - allowing the "fade yellow" technique, pulsating, or shaking of the message divs. I missed this on my Drupal 5 sites and wanted to implement it in JQuery. Easy, right?

2) JQuery's effects library is called Interface. I couldn't find a version of Interface that would work with JQuery 1.0.1 (the version in Drupal core).

3) In order to update the JQuery in core, you need John Resig's compat-1.0.js script which allows backwards compatibility with scripts written for JQuery 1.0.x (such as everything in Drupal core). So now we need a module to include the compat-1.0.js file.

4) Interface.js is a relatively large file ~80K. It's "parts" (individual effects) are available separately, but this only increases the possibility that two modules will include the same (or worse two different versions of the same) scripts. So... now we need a central module to include a single interface.js file on the page when needed.

So here's what we ended up with:

Read more
rszrama's picture

Initial Ubercart Release

Well, after many hours of development, experimentation, API referencing, and good ol' fashioned beating our heads against our desks, we have finally got an initial release of the Übercart module package available for download. This is being considered an alpha release, with the official 1.0 release being many development hours away as we build on and flesh out some of the core systems. However, the module package as it stands is able to run e-commerce sites and is already being used in live sites. Everyone is welcome to showcase their Übercart site in our forums!

Read more
Subscribe with RSS Syndicate content