0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #7 from lasconic/master
adriengibrat
as Adrien Gibrat
More... almost 12 years ago
fix for latest version of soundmanager More... over 12 years ago
Improve calling fn.playable with a method : $('#playlist').playable('setVolume', 50)
adriengibrat
as Adrien Gibrat
More... over 13 years ago
Next song selection correction (get next *playable* link in playlist) + improve calling fn.playable with a method : $('#playlist').playable('setVolume', 50)
adriengibrat
as Adrien Gibrat
More... over 13 years ago
force useFlashBlock setting
adriengibrat
as Adrien Gibrat
More... almost 14 years ago
Changed properties list
adriengibrat
as Adrien Gibrat
More... about 14 years ago
Modified how settings are handled
adriengibrat
as Adrien Gibrat
More... about 14 years ago
Edited jquery.playable.js via GitHub
adriengibrat
as Adrien Gibrat
More... about 14 years ago
Added a few properties
adriengibrat
as Adrien Gibrat
More... about 14 years ago
pass soundManager as a closure argument, like jQuery
adriengibrat
as Adrien Gibrat
More... about 14 years ago
added extra security: ensure to avoid multiple init
adriengibrat
as Adrien Gibrat
More... over 14 years ago
check current in case element has been deleted!
adriengibrat
as Adrien Gibrat
More... over 14 years ago
can't trust onready to fire method only once! users reported double call when content loaded via ajax and call playable with new context...
adriengibrat
as Adrien Gibrat
More... over 14 years ago
Renamed controls in progress.
adriengibrat
as Adrien Gibrat
More... over 15 years ago
Renamed controls in progress. Rewrite ui to chain everything
adriengibrat
as Adrien Gibrat
More... over 15 years ago
$.playable.next method now works with playlists made from a link selector Put default settings in $.playable (better for plugin extentions)
adriengibrat
as Adrien Gibrat
More... over 15 years ago
Dragging search bar made DRYer & simpler...
adriengibrat
as Adrien Gibrat
More... over 15 years ago
Added the one object argument case for $.playable
adriengibrat
as Adrien Gibrat
More... over 15 years ago
made search bar dragging event DRY
adriengibrat
as Adrien Gibrat
More... over 15 years ago
Now you can pass a single object with all settings (including swf URL) to $.playable Mike Branski have a lot of good suggestions ;)
adriengibrat
as Adrien Gibrat
More... over 15 years ago
Corrected few misatkes ($= and not =$ to select mp3 links!) Plus always call $.playable BEFORE DOM's ready!
adriengibrat
as Adrien Gibrat
More... over 15 years ago
Cover undefined settings case ;)
adriengibrat
as Adrien Gibrat
More... over 15 years ago
Corrected inArray testing ;)
adriengibrat
as Adrien Gibrat
More... over 15 years ago
Now you can pass SoundManager properties to $.playable (and only $.playable). see http://github.com/adriengibrat/jQuery-SoundManager/issues#issue/2 Thanks to @mikebranski ;) Feedback on review and testing is welcome!
adriengibrat
as Adrien Gibrat
More... over 15 years ago
change setSound to setVolume Correct a typo error thanks to Mike Branski
adriengibrat
as Adrien Gibrat
More... over 15 years ago
I've deleted event.preventDefault(); on document mouseup L73 to avoid stopping Flash embeds like Vimeo Player & YouTube player from firing mouse click events in Safari. Thank you Ben ;)
adriengibrat
as Adrien Gibrat
More... over 15 years ago
Corrected a bug in next() function ;) sorry
adriengibrat
as Adrien Gibrat
More... over 15 years ago
Modified playlist handling, You can now specify "playlist" option (must be a parent item selector) when playable items are added one by one
adriengibrat
as Adrien Gibrat
More... over 15 years ago
Use SoundManger onready(), onload() wasn't trigerring after document ready ;)
adriengibrat
as Adrien Gibrat
More... over 15 years ago
Oops, handle empty options...
adriengibrat
as Adrien Gibrat
More... over 15 years ago