Go Back   CodingForums.com > :: Client side development > JavaScript programming > JavaScript frameworks

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-04-2012, 05:35 AM   PM User | #1
FEKING
New to the CF scene

 
Join Date: Nov 2012
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
FEKING is an unknown quantity at this point
Question jquery/javascript challenge

Hi everyone,
Since several weeks now, i try to put togheter in the same web page this 7 parts.
My Source code of each:

-Normal but fully jquery mobile input


-Vertical Slider


-Rotary Knob


-Color Picker


-DateTime Picker


-Group Picker


-Egg Image List Picker


_________________________

Like you see in this 7 sources exemples, all works very good individually.
I really need for a project this 7 parts together on same page.

Like i said, i try a lot since severals weeks to put all this 7 parts in ONE same page but i never see the end

If someones need a full complete input like this or if you wanna try this challenge, I'am shure its possible.
I'll be very curious to see the final result and source code of this Master page with 7 parts work all good together if you made or if you get it.

Thanks a lot
A tired man
FEKING is offline   Reply With Quote
Old 11-04-2012, 02:39 PM   PM User | #2
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,579
Thanks: 5
Thanked 864 Times in 841 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
Please show us what you have tried so far.
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Old 11-04-2012, 06:47 PM   PM User | #3
FEKING
New to the CF scene

 
Join Date: Nov 2012
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
FEKING is an unknown quantity at this point
Arrow jquery/javascript challenge

you can see the best try i made here :Master

In order you see :

1-datetime picker
2-Group Picker
3-Color Picker
4-Vertical Slider
5-Rotary Knob
6-Egg Image List Picker
7-Full jquery Mobile.

__________________________

-Datetime picker and Group picker is in conflict for shure.
Datetime picker work good but made disable group picker like you see on master page.

-Color picker is all good.
-Vertical Slider is all good

-Rotary Knob is good but miss value text input
(see source code for see final result)
Probably a conflict with jquery mobile value. Or conflict with vertical slider.

-Egg Image List Picker dont work properly too.
(see source code for see final result)

-Jquery Full Mobile parts works not bad but have some mistake in toggle and slider horizontale input.Probably in conflict with vertical slider or Rotary Knob.

____________________

I try a lot to put all my best for making work this 7 parts all togheter but i never see the end.

Thanks if you could make something.
FEKING is offline   Reply With Quote
Old 11-05-2012, 01:39 AM   PM User | #4
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,447
Thanks: 0
Thanked 496 Times in 488 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
The ones that are causing conflicts need to be rewritten to make them unobtrusive.

The most common problem is sharing global variables or overwriting event handlers.

To resolve shared global events wrap the entire script inside a self executing function so as to make all the variables local to that function.

To resolve overwriting event handlers use event listeners instead.
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote
Users who have thanked felgall for this post:
FEKING (11-05-2012)
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:01 PM.


Advertisement
Log in to turn off these ads.