Search found 51 matches

by UnknownUser
Tue May 08, 2012 8:59 pm
Forum: General Development
Topic: hold ajax calls -> need logic assist!
Replies: -1
Views: 295

Re: hold ajax calls -> need logic assist!

this is what i got after a bit of work it is better then what i started with but still not 110%.. var delay = (function(){ var timer = 0; return function(callback, ms){ clearTimeout (timer); timer = setTimeout(callback, ms); }; })(); $('#usermsg').keydown(function(){ if( $('#usermsg').val().length =...
by UnknownUser
Mon May 07, 2012 10:03 pm
Forum: General Development
Topic: hold ajax calls -> need logic assist!
Replies: -1
Views: 295

hold ajax calls -> need logic assist!

hey guys, i working on a chat system and i have it so that if you start typing a msg it will say "the username is typing a msg.." and how i do this is check with keydown command with javascript and run the a ajax call for php code, but the problem i'm having is that it's printing out the m...
by UnknownUser
Sun May 06, 2012 3:59 pm
Forum: Art Showoff
Topic: 3D Base Model
Replies: -1
Views: 5025

Re: 3D Base Model

cool! << you should make tuts!!
by UnknownUser
Sat May 05, 2012 6:47 pm
Forum: General Development
Topic: Jqury - Check if user is typing in input.
Replies: -1
Views: 245

Re: Jqury - Check if user is typing in input.

now i just have to figure out how to show it to all who is in the chat :/
forgot to fix that lol!, np fixing it now!
by UnknownUser
Sat May 05, 2012 5:55 pm
Forum: General Development
Topic: Jqury - Check if user is typing in input.
Replies: -1
Views: 245

Jqury - Check if user is typing in input.

Hey guys, i'm looking into if there is a better way to do this, let me know please! What it does, it checks if no length in input area refresh with no text, then if there is value show text, then also on keydown check. show text, and a extra refresh when a long time has past after key up, also a tim...
by UnknownUser
Thu Apr 19, 2012 12:26 am
Forum: General Development
Topic: need some jquery assistance.
Replies: -1
Views: 719

Re: need some jquery assistance.

will make a tutorial on the subjects when i'm done with a full audio player,
so you will learn the steps then, Hope that is ok.
by UnknownUser
Wed Apr 18, 2012 12:30 pm
Forum: General Development
Topic: need some jquery assistance.
Replies: -1
Views: 719

Re: need some jquery assistance.

solved the problem!
by UnknownUser
Wed Apr 18, 2012 2:37 am
Forum: General Development
Topic: need some jquery assistance.
Replies: -1
Views: 719

Re: need some jquery assistance.

i messed around changed around and came up with this, but still ain't working, ps e,ui has been striped from the code.. Chris. $("#seekbar").slider({ value : 'seekbar.value', step : 1, range : 'min', min : 'seekbar.min', max : 'seekbar.max', slide : function(){ var audio = document.getElem...
by UnknownUser
Tue Apr 17, 2012 9:18 am
Forum: General Development
Topic: need some jquery assistance.
Replies: -1
Views: 719

Re: need some jquery assistance.

the thing that is wrong is that basically the slider wont link up with the audio file in the meaning it is not yet in a seekbar mode!
i need help to figure out how to link the jquery slider to work with the audio file if that explains it better.

TY!
by UnknownUser
Fri Apr 13, 2012 10:50 pm
Forum: General Development
Topic: need some jquery assistance.
Replies: -1
Views: 719

need some jquery assistance.

hey guys, i'm building a html5 audio player just for the fun off it, but having problem with one thing at the moment, i have a jquery slider that i use as a seekbar for my audio player but having problems connecting it to the sound seek state. Old range/input code audio.addEventListener('durationcha...

Go to advanced search