Click here to Skip to main content
15,914,642 members
Home / Discussions / Mobile
   

Mobile

 
QuestionAndroid Video Sending Pin
nidhin prem17-May-12 13:27
nidhin prem17-May-12 13:27 
AnswerRe: Android Video Sending Pin
Albert Holguin4-Jun-12 8:28
professionalAlbert Holguin4-Jun-12 8:28 
QuestionSecond Android Backup post.... Pin
loctrice15-May-12 7:56
professionalloctrice15-May-12 7:56 
Questionwrite Once run anywhere for Mobile Application Pin
Bala krishnan 198213-May-12 21:15
Bala krishnan 198213-May-12 21:15 
AnswerRe: write Once run anywhere for Mobile Application Pin
loctrice14-May-12 9:48
professionalloctrice14-May-12 9:48 
AnswerRe: write Once run anywhere for Mobile Application Pin
RobCroll15-May-12 16:56
RobCroll15-May-12 16:56 
GeneralRe: write Once run anywhere for Mobile Application Pin
Albert Holguin4-Jun-12 8:30
professionalAlbert Holguin4-Jun-12 8:30 
QuestionMobile Develop help ! Pin
doxari11-May-12 19:05
doxari11-May-12 19:05 
Hi Everyone,
I have a problem when I develop on ASP.NET MVC 4 (mobile)
I using jquery mobile

XML
<link rel="stylesheet" type="text/css" href="http://dev.jtsage.com/cdn/simpledialog/latest/jquery.mobile.simpledialog.min.css" />
<script type="text/javascript" src="http://dev.jtsage.com/cdn/simpledialog/latest/jquery.mobile.simpledialog2.min.js"></script>


<script type="text/javascript">

XML
$(document).delegate('#simpleraw', 'click', function () {
        $('<div>').simpledialog2({
            mode: 'blank',
            headerText: 'Some Stuff',
            headerClose: true,
            blankContent:
  "<ul data-role='listview'><li>Some</li><li>List</li><li>Items</li></ul>" +
            // NOTE: the use of rel="close" causes this button to close the dialog.
  "<a rel='close' data-role='button' href='#'>Close</a>"
        })
    })
</script>



in html, i add link "Show Dialog"


Show Dialog

When i run --> it ok!
but i replace:

<script type="text/javascript">
XML
$(document).delegate('#simpleraw', 'click', function () {
           $('<div>').simpledialog2({
               mode: 'blank',
               headerText: 'Some Stuff',
               headerClose: true,
               blankContent: function () {$(this).load('@Url.Action("Menu")')}
           })
       })
   </script>

but not ok!

Please help me!
Thanks all.
QuestionAndroid backup Pin
loctrice10-May-12 4:56
professionalloctrice10-May-12 4:56 
QuestionAdd remove local notification badge. Pin
Valiyamattom26-Apr-12 19:02
Valiyamattom26-Apr-12 19:02 
QuestionHow to add Airplay button to iphone application? Pin
subbaratnam24-Apr-12 22:41
subbaratnam24-Apr-12 22:41 
QuestionError while Accessing a WCF Service in Android Pin
Vimalsoft(Pty) Ltd22-Apr-12 7:23
professionalVimalsoft(Pty) Ltd22-Apr-12 7:23 
AnswerRe: Error while Accessing a WCF Service in Android Pin
RobCroll7-May-12 17:22
RobCroll7-May-12 17:22 
GeneralRe: Error while Accessing a WCF Service in Android Pin
Member 844263528-May-12 21:14
Member 844263528-May-12 21:14 
QuestionJQuery , SharePoint 2010 and Mobile Pin
Madhura Kittur18-Apr-12 8:29
Madhura Kittur18-Apr-12 8:29 
Questionconnecting android app to server Pin
williamroma17-Apr-12 23:23
williamroma17-Apr-12 23:23 
AnswerRe: connecting android app to server Pin
parths19-Apr-12 3:35
parths19-Apr-12 3:35 
QuestionWPF C# - Get Images Off Windows Phone 7 Pin
Kevin Marois16-Apr-12 6:27
professionalKevin Marois16-Apr-12 6:27 
AnswerRe: WPF C# - Get Images Off Windows Phone 7 Pin
Jeremy Hutchinson30-Apr-12 6:44
professionalJeremy Hutchinson30-Apr-12 6:44 
QuestionWP7 RDP protocol Pin
juste_3al_faza16-Apr-12 1:11
juste_3al_faza16-Apr-12 1:11 
QuestionSetting APN programmatically Pin
MitchG92_2416-Apr-12 0:13
MitchG92_2416-Apr-12 0:13 
QuestionCannot open a project / CE 5.0 Pin
biop.codeproject12-Apr-12 18:25
biop.codeproject12-Apr-12 18:25 
QuestionCharging problem on Sansung Omnia i900. Pin
Brady Kelly11-Apr-12 3:09
Brady Kelly11-Apr-12 3:09 
AnswerRe: Charging problem on Sansung Omnia i900. Pin
RobCroll13-Apr-12 5:03
RobCroll13-Apr-12 5:03 
GeneralRe: Charging problem on Sansung Omnia i900. Pin
Brady Kelly13-Apr-12 5:30
Brady Kelly13-Apr-12 5:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.