Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 30
Search took 0.13 seconds.
Search: Posts Made By: fishbaitfood
Forum: JavaScript programming 05-24-2012, 10:17 PM
Replies: 0
Views: 288
Posted By fishbaitfood
Javascript rich text editor dropdown lists position bug

Hello all,

I'm trying to integrate a rich text editor on a webpage, but whichever one I use (TinyMCE, CKeditor, MarkItUp), I constantly have a position bug with the dropdown lists. (see picture)
...
Forum: Ajax and Design 03-13-2012, 09:29 PM
Replies: 3
Views: 1,115
Posted By fishbaitfood
Solved it to only reload the content when a...

Solved it to only reload the content when a message is sent.
But your append method, rnd me, is something to definately consider in the future! Thanks.
And sorry Rowsdower!
Forum: Ajax and Design 03-07-2012, 08:54 PM
Replies: 3
Views: 1,115
Posted By fishbaitfood
PHP - Ajax Chat using logfile, without reload?

Hello all,

I have this PHP-jQuery-Ajax chat application, which uses PHP to open and write to a logfile and with jQuery and Ajax displaying and posting the messages.
However, when loading the...
Forum: JavaScript programming 02-24-2012, 06:31 PM
Replies: 8
Views: 908
Posted By fishbaitfood
Will it make any difference to trigger a script...

Will it make any difference to trigger a script with 'ondurationchange' or 'ontimeupdate'?
Both will trigger a script the same way, right?
Forum: JavaScript frameworks 02-23-2012, 03:17 PM
Replies: 2
Views: 628
Posted By fishbaitfood
I've posted an update in this former thread...

I've posted an update in this former thread (http://www.codingforums.com/showthread.php?p=1194769#post1194769). Sorry for the inconvenience.
Forum: JavaScript programming 02-23-2012, 03:14 PM
Replies: 8
Views: 908
Posted By fishbaitfood
Hmm, with the given test code, I don't get any...

Hmm, with the given test code, I don't get any messages.
I get this message in the console though: "event.layerX and event.layerY are broken and deprecated in WebKit. They will be removed from the...
Forum: JavaScript programming 02-20-2012, 11:11 AM
Replies: 8
Views: 908
Posted By fishbaitfood
blaze4218, I've posted this thread in the...

blaze4218, I've posted this thread in the Javascript Framework forum, as you've requested. I've also added [jQuery] in front of the thread title.

Philip M, does it have to do with the .get(0)...
Forum: JavaScript frameworks 02-20-2012, 11:08 AM
Replies: 2
Views: 628
Posted By fishbaitfood
[jQuery] Saving audio state in cookie, only works properly in Chrome.

Hey all,

I have this code, that saves the "play" or "pause" audio-tag state in a cookie for recognizing on different pages.
This code only works properly in Chrome, but not in other browsers.
In...
Forum: JavaScript programming 02-19-2012, 01:21 PM
Replies: 8
Views: 908
Posted By fishbaitfood
Anyone?

Anyone?
Forum: JavaScript programming 02-18-2012, 04:51 PM
Replies: 8
Views: 908
Posted By fishbaitfood
Saving audio state in cookie, only works properly in Chrome.

Hey all,

I have this code, that saves the "play" or "pause" audio-tag state in a cookie for recognizing on different pages.
This code only works properly in Chrome, but not in other browsers.
In...
Forum: JavaScript frameworks 12-21-2011, 06:57 PM
Replies: 2
Views: 651
Posted By fishbaitfood
[jQuery] Checkbox toggling when parent is clicked

Hi there,

I have a checkbox inside a table cell.
Instead of clicking only the checkbox itself, I also want to be able to click the parent table cell to check it.

Another note, each time a...
Forum: JavaScript frameworks 11-14-2011, 07:28 PM
Replies: 8
Views: 1,033
Posted By fishbaitfood
Thanks a lot, venegal. Hardcoding the unchecked...

Thanks a lot, venegal.
Hardcoding the unchecked class seems obvious, now you hinted me that out. :)

Sorry for the hassle, and again many thanks.
Forum: JavaScript frameworks 11-14-2011, 06:43 PM
Replies: 8
Views: 1,033
Posted By fishbaitfood
Hmm, one more thing though, venegal, if you don't...

