css/jquery.tagit.css" rel="stylesheet" type="text/css">
<link href="<?php 
echo c_get_assets_url();
?>
css/tagit.ui-zendesk.css" rel="stylesheet" type="text/css">
<!-- If you want the jQuery UI "flick" theme, you can use this instead, but it's not scoped to just Tag-it like tagit.ui-zendesk is: -->
<!--   <link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/flick/jquery-ui.css"> -->

<!-- jQuery and jQuery UI are required dependencies. -->
<!-- Although we use jQuery 1.4 here, it's tested with the latest too (1.8.3 as of writing this.) -->
<!--<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>-->
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js" type="text/javascript" charset="utf-8"></script>

<!-- The real deal -->
<script src="<?php 
echo c_get_assets_url();
?>
js/tag-it.min.js" type="text/javascript" charset="utf-8"></script>

<script type="text/javascript">

    var lock = false;
    
    $(document).ready(function(){
        
        var tags = new Array();
        
        // setup tags
        $('#voice_tags').tagit({
            placeholderText: "Tags",
            tagLimit: 5,
Exemplo n.º 2
0
" data-rsid="<?php 
            echo $notif_data['notif_data']['receiver_stream']['data']['id'];
            ?>
">Accept</a>
                                    <a href="javascript:void(0);" class="mainsave floatlft <?php 
            echo $r_link;
            ?>
" data-csid="<?php 
            echo $notif_data['notif_data']['caller_stream']['data']['id'];
            ?>
" data-rsid="<?php 
            echo $notif_data['notif_data']['receiver_stream']['data']['id'];
            ?>
">Reject</a>
                                    <img src="<?php 
            echo c_get_assets_url() . 'images/voice_loader.gif';
            ?>
" class="ar-loader" style="margin-top: 8px; display: none;" />
                                </p>
                            </div>
                            <div class="brdrall"></div>
                        </li>
                        <?php 
        }
    }
    ?>
                    </ul>
                    <?php 
}
?>