| bio | website | |
|---|---|---|
| location | Hong Kong | |
| age | ||
| visits | member for | 5 months |
| seen | 15 hours ago | |
| stats | profile views | 11 |
|
May 15 |
comment |
Change JS function to an object in this case, yes, it is useless. But it is a alternative way if @Damienn want to make use of IIFEs |
|
May 15 |
answered | Change JS function to an object |
|
May 15 |
comment |
Change JS function to an object i dont think that code would work, that is a self-invoked function, not a object constructor |
|
May 15 |
comment |
validation not working for js As @Duffmaster33 said simply change onClick to javascript:return validate_course_name(); |
|
Apr 30 |
answered | Is there any way I can tell if a menu event has occurred using UIDocumentInteractionController? |
|
Mar 27 |
comment |
$_SESSION doesn't hold a value in the correct place what if just var_dump $_SESSION? |
|
Mar 27 |
comment |
jQuery “load()” repeating only in some occasions try to change $('ul#nav li a').click() to $('ul#nav li a').off("click").on("click") |
|
Mar 27 |
revised |
Bootstrap: add class “collapsed” to other button when one is clicked sorry for wrong ans before |
|
Mar 27 |
answered | Bootstrap: add class “collapsed” to other button when one is clicked |
|
Mar 27 |
comment |
jquery validation plugin not working fine Please provide info of the plugin |
|
Mar 27 |
comment |
jQuery Mobile - Problems getting showPageLoadingMsg to work with pagebeforeshow or pagebeforeceate @Mike THANKS SO MUCH |
|
Mar 27 |
answered | iOS AFNetworking GET/POST Parameters |
|
Mar 25 |
comment |
iOS AFNetworking GET/POST Parameters Afnetworking has its own method for sending file |
|
Mar 25 |
comment |
How to connect to server with website's database, more secure using GET sorry that I skipped the situation while reading the Question XD. but GET requests should never be used when dealing with sensitive data. GET would cached in server's log also, POST is a little bit saver than GET. |
|
Mar 25 |
answered | How to connect to server with website's database, more secure using GET |
|
Mar 22 |
comment |
Trigger an HTML button click through objective-c? it is a delegate method, just set the web view's delegate = yr controller and implement this method. In this method, you need to compare the request to check if it is the string you set. if yes, call some native method. BTW, @Vinodh's answer looks great and complete^^ |
|
Mar 21 |
answered | Trigger an HTML button click through objective-c? |
|
Mar 21 |
answered | MPMoviePlayerViewController Support landscape iOS 4.3 to 6.1 |
|
Mar 20 |
answered | How to keep GPS app running in background without pauses |
|
Mar 20 |
comment |
Local Notification shows sprocket icon instead of app icon Just guessing that you got a wrong or out of date icon in your plist. |