26,355 reputation
42147
bio website roxon.in
location Croatia
age 30
visits member for 2 years, 10 months
seen 3 hours ago
stats profile views 2,105

If you didn't see me around on SO today... I am on a secret mission!


Front-end development, design, ninja at night, JavaScript (jQuery), PHP, HTML5, CSS3, multimedia in general, audio editing and authoring

Currently working at Stratus IT from Zagreb (Croatia)

I have worked as teacher for Italian language, sculptor and arts restorer for 10 years now, often working on branding and marketing design. I started with coding and web, mostly focused on web design and front-end dev.


My thoughts about SO:
- Not to know... is no shame. Shame is not to ask. (My thoughts about IE: - Screw me once, shame on you. Screw me twice... shame on me! :D )

Dislikes:
Foobar (I know... I'm sorry.)
THE END at the end of a nice movie
Life-hours lost debugging for some browsers.

Likes:
Scroll a page and reach with my eyes a full cup of coffee!
Faber Castell HB
Books
Travel
Google really fast
Games (if I had time)


1d
revised Reproduce css3 transformation with jquery
deleted 8 characters in body
1d
comment Hide all instances of a tag using jQuery
have you included the jQuery library?
1d
comment Hide all instances of a tag using jQuery
yep, incredible but true
2d
comment Animate div then fade out another div
@smerny who said it's not visible?
2d
answered Project questions
2d
answered How I can call the browser escape (esc) function
2d
revised What does brackets and parentheses after jquery selector mean?
added 11 characters in body
May
21
revised resize div on window resize
deleted 6 characters in body
May
21
comment resize div on window resize
inline JS is old stuff and hardly maintainable.
May
21
answered resize div on window resize
May
21
comment resize div on window resize
On DOM ready the images are still loading :) Put your logic into a function, and reuse that function inside window .resize and .load
May
21
revised What does brackets and parentheses after jquery selector mean?
added 584 characters in body
May
21
answered What does brackets and parentheses after jquery selector mean?
May
21
answered replacing anchor text with jquery
May
20
revised Simple jQuery loop & Return the current value
added 31 characters in body
May
20
comment Simple jQuery loop & Return the current value
I mean attr u set by jQ won't hurt much, but if the DOM is returned from the server full of u attributes... someone should not do this job ;)
May
20
revised Simple jQuery loop & Return the current value
added 31 characters in body
May
20
comment Simple jQuery loop & Return the current value
attr u ? it's invalid and not to be suggested at all. (ok, depending the runtime.)
May
20
comment Simple jQuery loop & Return the current value
@Brock don't use the attribute u. It won't validate. For custom attributes use the adequate tool: data
May
20
answered Simple jQuery loop & Return the current value