Hmm, one more thing though, venegal, if you don't mind.

The first time when toggle is used, there is no unchecked-highlight background. This is the only issue, because after the first time, toggle...
Forum: JavaScript frameworks 11-14-2011, 05:08 PM
Replies: 8
Views: 1,033
Posted By fishbaitfood
Thanks venegal, I totally forgot that .checklist...

Thanks venegal, I totally forgot that .checklist label {} has the upperhand in these css rules. Thanks for pointing this out.
Forum: JavaScript frameworks 11-14-2011, 03:22 PM
Replies: 8
Views: 1,033
Posted By fishbaitfood
Hey venegal, thanks. Here's a live demo....

Hey venegal, thanks.

Here's a live demo. http://gigifrituur.be/checklist_demo/
The html and css should be fine, and toggle works, it's just the mousedown and mouseup that doesn't work.
Forum: JavaScript frameworks 11-13-2011, 12:30 PM
Replies: 8
Views: 1,033
Posted By fishbaitfood
Woow, a lot of dust in this thread... :D ...

Woow, a lot of dust in this thread... :D

(bump)
Forum: JavaScript frameworks 11-10-2011, 11:25 AM
Replies: 8
Views: 1,033
Posted By fishbaitfood
[jQuery] MouseDown and Up when toggle-ing

Hi all,

I have working toggle labels for adding/removing table rows.
These labels have a sprite checkbox background, which holds 4 different states:
- unchecked
- unchecked-highlight
- checked...
Forum: JavaScript frameworks 11-06-2011, 08:28 PM
Replies: 8
Views: 693
Posted By fishbaitfood
It's for personal use only, and it works in the...

It's for personal use only, and it works in the browsers I need, so I'm set! ;)

Thanks a bunch, SB65, I think I'm gonna use .live a hell of a lot more from now on. :)
Forum: JavaScript frameworks 11-06-2011, 08:22 PM
Replies: 8
Views: 693
Posted By fishbaitfood
Hmm, if I use your code, it won't do anything,...

Hmm, if I use your code, it won't do anything, not even to the console.

EDIT: nevermind, it works now! :D

Thanks again SB65!!
Forum: JavaScript frameworks 11-06-2011, 08:01 PM
Replies: 8
Views: 693
Posted By fishbaitfood
Yes, 1, 12, 123, is what I had already. But...

Yes, 1, 12, 123, is what I had already.
But when getting that value, I only get the last entered digit, instead of the whole value.

So, as I'm entering digits, it needs to continuously adjust the...
Forum: JavaScript frameworks 11-06-2011, 06:06 PM
Replies: 8
Views: 693
Posted By fishbaitfood
Hey SB65, This works, thank you, but my...

Hey SB65,

This works, thank you, but my intention was to get the value as soon as you enter a number, for instant calculations.
That's why I thought maybe, with the use of my first example, to...
Forum: JavaScript frameworks 11-06-2011, 02:54 PM
Replies: 8
Views: 693
Posted By fishbaitfood
[jQuery] Entered digits in input field to be processed as one number

Hello everyone,

I'm figuring out how to process entered digits as one number.

For now, I'm only able to process the input with the last entered, single digit.

Is there a way to store the...
Forum: DOM and JSON scripting 11-04-2011, 05:14 PM
Replies: 5
Views: 1,677
Posted By fishbaitfood
I'll look into some alternatives if my host won't...

I'll look into some alternatives if my host won't upgrade.
Thanks for the tip!

Update: My host has upgraded the php version. json_encode works now. :)
Forum: JavaScript frameworks 11-04-2011, 04:50 PM
Replies: 6
Views: 608
Posted By fishbaitfood
Thanks for the help and info SB65!

Thanks for the help and info SB65!
Forum: JavaScript frameworks 11-04-2011, 12:02 PM
Replies: 6
Views: 608
Posted By fishbaitfood
Wow, I can't believe this just works perfectly! ...

Wow, I can't believe this just works perfectly!
Could you explain to me why click doesn't work this way?

I also tried .live() with toggle, but that doesn't seem to work?

Thanks SB65!
Showing results 1 to 25 of 30

 
Forum Jump

All times are GMT +1. The time now is 11:44 AM.