| bio | website | afonsogomes.com |
|---|---|---|
| location | Porto, Portugal | |
| age | 31 | |
| visits | member for | 1 year, 11 months |
| seen | 2 hours ago | |
| stats | profile views | 36 |
:)
|
May 10 |
accepted | jQuery Mobile: Debugging Touch events, issue with data-position=“fixed” |
|
May 10 |
comment |
jQuery Mobile: Debugging Touch events, issue with data-position=“fixed” Found it! In my byte greedy driven attempt to reduce the base CSS as much as possible, removing all the transitions related rules (as I'm not using ajax page transitions) I failed to understand the header sliding up and down also make use of some of these rules. Sorry all for this lammy lamme question. Let the down votes begin! |
|
May 10 |
comment |
jQuery Mobile: Debugging Touch events, issue with data-position=“fixed” Guilty as charged for mixing css files. but i didn't mess with the original jquery mobile css file. i just incorporated it inside my own to reduce http requests and removed all transition related css to make it smaller. |
|
May 10 |
comment |
jQuery Mobile: Debugging Touch events, issue with data-position=“fixed” TypeError: $.mobile.fixedToolbars is undefined |
|
May 10 |
comment |
jQuery Mobile: Debugging Touch events, issue with data-position=“fixed” in Jquery mobile the header slides up and down of the viewport if the user taps any blank space of the page's body. This was working ok and now isn't! |
|
May 10 |
comment |
jQuery Mobile: Debugging Touch events, issue with data-position=“fixed” That's the thing bro. I'm not asking anyone to fix my code cause I don't even know where this event is triggered. Firebug gives me no errors in the code! This thingy just stopped working and I'd like to know steps i can take to debug it |
|
May 10 |
comment |
jQuery Mobile: Debugging Touch events, issue with data-position=“fixed” well ... This is my first mobile site using jQuery mobile, I didn't even know that if i used data-position="fixed" option the framework would set the tap to hide/show thing. |
|
May 10 |
asked | jQuery Mobile: Debugging Touch events, issue with data-position=“fixed” |
|
Apr 24 |
accepted | Disabling swipe on a specific div |
|
Apr 23 |
comment |
Disabling swipe on a specific div worked fine @Ohgodwhy. Please submit it as an answer so I can accept it! |
|
Apr 23 |
comment |
Disabling swipe on a specific div The $('#full-width-slider').swipe(function(e){ got it from a jquery forum. This is my first project in jquery mobile and I'm still very fresh at it :) I'm trying right now what you say! |
|
Apr 23 |
asked | Disabling swipe on a specific div |
|
Apr 18 |
awarded | Popular Question |
|
Feb 11 |
awarded | Popular Question |
|
Jan 6 |
comment |
PHP preg_match regex capturing pattern in a string Fixed it! Posting my answer later on. thanks for the regex you gave me mate! Ended up being the one I used. |
|
Jan 6 |
comment |
PHP preg_match regex capturing pattern in a string A bit screwed over here :| the last (.*?) group is not picking up anything... in the print_r($result) the last position is always empty I don't know why. Can you take a peak here afonsogomes.com/teste.php ? Please please please! |
|
Jan 6 |
comment |
PHP preg_match regex capturing pattern in a string I was using gskinner.com/RegExr/ to test my expressions ... that one is way better for noobs at regex like me! Instant fave! Going to test it right now. |
|
Jan 6 |
comment |
PHP preg_match regex capturing pattern in a string Much better now thanks @hakre! But still not complete. I'm getting: Array ( [0] => text here [download="PDC" type="A"] [1] => text here [2] => PDC [3] => A [4] => ) ... the [0] part should only be the "text here" and [4] should have the rest of the string ... |
|
Jan 6 |
comment |
PHP preg_match regex capturing pattern in a string Noticed you posted an answer. I'm trying it right now! |
|
Jan 6 |
comment |
PHP preg_match regex capturing pattern in a string Some spannish and portuguese words are harder than this one :P |